Skip to content

Commit

Permalink
fix: ci file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jan 7, 2024
1 parent cbf1e93 commit a144a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Read environment variables from file
id: vars
run: |
content=`cat <your-json-file-path>`
content=`cat contracts.json`
STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI=$(echo $content | jq -r '.goerli.messaging')
echo "STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI=$STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI" >> $GITHUB_ENV
Expand Down

0 comments on commit a144a16

Please sign in to comment.