Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 16, 2024
1 parent 18a41e4 commit 06f3abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ jobs:
echo "bot_count=1" >> $GITHUB_OUTPUT
elif [ "$BRANCH_NAME" = "ad/adamnet" ]
then
echo "deploy_tag=adamnet" >> $GITHUB_OUTPUT
echo "branch_name=adamnet" >> $GITHUB_OUTPUT
echo "deploy_tag=latest" >> $GITHUB_OUTPUT
echo "branch_name=ad/adamnet" >> $GITHUB_OUTPUT
echo "network_api_key=adamnet_API_KEY" >> $GITHUB_OUTPUT
echo "network_fork_admin_api_key=adamnet_API_KEY" >> $GITHUB_OUTPUT
echo "agents_per_prover=1" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 06f3abf

Please sign in to comment.