We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea447be + 966871c commit 0e0bdc1Copy full SHA for 0e0bdc1
1 file changed
.github/workflows/pipeline-manual-run.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checking out the repo
11
- run: actions/checkout@v4
+ uses: actions/checkout@v4
12
13
- name: Build the project (compile and install)
14
run: mvn clean test -DskipTests
0 commit comments