Skip to content

Commit

Permalink
Merge pull request #2 from oolumuyiwa/patch-1
Browse files Browse the repository at this point in the history
Add / Update new schema files
  • Loading branch information
oolumuyiwa authored Oct 21, 2024
2 parents e303e55 + 52a2926 commit a984da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-manifest-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Poll for PR status until it's closed
- name: Monitor PR status
run: |
PR_NUMBER=${{ steps.local_to_main_pr.pull_request_number }}
PR_NUMBER=${{ steps.local_to_main_pr.outputs.pull_request_number }}
while [ "$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/pulls/$PR_NUMBER | jq -r .state)" != "closed" ]; do
echo "PR #$PR_NUMBER is not closed yet..."
Expand Down

0 comments on commit a984da4

Please sign in to comment.