We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdbd61 commit b372ce4Copy full SHA for b372ce4
.github/workflows/docker-image-build-push-spring.yml
@@ -10,6 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
12
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
20
- name: Checkout code
21
uses: actions/checkout@v4
22
@@ -18,7 +25,7 @@ jobs:
25
with:
26
java-version: '21'
27
distribution: 'liberica'
- cache: maven
28
+ #cache: maven
29
- name: run echo something
23
30
run: |
24
31
echo github.workspace:${{ github.workspace }}
0 commit comments