Skip to content

Commit 1f75d96

Browse files
Copilotpelikhan
andauthored
fix: add comment explaining ActionDescription omission in sync script
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/14c1b3fc-d16d-42e6-9307-d403b1bf6880 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent d22fd57 commit 1f75d96

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/sync-action-pins/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ func main() {
2828
Version string `json:"version"`
2929
SHA string `json:"sha"`
3030
Inputs map[string]*workflow.ActionYAMLInput `json:"inputs,omitempty"`
31+
// ActionDescription is intentionally omitted: action_pins.json is the embedded
32+
// fallback used only for SHA pinning; descriptions are only needed at compile time
33+
// from the user-facing aw-lock.yml cache and are not part of ActionPin.
3134
}
3235
type actionPinsData struct {
3336
Entries map[string]actionPin `json:"entries"`

0 commit comments

Comments
 (0)