Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pin-reconcile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ jobs:
done < changed-files.txt
# Own-repo mode writes the adopted ref into internal/generate/action_pins.yaml
# and regenerates every generated workflow so they agree again.
cascade reconcile --own-repo "${args[@]}"
# --action-pins names the manifest on disk; it has no default, so it
# must be passed explicitly here.
cascade reconcile --own-repo --action-pins internal/generate/action_pins.yaml "${args[@]}"

- name: Commit and push the reconciled pins
if: steps.resolve.outputs.proceed == 'true'
Expand Down