mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-21 12:28:39 +00:00
.github/workflows: fix typo
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
f145c2b65b
commit
6de3459bc8
@ -1,4 +1,4 @@
|
||||
name: update-flakes
|
||||
name: update-flake
|
||||
|
||||
on:
|
||||
# run action when a change lands in the main branch which updates go.mod. Also
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run update-flakes
|
||||
run: ./update-flakes.sh
|
||||
run: ./update-flake.sh
|
||||
|
||||
- name: Get access token
|
||||
uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.6.0
|
Loading…
x
Reference in New Issue
Block a user