Skip to content

Commit

Permalink
use outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 22, 2024
1 parent 55f5e81 commit 3b3c2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }}
FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }}
CI: true
CONNECT_SERVER: ${{ env.CONNECT_SERVER }}
CONNECT_SERVER: ${{ needs.get-connect-ip.outputs.connect_ip }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
FUZZBUCKET_URL: ${{ secrets.FUZZBUCKET_URL }}
FUZZBUCKET_CREDENTIALS: ${{ secrets.FUZZBUCKET_CREDENTIALS }}
CI: true
CONNECT_SERVER: ${{ env.CONNECT_SERVER }}
CONNECT_SERVER: ${{ needs.get-connect-ip.outputs.connect_ip }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 3b3c2f2

Please sign in to comment.