Check out the repository for the agent
Check / deno (pull_request) Successful in 35s

This commit is contained in:
2026-09-14 00:04:30 +09:00
parent f0506adfea
commit 0f44388f0b
2 changed files with 24 additions and 10 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