Skip to content

Commit

Permalink
try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 19, 2024
1 parent b9db996 commit 1e4fd53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
# contents: read
# deployments: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4

- 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
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 1e4fd53

Please sign in to comment.