Skip to content

Commit 3d49e69

Browse files
committed
update ci
1 parent b9957a9 commit 3d49e69

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/report_test.yml

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

43+
- run: echo 1>>f
4344
- name: Local git-commit-pull-push-action 1
44-
uses: ./ # Uses an action in the root directory
45+
uses: ./
4546
with:
4647
repository: test-action-dir
4748
branch: test-action
4849
commit_message: message ${{ github.run_id }}
4950
pull_args: --dry-run
5051

52+
- run: echo 2>>f
5153
- name: Local git-commit-pull-push-action 2
52-
uses: ./ # Uses an action in the root directory
54+
uses: ./
5355
with:
5456
repository: test-action-dir
5557
branch: test-action

0 commit comments

Comments
 (0)