Fix ci-snapshot.yml for latest reusable workflows
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
This commit is contained in:
4
.github/workflows/ci-snapshot.yml
vendored
4
.github/workflows/ci-snapshot.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user