Skip to content

Commit

Permalink
fix: test wh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Sep 21, 2023
1 parent a25f7c5 commit 239bb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_60_create_chainspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
run: |
if [ "${{ inputs.network }}" == "perseverance" ]; then
echo "DISCORD_URL=${{ secrets.CF_DISCORD_WH_NETWORK_PERSEVERANCE }}" >> $GITHUB_ENV
elif [ "${{ inputs.network }}" == "sisyphos" ]; then
else
echo "DISCORD_URL=${{ secrets.CF_DISCORD_WH_NETWORK_SISYPHOS }}" >> $GITHUB_ENV
fi
fi
- name: Notify that chainspec was created
env:
Expand Down

0 comments on commit 239bb37

Please sign in to comment.