mirror of
https://github.com/actions/checkout.git
synced 2026-03-07 08:51:46 +08:00
Compare commits
3 Commits
054780a62e
...
90dd5a9352
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90dd5a9352 | ||
|
|
14150cf66c | ||
|
|
8f2d56a328 |
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
## Project Overview
|
||||
|
||||
This is the official `actions/checkout` GitHub Action for checking out repositories in workflows, now with added support for Deno workflow integration. It's a TypeScript project that compiles to a single bundled JavaScript file (`dist/index.js`) and supports both git-based and REST API-based repository downloads, as well as Deno-based workflow scenarios.
|
||||
This is the official `actions/checkout` GitHub Action for checking out repositories in workflows. It's a TypeScript project that compiles to a single bundled JavaScript file (`dist/index.js`) and supports both git-based and REST API-based repository downloads.
|
||||
|
||||
## Architecture & Key Components
|
||||
|
||||
|
||||
1
.github/workflows/deno.yml
vendored
1
.github/workflows/deno.yml
vendored
@ -26,7 +26,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Deno
|
||||
# uses: denoland/setup-deno@v1
|
||||
uses: denoland/setup-deno@v1.1.2
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user