Skip to content

Commit

Permalink
debug pr1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub committed Dec 4, 2024
1 parent a901434 commit 487a8d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/optimize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ jobs:
- name: Pull Request Details
run: |
echo "Pull request URL: ${{ steps.create_pr.outputs.pull-request-url }}"
- name: Capture Pull Request URL
run: |
PR_URL=$(gh pr view --json url -q ".url")
echo "Pull request URL: $PR_URL"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 487a8d2

Please sign in to comment.