We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a41e commit 40e7f1fCopy full SHA for 40e7f1f
.github/workflows/gogen.yml
@@ -1,4 +1,4 @@
1
-name: Proto
+name: Gogen
2
3
on:
4
pull_request:
@@ -19,7 +19,6 @@ jobs:
19
runs-on: ubuntu-24.04
20
container: ghcr.io/linkerd/dev:v45-go
21
steps:
22
- - run: apt update && apt install -y unzip
23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
25
# Ensure that the generated files are up to date.
0 commit comments