Skip to content

Commit

Permalink
fix envvar 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 18, 2023
1 parent cbece51 commit 3d42297
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
runs-on: ${{ needs.setup.outputs.compute-xl }}
repository-name: ${{ github.repository }}
uploaded-binary-name: 'gotestsum_version: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
uploaded-binary-name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
secrets:
elevated-github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Fetch Consul binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: 'gotestsum_version: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
path: ./bin
- name: Restore Consul permissions
run: |
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: fetch binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: 'gotestsum_version: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
path: ./bin
- name: restore mode+x
run: chmod +x ./bin/consul
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: fetch binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: 'gotestsum_version: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
path: .
- name: restore mode+x
run: chmod +x consul
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
- name: fetch binary
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: 'gotestsum_version: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
path: .
- name: restore mode+x
run: chmod +x consul
Expand Down

0 comments on commit 3d42297

Please sign in to comment.