fix(workflow): remove trailing slash from working_directory path
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user