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 cd2b975 commit 00ba1bfCopy full SHA for 00ba1bf
.github/workflows/test.yaml
@@ -23,6 +23,11 @@ jobs:
23
outputs:
24
version: ${{ steps.version.outputs.version }}
25
steps:
26
+ - name: Checkout
27
+ uses: actions/checkout@v4
28
+ with:
29
+ fetch-depth: 0
30
+
31
- name: Authenticate to Google Cloud
32
uses: google-github-actions/auth@v2
33
with:
@@ -32,11 +37,6 @@ jobs:
37
- name: Setup GCloud SDK
38
uses: "google-github-actions/setup-gcloud@v2"
34
39
35
- - name: Checkout
36
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
-
40
# If the event that triggered the build was an annotated tag (which our
41
# tags are supposed to be), actions/checkout has a bug where the tag in
42
# question is only a lightweight tag and not a full annotated tag. This
0 commit comments