Skip to content

Commit b372ce4

Browse files
committed
curl test and remove mvn cache
1 parent dfdbd61 commit b372ce4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docker-image-build-push-spring.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: test curl
14+
run: |
15+
curl -L \
16+
-H "Accept: application/vnd.github+json" \
17+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
18+
-H "X-GitHub-Api-Version: 2022-11-28" \
19+
https://api.github.com/users/slow-groovin/packages/maven/com.github.action.test.github-package-upload-config
1320
- name: Checkout code
1421
uses: actions/checkout@v4
1522

@@ -18,7 +25,7 @@ jobs:
1825
with:
1926
java-version: '21'
2027
distribution: 'liberica'
21-
cache: maven
28+
#cache: maven
2229
- name: run echo something
2330
run: |
2431
echo github.workspace:${{ github.workspace }}

0 commit comments

Comments
 (0)