Skip to content

Commit

Permalink
[ci skip] quote fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Feb 28, 2023
1 parent 8b37cbe commit 9992233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
with:
include_deps: true
github_token: ${{ secrets.WORKFLOW_PAT }}
timeout: "10m"
timeout: '10m'

- uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest
id: filter_go_nodeps
with:
include_deps: false
github_token: ${{ secrets.WORKFLOW_PAT }}
timeout: "10m"
timeout: '10m'

- name: Check For Solidity Changes
id: filter_solidity
Expand Down

0 comments on commit 9992233

Please sign in to comment.