Commit 2f871a0
authored
fix(action.yaml): drop github.actor example from idempotency-key description (#33)
GitHub Actions evaluates `${{ }}` expressions in `action.yaml` at action-load time, including inside `description` strings, so the literal `${{ github.actor }}` in the `idempotency-key` description fails the action loader with `Unrecognized named-value: 'github'` for every consumer of `main`.
Rewrites the example sentence in plain prose so no `${{ }}` literal survives. The action-load failure is only observable via GitHub Actions' own loader, so the correctness check is reviewer eyeball on `action.yaml` line 62.
Failing consumer run: https://github.com/coder/coder/actions/runs/26046090719
🤖 Authored by Coder Agents.1 parent 4a30625 commit 2f871a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments