Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix authored Aug 16, 2024
1 parent 4b77897 commit b21df86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: echo "Hello, World!"
- name: "check is SECRET_NUMBER exists"
env:
secret_number: ${{ secrets.SECRET_NUMBER }}
if: ${{ env.secret_number == '' }}
run: 'echo "echo the secret \"SECRET_NUMBER\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"

0 comments on commit b21df86

Please sign in to comment.