Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneMac authored Oct 19, 2024
1 parent ae0d363 commit 2a2a4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
env:
super_secret: ${{ secrets.MYSECRET }}
if: ${{ env.super_secret == '' }}
run: echo "echo the secret \"MY_SECRET\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
run: echo "the secret MYSECRET has not been made"
shell: cmd
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 2a2a4cb

Please sign in to comment.