Skip to content

Commit 7a3dc0f

Browse files
test
1 parent 73278a3 commit 7a3dc0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ jobs:
88
- name: Release GitHub Actions
99
uses: technote-space/release-github-actions@test
1010
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
GITHUB_WORKSPACE: ${{ secrets.GITHUB_WORKSPACE }}
13+
BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ inputs:
55
GITHUB_TOKEN:
66
description: Secret GitHub API token to use for making API requests.
77
required: true
8+
GITHUB_WORKSPACE:
9+
description: The GitHub workspace directory path.
10+
required: true
811
BUILD_COMMAND:
912
description: Command to build.
1013
default: ''

0 commit comments

Comments
 (0)