From 9bf87911892746a3419a0cd6fa737bf39577aaf4 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Mon, 16 Oct 2023 15:22:20 +0100 Subject: [PATCH] Update .github/workflows/manual-upgrade-testnet-l2.yml --- .github/workflows/manual-upgrade-testnet-l2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-upgrade-testnet-l2.yml b/.github/workflows/manual-upgrade-testnet-l2.yml index ae90440b30..780c7b0b80 100644 --- a/.github/workflows/manual-upgrade-testnet-l2.yml +++ b/.github/workflows/manual-upgrade-testnet-l2.yml @@ -229,7 +229,7 @@ jobs: run: | curl -XPOST -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" -H "Accept:application/vnd.github" -H "Content-Type:application/json" https://api.github.com/repos/obscuronet/obscuro-test/dispatches --data '{ "event_type": "dev_testnet_upgraded", "client_payload": { "ref": "${{ github.ref_name }}" }' - - name: 'Send a repository dispatch to obscuro-test on upgrade of testnet' + - name: 'Send a repository dispatch to obscuro-test on upgrade of uat-testnet' if: ${{ github.event.inputs.testnet_type == 'uat-testnet' }} run: | curl -XPOST -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" -H "Accept:application/vnd.github" -H "Content-Type:application/json" https://api.github.com/repos/obscuronet/obscuro-test/dispatches --data '{ "event_type": "uat_testnet_upgraded", "client_payload": { "ref": "${{ github.ref_name }}" }'