Skip to content

Commit

Permalink
fix delete
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Apr 29, 2024
1 parent f60ed4d commit 3505017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/delete_stacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for i in "${ACTIVE_STACKS_ARRAY[@]}"
do
echo "Checking if stack $i has open pull request"
PULL_REQUEST=${i//psu-pr-/}
PULL_REQUEST=${PULL_REQUEST//psu-sandbox-pr-/}
PULL_REQUEST=${PULL_REQUEST//-sandbox/}
echo "Checking pull request id ${PULL_REQUEST}"
URL="https://api.github.com/repos/NHSDigital/eps-prescription-status-update-api/pulls/${PULL_REQUEST}"
RESPONSE=$(curl "${URL}" 2>/dev/null)
Expand Down

0 comments on commit 3505017

Please sign in to comment.