Skip to content

Commit

Permalink
Add build step to demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Jun 1, 2023
1 parent f27b38e commit 48a126d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.16'
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: ./ # Uses the action in the root directory
id: demo
with:
Expand Down
1 change: 1 addition & 0 deletions dist/post.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5928,6 +5928,7 @@ async function post(core3, request2) {
authorization: `token ${token}`
}
});
core3.info("Token revoked");
}

// post.js
Expand Down

0 comments on commit 48a126d

Please sign in to comment.