Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng committed Dec 25, 2022
1 parent 41a4ab2 commit e42950e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ runs:
shell: bash
# 開始執行腳本
- name: Run scripts ( ${{ inputs.action }} Action )
run: |
dart run ./bin/main.dart --action ${{ inputs.action }},${{ inputs.args }} --gameVersion ${{ inputs.gameVersion }}
run: dart run ${{ github.action_path }}/bin/main.dart --action ${{ inputs.action }},${{ inputs.args }} --gameVersion ${{ inputs.gameVersion }}
shell: bash

0 comments on commit e42950e

Please sign in to comment.