Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 10, 2024
1 parent 6843256 commit df665cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
&& exit 1
- name: prepare env
run: |
echo "${{ env }}" >> $GITHUB_ENV
echo "${{ toJSON(env) }}";
# echo "PUBLIC_RPC_URL=${{ vars.PUBLIC_ETHEREUM_RPC }}" >> $GITHUB_ENV \
# && echo "PUBLIC_CHAIN_ID=${{ vars.PUBLIC_CHAIN_ID }}" >> $GITHUB_ENV \
# && echo "PUBLIC_CONTEST_ADDRESS=${{ vars.PUBLIC_CONTEST_ADDRESS }}" >> $GITHUB_ENV \
Expand Down

0 comments on commit df665cd

Please sign in to comment.