fix(workflow): remove trailing slash from working_directory path

This commit is contained in:
Naoki Oketani
2025-05-05 12:06:23 +00:00
parent 0ff4c383ef
commit b1bbd22155

View File

@@ -66,7 +66,7 @@ jobs:
uses: ./ uses: ./
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: __tests__/testdata/workdir/ working_directory: __tests__/testdata/workdir
create_issues: false create_issues: false
production_flag: true production_flag: true
@@ -100,6 +100,6 @@ jobs:
# uses: ./ # uses: ./
# with: # with:
# github_token: ${{ secrets.GITHUB_TOKEN }} # github_token: ${{ secrets.GITHUB_TOKEN }}
# working_directory: __tests__/testdata/workdir/ # working_directory: __tests__/testdata/workdir
# create_issues: false # create_issues: false
# production_flag: true # production_flag: true