We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bf722 commit 4a2623dCopy full SHA for 4a2623d
.github/workflows/demo.yml
@@ -5,8 +5,6 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v3
8
- with:
9
- ref: ${{ github.ref_name }}
10
- uses: ./ # Uses the action in the root directory
11
id: demo
12
with:
action.yml
@@ -13,5 +13,5 @@ outputs:
13
description: 'GitHub installation access token'
14
runs:
15
using: 'node16'
16
- main: 'dist/main.js'
17
- # post: 'dist/post.js'
+ main: 'dist/main.cjs'
+ # post: 'dist/post.cjs'
0 commit comments