This commit is contained in:
Ciro Santilli
2021-04-16 09:00:08 +00:00
parent 874eb1d22f
commit 8fd78afdbd
2 changed files with 6 additions and 4 deletions

View File

@@ -9,10 +9,12 @@ jobs:
- run: echo "github.event_name ${{ github.event_name }}"
- run: echo "github.ref ${{ github.ref }}"
- run: echo "github.repository ${{ github.repository }}"
- run: echo "runner.os ${{ runner.os }}"
- run: echo "github.workspace ${{ github.workspace }}"
- run: echo "runner.os ${{ runner.os }}"
- run: pwd
- name: Check out repository code
uses: actions/checkout@v2
- run: npm install
- run: ls "${{ github.workspace }}"
- run: "${{ github.workspace }}/action.js"
- run: echo "job.status ${{ job.status }}."