Skip to content

Commit

Permalink
Update toc-tou.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Feb 2, 2025
1 parent 6a98886 commit 1ac24ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/toc-tou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
sleep 120
# SECURE: Gets exactly the code that was approved
- name: Checkout PR (Secure)
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Show what we got
run: |
gh pr checkout ${{ github.event.pull_request.number }} --commit ${{ github.event.pull_request.head.sha }}
# Show what we got
echo "Commit we got:"
git rev-parse HEAD
echo "Content of README.md:"
Expand Down

0 comments on commit 1ac24ee

Please sign in to comment.