Skip to content

Commit 002f83f

Browse files
Update main.yml
1 parent fbd4609 commit 002f83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
super_secret: ${{ secrets.MY_SECRET }}
4646
if: ${{ secrets.PYPI_USERNAME == '' }}
47-
run: 'echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
47+
run: echo "echo the secret \"PYPI_USERNAME\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"
4848
- name: Set Twine Environment Variables
4949
run: |
5050
echo "TWINE_USERNAME=${{ secrets.PYPI_USERNAME }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)