Skip to content

Commit 53ca2f7

Browse files
authored
fix: quoting on GHA (#552)
* fix: quoting on GHA * chore: bump to 0.12.3 * docs: add comment
1 parent 3db2214 commit 53ca2f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ jobs:
155155
with:
156156
TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }}
157157
UNIQUE_NAME: "onhost:e2e:${{ github.event.inputs.tag || github.event.release.tag_name }}"
158-
EC2_FILTERS: "[\"ubuntu\",\"centos7\",\"centos8\",\"centos-stream\",\"sles-15.3\",\"sles-15.4\",\"sles-15.5\",\"redhat\",\"debian-buster\",\"debian-bullseye\",\"debian-bookworm\",\"al\"]"
158+
# We use single quotes so the double-quotes are passed to the sed command in the make target (see the test/provision target)
159+
EC2_FILTERS: '[\"ubuntu\",\"centos7\",\"centos8\",\"centos-stream\",\"sles-15.3\",\"sles-15.4\",\"sles-15.5\",\"redhat\",\"debian-buster\",\"debian-bullseye\",\"debian-bookworm\",\"al\"]'
159160
secrets:
160161
AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
161162
AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

super-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_super_agent"
33
description = "New Relic Super Agent Limited Preview"
4-
version = "0.12.2"
4+
version = "0.12.3"
55
edition = "2021"
66
authors = ["The New Relic Core Agent & Open Standards (CAOS) Team"]
77
publish = false

0 commit comments

Comments
 (0)