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 73278a3 commit 7a3dc0fCopy full SHA for 7a3dc0f
.github/workflows/test.yml
@@ -8,4 +8,6 @@ jobs:
8
- name: Release GitHub Actions
9
uses: technote-space/release-github-actions@test
10
with:
11
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
+ GITHUB_WORKSPACE: ${{ secrets.GITHUB_WORKSPACE }}
13
+ BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'
action.yml
@@ -5,6 +5,9 @@ inputs:
5
GITHUB_TOKEN:
6
description: Secret GitHub API token to use for making API requests.
7
required: true
+ GITHUB_WORKSPACE:
+ description: The GitHub workspace directory path.
+ required: true
BUILD_COMMAND:
description: Command to build.
default: ''
0 commit comments