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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user