Fix ci-snapshot.yml for latest reusable workflows

Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
This commit is contained in:
Artem Bilan
2025-02-20 06:08:48 -05:00
committed by GitHub
parent 27371ecf7c
commit a446e33c14

View File

@@ -37,12 +37,12 @@ jobs:
uses: actions/checkout@v4
with:
repository: spring-io/spring-github-workflows
path: spring-github-workflows
path: .github/spring-github-workflows
show-progress: false
- name: Build and Publish
timeout-minutes: 30
uses: ./spring-github-workflows/.github/actions/spring-artifactory-gradle-build
uses: ./.github/spring-github-workflows/.github/actions/spring-artifactory-gradle-build
with:
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
artifactoryUsername: ${{ secrets.ARTIFACTORY_USERNAME }}