We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d49e69 commit 9933a81Copy full SHA for 9933a81
1 file changed
.github/workflows/report_test.yml
@@ -40,7 +40,7 @@ jobs:
40
ref: test-action # branch name
41
path: test-action-dir # checkout path
42
43
- - run: echo 1>>f
+ - run: echo 1>>test-action-dir/f
44
- name: Local git-commit-pull-push-action 1
45
uses: ./
46
with:
@@ -49,7 +49,7 @@ jobs:
49
commit_message: message ${{ github.run_id }}
50
pull_args: --dry-run
51
52
- - run: echo 2>>f
+ - run: echo 2>>test-action-dir/f
53
- name: Local git-commit-pull-push-action 2
54
55
0 commit comments