Skip to content

Commit

Permalink
Added -p and -q options when calling create_never_alone_trail
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Sep 6, 2024
1 parent c5102b8 commit 790de0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/never_alone_trail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ jobs:
-b ${BASE_COMMIT} \
-c ${GITHUB_SHA} \
-s ${{inputs.source_flow_name}} \
-n ${{inputs.attestation_name}}
-n ${{inputs.attestation_name}} \
-p ${{inputs.parent_flow_name}} \
-q ${{inputs.parent_trail_name}}

0 comments on commit 790de0d

Please sign in to comment.