Skip to content

Commit f554199

Browse files
committed
fix ci: move main.sh to tools/
1 parent a9a6264 commit f554199

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
runs:
1818
using: composite
1919
steps:
20-
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
20+
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/tools/main.sh"
2121
shell: bash
2222
env:
2323
INPUT_TOOL: ${{ inputs.tool }}

main.sh renamed to tools/main.sh

File renamed without changes.

0 commit comments

Comments
 (0)