Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit eafa85f

Browse files
authored
Update action.yml
1 parent ddcf281 commit eafa85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- run: cd /home/runner/work/_actions/alita-moore/EIP-Bot/${{ inputs.VERSION }} && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
15+
- run: cd ${{github.action_path}} && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
1616
shell: bash

0 commit comments

Comments
 (0)