Browse Source

ref: fix actions/cache timeout var (#40184)

github had the wrong variable documented

Committed via https://github.com/asottile/all-repos
anthony sottile 2 years ago
parent
commit
fd685abf34

+ 1 - 1
.github/workflows/acceptance.yml

@@ -21,7 +21,7 @@ concurrency:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   files-changed:

+ 1 - 1
.github/workflows/backend.yml

@@ -14,7 +14,7 @@ concurrency:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   files-changed:

+ 1 - 1
.github/workflows/development-environment.yml

@@ -23,7 +23,7 @@ concurrency:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   # This workflow is optimized to test the dev env with dev services as fast as possible

+ 1 - 1
.github/workflows/frontend.yml

@@ -14,7 +14,7 @@ concurrency:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   files-changed:

+ 1 - 1
.github/workflows/openapi-diff.yml

@@ -10,7 +10,7 @@ concurrency:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   check-diff:

+ 1 - 1
.github/workflows/openapi.yml

@@ -6,7 +6,7 @@ on:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   build_and_deref_json:

+ 1 - 1
.github/workflows/sync-labels.yml

@@ -11,7 +11,7 @@ on:
 
 # hack for https://github.com/actions/cache/issues/810#issuecomment-1222550359
 env:
-  SEGMENT_DOWNLOAD_TIMEOUT_MIN: 3
+  SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
 
 jobs:
   sync: