Skip to content

Commit fd6047a

Browse files
committed
chore: use org variables inside the CI
1 parent ba67a26 commit fd6047a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GO_VERSION: stable
15-
HUGO_VERSION: '0.117.0'
15+
HUGO_VERSION: ${{vars.HUGO_VERSION}}
1616
CGO_ENABLED: 0
1717

1818
steps:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GO_VERSION: stable
16-
GOLANGCI_LINT_VERSION: v1.56.0
17-
HUGO_VERSION: '0.117.0'
16+
GOLANGCI_LINT_VERSION: ${{vars.GOLANGCI_LINT_VERSION}}
17+
HUGO_VERSION: ${{vars.HUGO_VERSION}}
1818
CGO_ENABLED: 0
1919
LEGO_E2E_TESTS: CI
2020
MEMCACHED_HOSTS: localhost:11211

0 commit comments

Comments
 (0)