Skip to content

Commit

Permalink
idek
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 19, 2024
1 parent 1e4fd53 commit e049d6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: debug
run: |
echo ${{github.event.pull_request.base.sha}}
echo ${{github.event.pull_request.base}}
# - name: debug
# run: |
# echo ${{github.event.pull_request.base.sha}}
# echo ${{github.event.pull_request.base}}

- name: Get Head Commit Message
id: get_head_commit_message
Expand Down

0 comments on commit e049d6b

Please sign in to comment.