Skip to content

Commit

Permalink
Update add_repository.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRavich authored Apr 18, 2024
1 parent 9af2fac commit 2634d52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/add_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Debug Issue Payload
run: |
echo "Issue payload:"
cat $GITHUB_EVENT_PATH
shell: bash

- name: Add Resource to SUBMITTED.md
run: |
repoUrl=$(jq -r '.issue.html_url' "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit 2634d52

Please sign in to comment.