mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:39:08 +08:00
Fix typo
This commit is contained in:
parent
800b0e5ae2
commit
8260ee063e
5
.github/workflows/artifact-tests.yml
vendored
5
.github/workflows/artifact-tests.yml
vendored
@ -54,7 +54,8 @@ jobs:
|
||||
echo '${{ env.file1 }}' > artifact-path/first.txt
|
||||
echo '${{ env.file2 }}' > artifact-path/second.txt
|
||||
|
||||
- uses: Upload Artifacts using actions/github-script@v6
|
||||
- name: Upload Artifacts using actions/github-script@v6
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
const artifact = require('./packages/artifact/lib/artifact')
|
||||
@ -100,7 +101,7 @@ jobs:
|
||||
npm run tsc
|
||||
working-directory: packages/artifact
|
||||
|
||||
- name: List Artifacts using actions/github-script@v6
|
||||
- name: List artifacts using actions/github-script@v6
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user