Skip to content

Commit a3d2e4d

Browse files
committed
fix test-framework-v2-* workflows typos
1 parent 1274a7c commit a3d2e4d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/maven-pr-3.0.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
GENERATORS_VERSION_PROPERTY: ""
1717
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
1818
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
19-
TEST_DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_SB_USERNAME }}
2019
steps:
2120
- uses: actions/checkout@v4
2221
name: git checkout 3.0.0
@@ -29,11 +28,11 @@ jobs:
2928
distribution: temurin
3029
cache: maven
3130
overwrite-settings: false
32-
# - name: Add Central-Portal snapshot repo to settings.xml
33-
# uses: s4u/[email protected]
34-
# with:
35-
# repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
36-
# servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'
31+
- name: Add Central-Portal snapshot repo to settings.xml
32+
33+
with:
34+
repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]'
35+
servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'
3736
- name: preliminary checks
3837
run: |
3938
docker login --username=${{ secrets.DOCKERHUB_SB_USERNAME }} --password=${{ secrets.DOCKERHUB_SB_PASSWORD }}

.github/workflows/test-framework-v2-aspnetcore-v22-interface-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/upload-artifact@v2
7575
with:
7676
name: ${{ env.JOB_NAME }}generate_outcome
77-
path: generate_outcome_${{ env.JOB ][]_NAME }}
77+
path: generate_outcome_${{ env.JOB_NAME }}
7878
- name: upload generate logs
7979
uses: actions/upload-artifact@v2
8080
with:

.github/workflows/test-framework-v3-aspnetcore-v22-interface-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/upload-artifact@v2
7777
with:
7878
name: ${{ env.JOB_NAME }}generate_outcome
79-
path: generate_outcome_${{ env.JOB ][]_NAME }}
79+
path: generate_outcome_${{ env.JOB_NAME }}
8080
- name: upload generate logs
8181
uses: actions/upload-artifact@v2
8282
with:

0 commit comments

Comments
 (0)