Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aormsby committed Oct 30, 2020
2 parents a7d7cdc + 21d5b9f commit 3911125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

# Step 3: Display a message if 'sync' step had new commits (simple test)
- name: Check for new commits
if: steps.sync.outputs.has-new-commits
if: steps.sync.outputs.has_new_commits
run: echo "There were new commits."

# Step 4: Print a helpful timestamp for your records (not required)
Expand Down

0 comments on commit 3911125

Please sign in to comment.