Skip to content

Commit

Permalink
add signle quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
daryazata committed Apr 8, 2022
1 parent 20afc0b commit 1197314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
if: github.event_name == "push" # will only run on 'push' event
if: github.event_name == 'push' # will only run on 'push' event
steps:
- name: Dump GitHub context
id: github_context_step
Expand Down

0 comments on commit 1197314

Please sign in to comment.