Skip to content

Commit a75aa49

Browse files
committed
Fix ci-snapshot.yml for latest reusable workflows
Signed-off-by: Artem Bilan <[email protected]>
1 parent a94a281 commit a75aa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
uses: actions/checkout@v4
3838
with:
3939
repository: spring-io/spring-github-workflows
40-
path: spring-github-workflows
40+
path: .github/spring-github-workflows
4141
show-progress: false
4242

4343
- name: Build and Publish
4444
timeout-minutes: 30
45-
uses: ./spring-github-workflows/.github/actions/spring-artifactory-gradle-build
45+
uses: ./.github/spring-github-workflows/.github/actions/spring-artifactory-gradle-build
4646
with:
4747
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
4848
artifactoryUsername: ${{ secrets.ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)