Commit 4480327
authored
Fix update-reference workflow by adding checkout step (#479)
The workflow was broken in commit 9bb3cde when the explicit checkout
step was replaced with the local ./.github/actions/setup action. Local
actions require the repository to be checked out first so the action
file can be found.1 parent 60ba787 commit 4480327
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments