Skip to content

Commit 9933a81

Browse files
committed
fix path in CI
1 parent 3d49e69 commit 9933a81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/report_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: test-action # branch name
4141
path: test-action-dir # checkout path
4242

43-
- run: echo 1>>f
43+
- run: echo 1>>test-action-dir/f
4444
- name: Local git-commit-pull-push-action 1
4545
uses: ./
4646
with:
@@ -49,7 +49,7 @@ jobs:
4949
commit_message: message ${{ github.run_id }}
5050
pull_args: --dry-run
5151

52-
- run: echo 2>>f
52+
- run: echo 2>>test-action-dir/f
5353
- name: Local git-commit-pull-push-action 2
5454
uses: ./
5555
with:

0 commit comments

Comments
 (0)