Skip to content

Commit

Permalink
🐛 quit using env
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Nov 17, 2023
1 parent b2bae7b commit 0460ea8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/update-checksum.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: update aqua checksum

env:
AQUA_VERSION: "v2.16.4" # renovate: depName=aquaproj/aqua
AQUA_WORKING_DIRECTORY: "common/config/aquaproj-aqua"

on:
push:
branches:
- "main"
pull_request:
paths:
- "${{ env.AQUA_WORKING_DIRECTORY }}/*"
- "common/config/aquaproj-aqua/*"
- ".github/workflows/update-checksum.yaml"

jobs:
Expand All @@ -19,6 +15,6 @@ jobs:
permissions:
contents: "read"
with:
aqua_version: "${{ env.AQUA_VERSION }}"
working_directory: "${{ env.AQUA_WORKING_DIRECTORY }}"
aqua_version: "v2.16.4" # renovate: depName=aquaproj/aqua
working_directory: "common/config/aquaproj-aqua"
prune: true

0 comments on commit 0460ea8

Please sign in to comment.