Skip to content

Commit 0e0bdc1

Browse files
authored
Merge pull request #35 from beneite/feature
fixing pipeline-manual-run.yaml file
2 parents ea447be + 966871c commit 0e0bdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline-manual-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checking out the repo
11-
run: actions/checkout@v4
11+
uses: actions/checkout@v4
1212

1313
- name: Build the project (compile and install)
1414
run: mvn clean test -DskipTests

0 commit comments

Comments
 (0)