Skip to content

Commit

Permalink
De-quote "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
runemoberg committed Nov 10, 2023
1 parent bbe0008 commit b37bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: When Pushed
if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: echo "Pushed into main!"

0 comments on commit b37bb86

Please sign in to comment.