Skip to content

Commit

Permalink
Merge branch 'main' into updated-the-all-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 2, 2021
2 parents 21c1f27 + c2eb995 commit c29faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
echo $file
done
- name: Run step when README.md changes
if: github.event_name == 'pull_request' && contains(${{ steps.changed-files.outputs.modified_files }}, 'README.md')
if: github.event_name == 'pull_request' && contains("${{ steps.changed-files.outputs.modified_files }}", 'README.md')
run: |
echo "Your README.md has been modified."
- name: Run changed-files with comma separator
Expand Down

0 comments on commit c29faf8

Please sign in to comment.