We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da908f7 commit 10b2e78Copy full SHA for 10b2e78
action.yml
@@ -44,10 +44,9 @@ runs:
44
- name: Convert Zenn articles to Qiita format
45
run: |
46
for file in $(cat $GITHUB_WORKSPACE/changed_files.txt); do
47
- bash bin/ztoq.sh "$file"
+ bash ${{ github.action_path }}/bin/ztoq.sh "$file"
48
done
49
shell: bash
50
- working-directory: ${{ github.action_path }}
51
if: steps.files.outcome == 'success'
52
53
- name: Commit converted Qiita articles
0 commit comments