Fix ci-snapshot.yml for the proper reusable WF version

This commit is contained in:
Artem Bilan
2024-02-07 17:43:43 -05:00
parent 946562b1fb
commit 2ec2f2967e

View File

@@ -9,7 +9,7 @@ on:
jobs:
build-snapshot:
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
secrets:
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}