Skip to content

Commit

Permalink
git changes action
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Feb 28, 2023
1 parent 9992233 commit 821b529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
fetch-depth: 0
submodules: 'recursive'

- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest
- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:11c9ffc2aa9b95128af1e1ea51eb62e717421116
id: filter_go_deps
with:
include_deps: true
github_token: ${{ secrets.WORKFLOW_PAT }}
timeout: '10m'

- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest
- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:11c9ffc2aa9b95128af1e1ea51eb62e717421116
id: filter_go_nodeps
with:
include_deps: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
fetch-depth: 0
submodules: 'recursive'

- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest
- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:11c9ffc2aa9b95128af1e1ea51eb62e717421116
id: filter_go
with:
include_deps: true
Expand Down

0 comments on commit 821b529

Please sign in to comment.