Skip to content

Commit

Permalink
feat: do not track .gitattributes (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz authored Oct 17, 2023
1 parent e6720d0 commit 5fdbadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: git pull
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
with:
file_pattern: ".gitattributes **/resources/*"
file_pattern: "${{ inputs.collection_directory_path }}/**/resources/*"
commit_message: "Update resources"
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
Expand Down

0 comments on commit 5fdbadf

Please sign in to comment.