Skip to content

Commit

Permalink
fix file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 18, 2024
1 parent a70b6e8 commit de82533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
commit_user_name: screenshot-action 📷
commit_user_email: [email protected]
commit_author: screenshot-action 📷 <[email protected]>
file_pattern: 'banner/*.png'
file_pattern: '${{ steps.meta.outputs.output }}'

- name: Add Image to Step Summary
if: steps.auto-commit.outputs.changes_detected == 'true'
Expand Down

0 comments on commit de82533

Please sign in to comment.