Skip to content

Commit ae10bbc

Browse files
committed
CI build GH Action Push Fix
1 parent 4d1a0b8 commit ae10bbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GENERATORS_VERSION_PROPERTY: ""
1717
steps:
1818
- uses: actions/checkout@v3
19-
name: git checkout 3.0.0
19+
name: git checkout
2020
with:
2121
ref: master
2222
- name: Set up Java

.github/workflows/maven-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
name: git checkout 3.0.0
20+
name: git checkout
2121
with:
22-
ref: 3.0.0
22+
ref: master
2323
- name: Set up Java
2424
uses: actions/setup-java@v3
2525
with:

0 commit comments

Comments
 (0)