Skip to content

Commit

Permalink
Update check-for-changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco authored Dec 11, 2023
1 parent ec93619 commit ca4a077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-for-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: ref
run: |
PR=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" ${{ github.event.issue.pull_request.url }})
echo "sha=$(PR | jq -r '.head.sha')" >> $GITHUB_OUTPUT
echo $(PR | jq -r '.head.sha')
echo $(PR | jq -r '.head.ref')
echo "sha=$(echo $PR | jq -r '.head.sha')" >> $GITHUB_OUTPUT
echo $PR | jq -r '.head.sha'
echo $PR | jq -r '.head.ref'
- name: 🛎 Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit ca4a077

Please sign in to comment.