Skip to content

Commit

Permalink
Move inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jun 20, 2024
1 parent 19b34fb commit fed5066
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/get-repo-info.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Get Repo Info

inputs:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Run every night at midnight
# on:
# schedule:
# - cron: '0 0 * * *'
on:
push:
inputs:
github-token: ${{ secrets.GITHUB_TOKEN }}
branches:
- main

Expand Down

0 comments on commit fed5066

Please sign in to comment.