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