Skip to content

Commit

Permalink
fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Mar 7, 2023
1 parent b3f1daf commit edb9eb8
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,13 +25,13 @@ 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:3441cd70ad2f3b52e38159498abc5ce526c15a80
id: filter_go_deps
with:
include_deps: true
github_token: ${{ secrets.WORKFLOW_PAT }}

- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest
- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:3441cd70ad2f3b52e38159498abc5ce526c15a80
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:3441cd70ad2f3b52e38159498abc5ce526c15a80
id: filter_go
with:
include_deps: true
Expand Down

0 comments on commit edb9eb8

Please sign in to comment.