diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 16f697d..3f76fbb 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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: diff --git a/dist/post.cjs b/dist/post.cjs index 0cb5ae4..6d86f82 100644 --- a/dist/post.cjs +++ b/dist/post.cjs @@ -5928,6 +5928,7 @@ async function post(core3, request2) { authorization: `token ${token}` } }); + core3.info("Token revoked"); } // post.js