Checked-out head (#4)

Checked-out head (#4)

Co-authored-by: Danny Kim <temeddix@gmail.com>
Co-committed-by: Danny Kim <temeddix@gmail.com>
This commit was merged in pull request #4.
This commit is contained in:
2026-09-13 15:06:27 +00:00
committed by temeddix
parent f0506adfea
commit 439f2b4e77
2 changed files with 26 additions and 11 deletions
+5
View File
@@ -24,6 +24,11 @@ inputs:
runs:
using: composite
steps:
# The agent works on the event's commit with full history, as the author.
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ inputs.author-token }}
# This step assumes this is `node:24-bookworm` container.
- name: Install dependencies
shell: bash