mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use separate steps in composite action
This commit is contained in:
@@ -25,6 +25,6 @@ jobs:
|
||||
uses: ./dependency-submission
|
||||
with:
|
||||
build-root-directory: gradle-build-action/.github/workflow-samples/groovy-dsl
|
||||
dependency-graph-action: generate-and-upload
|
||||
dependency-graph-action: generate-and-save
|
||||
env:
|
||||
GITHUB_DEPENDENCY_GRAPH_REF: 'refs/tags/v0.0.1' # Use a different ref to avoid updating the real dependency graph for the repository
|
||||
|
||||
@@ -20,4 +20,4 @@ jobs:
|
||||
- name: Download and submit dependency graph
|
||||
uses: ./dependency-submission
|
||||
with:
|
||||
dependency-graph-action: download-and-submit
|
||||
dependency-graph-action: retrieve-and-submit
|
||||
|
||||
Reference in New Issue
Block a user