Skip to content

Commit

Permalink
ci: fix missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 22, 2024
1 parent a6a5c93 commit b1b0403
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": "workflows"
}
},
"version": "4be39c61f8b3d2c7c73cb51d7c30ed951d541f6f",
"sum": "kJW+GFSXMdsu6JQObHO02/hM7ujy11jcfLPXDBHDl9g="
"version": "c723914ae86f6c4f9bc294294b076bc39ed43dab",
"sum": "koN50RMgvaxWZ77YKvs21G/Tt4NgsnL36CY4tTVhAUE="
}
],
"legacyImports": false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "setup node"
uses: "actions/setup-node@v4"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "setup node"
uses: "actions/setup-node@v4"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "pull code to release"
uses: "actions/checkout@v4"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "setup node"
uses: "actions/setup-node@v4"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- name: "auth gcs"
uses: "google-github-actions/auth@v2"
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "lib"
ref: "{{ env.RELEASE_LIB_REF }}"
ref: "${{ env.RELEASE_LIB_REF }}"
repository: "grafana/loki-release"
- id: "extract_branch"
name: "extract branch name"
Expand Down

0 comments on commit b1b0403

Please sign in to comment.