We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94a281 commit a75aa49Copy full SHA for a75aa49
.github/workflows/ci-snapshot.yml
@@ -37,12 +37,12 @@ jobs:
37
uses: actions/checkout@v4
38
with:
39
repository: spring-io/spring-github-workflows
40
- path: spring-github-workflows
+ path: .github/spring-github-workflows
41
show-progress: false
42
43
- name: Build and Publish
44
timeout-minutes: 30
45
- uses: ./spring-github-workflows/.github/actions/spring-artifactory-gradle-build
+ uses: ./.github/spring-github-workflows/.github/actions/spring-artifactory-gradle-build
46
47
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
48
artifactoryUsername: ${{ secrets.ARTIFACTORY_USERNAME }}
0 commit comments