Skip to content

Commit

Permalink
Update revdepcheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub authored Apr 7, 2024
1 parent b5dd82f commit fe5575c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5
with:
# Optional glob pattern of files which should be added to the commit
# Defaults to all (.)
# See the `pathspec`-documentation for git
# - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
file_pattern: 'revdep'

# Optional. Options used by `git-add`.
# See https://git-scm.com/docs/git-add#_options
add_options: '--all'
# Optional glob pattern of files which should be added to the commit
# Defaults to all (.)
# See the `pathspec`-documentation for git
# - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
file_pattern: 'revdep'

# Optional. Options used by `git-add`.
# See https://git-scm.com/docs/git-add#_options
add_options: '--all'

0 comments on commit fe5575c

Please sign in to comment.