We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575d4d6 commit 4d73484Copy full SHA for 4d73484
1 file changed
.github/workflows/test.yml
@@ -9,16 +9,18 @@ jobs:
9
10
steps:
11
- run: apt-get -qqy --update install git nodejs npm >/dev/null 2>&1
12
+ # - name: test
13
+ # env:
14
+ # INPUT_TOKEN: ${{ github.token }}
15
+ # run: |
16
+ # pushd /root
17
+ # git clone https://github.com/actions/checkout
18
+ # cd checkout
19
+ # npm ci
20
+ # npm run build
21
+ # ls dist
22
+ # node dist/index.js
23
+ # popd
24
+ # ls
25
- name: test
- env:
- INPUT_TOKEN: ${{ github.token }}
- run: |
- pushd /root
- git clone https://github.com/actions/checkout
- cd checkout
- npm ci
- npm run build
- ls dist
- node dist/index.js
- popd
- ls
26
+ uses: actions/checkout@v4
0 commit comments