mirror of
https://github.com/actions/checkout.git
synced 2025-09-29 06:28:03 +00:00
modificad
This commit is contained in:
parent
93a0983ecb
commit
84bd6b238a
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## Architecture & Key Components
|
## Architecture & Key Components
|
||||||
|
|
||||||
|
|
2
.github/workflows/deno.yml
vendored
2
.github/workflows/deno.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Deno
|
- name: Setup Deno
|
||||||
# uses: denoland/setup-deno@v1
|
# uses: denoland/setup-deno@v1
|
||||||
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
|
uses: denoland/setup-deno@v1.1.2
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue