Skip to content

Commit 168331c

Browse files
artembilanspring-builds
authored andcommitted
main reusable for ci-snapshot.yml
(cherry picked from commit 3c279b7)
1 parent e5e13f0 commit 168331c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ concurrency:
2222

2323
jobs:
2424
build-snapshot:
25-
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v7
25+
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
2626
with:
2727
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks --refresh-dependencies' || inputs.gradleOptions }}
2828
secrets:
2929
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
31-
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
31+
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

0 commit comments

Comments
 (0)