Extract artifactory-init.gradle
* Modify GHA workflows to copy `artifactory-init.gradle` as Gradle init script * Use fully-qualified names for reusable workflows making workflow callers as generic
This commit is contained in:
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
@@ -8,5 +8,5 @@ on:
|
||||
|
||||
jobs:
|
||||
build_snapshot:
|
||||
uses: ./.github/workflows/spring-artifactory-gradle-snapshot.yml
|
||||
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user