Skip to content

Commit

Permalink
DEBUG: Report repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 7, 2023
1 parent ee2df23 commit 0c7ae5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ runs:
shell: bash
run: |
sudo chown -R runner:docker __nist-pages
- name: DEBUG
shell: bash
run: |
echo "::warning::github.event.pull_request.head.repo.full_name=${{ github.event.pull_request.head.repo.full_name }}
echo "::warning::github.repository=${{ github.repository }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 0c7ae5c

Please sign in to comment.