Skip to content

Commit

Permalink
Merge pull request #8 from talview/develop
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
manquer authored Sep 16, 2024
2 parents 1059521 + 27eabfd commit d037607
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
25 changes: 8 additions & 17 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,11 @@ inputs:
required: true
default: 'SVC'
runs:
using: 'composite'
steps:
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: setup env
shell: bash
run: |
cd ${WORKSPACE}
cd ${ACTION_PATH}
node ${ACTION_PATH}/dist/index.js
env:
ACTION_PATH: ${{ github.action_path }}
WORKSPACE: ${{ github.workspace }}
SERVICE_PREFIX: ${{ inputs.SERVICE_PREFIX }}
SECRETS_CONTEXT: ${{ toJSON(secrets) }}
using: 'node20'
main: dist/index.js
env:
ACTION_PATH: ${{ github.action_path }}
WORKSPACE: ${{ github.workspace }}
SERVICE_PREFIX: ${{ inputs.SERVICE_PREFIX }}
SECRETS_CONTEXT: ${{ toJSON(secrets) }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talview/env-action",
"description": "env action",
"version": "0.2.0",
"version": "0.3.0",
"author": "",
"private": true,
"homepage": "https://github.com/talview/env-action",
Expand Down

0 comments on commit d037607

Please sign in to comment.