Skip to content

Commit

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

# - 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.ref}}
- name: Get Head Commit Message
shell: bash
id: get_head_commit_message
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_OUTPUT"

Expand Down

0 comments on commit f45de37

Please sign in to comment.