Skip to content

Commit

Permalink
update snapit
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Aug 16, 2024
1 parent 52acd9c commit 53268d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }}
runs-on: ubuntu-latest
steps:
- name: Print current branch reference
run: echo ${{ github.ref }} ${{ github.event.pull_request.head.ref }}
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Checkout current branch
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 53268d9

Please sign in to comment.