Use separate steps in composite action

This commit is contained in:
daz
2024-01-22 11:13:02 -07:00
parent 23b4b1d03b
commit d731f29856
3 changed files with 29 additions and 6 deletions

View File

@@ -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

View File

@@ -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