Commit d5b754d
committed
ci: point publish at the reusable workflow's canonical repo
Publishing has been silently broken since the org move. GitHub's REST API
follows repository redirects, so btwld/dart-actions still resolves when you
query it by hand, but the Actions reusable-workflow resolver does not:
Invalid workflow file: .github/workflows/publish.yml#L16
error parsing called workflow ".github/workflows/publish.yml" ->
"btwld/dart-actions/.github/workflows/publish.yml@main" : workflow was not found
The whole workflow is rejected before any job is created, which is why a tag
push produced a run with zero jobs, no logs, and no annotation surfaced through
the API. Only the web UI showed the parse error.
Point all six callers at conceptadev/dart-actions, the current canonical name.
The btwld/* links in README.md and AGENTS.md are left alone: those are web URLs
and GitHub redirects them correctly.1 parent 8573c0c commit d5b754d
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments