Skip to content

Commit 10b2e78

Browse files
committed
🐛 fix: error about path
1 parent da908f7 commit 10b2e78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ runs:
4444
- name: Convert Zenn articles to Qiita format
4545
run: |
4646
for file in $(cat $GITHUB_WORKSPACE/changed_files.txt); do
47-
bash bin/ztoq.sh "$file"
47+
bash ${{ github.action_path }}/bin/ztoq.sh "$file"
4848
done
4949
shell: bash
50-
working-directory: ${{ github.action_path }}
5150
if: steps.files.outcome == 'success'
5251

5352
- name: Commit converted Qiita articles

0 commit comments

Comments
 (0)