Skip to content

Commit c94138b

Browse files
committed
increment
1 parent 3cdf78e commit c94138b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/multi_single_step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: multi dir repo dispatch
1+
name: multi dir repo dispatch with a single step
22

33
on:
44
repository_dispatch:

dir1/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dir1: v3
1+
dir1: v4

dir2/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dir2: v3
1+
dir2: v4

output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7
1+
v8

0 commit comments

Comments
 (0)