We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ae885 commit fc6abedCopy full SHA for fc6abed
1 file changed
.github/workflows/bootstrap-alarms.yml
@@ -17,7 +17,7 @@ jobs:
17
bootstrap:
18
runs-on: ubuntu-latest
19
env:
20
- COMPOSITE_ALARM_NAME: ${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
+ COMPOSITE_ALARM_NAME: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
21
22
steps:
23
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -47,7 +47,7 @@ jobs:
47
distro_version=$(echo "$row" | jq -r '.distro_version')
48
runtime_version=$(echo "$row" | jq -r '.runtime_version')
49
50
- ALARM_NAME="ruby-ric-${distro}-${distro_version}-ruby${runtime_version}-${arch}"
+ ALARM_NAME="GitHubActions-ruby-ric-${distro}-${distro_version}-ruby${runtime_version}-${arch}"
51
52
echo "Creating alarm: ${ALARM_NAME}"
53
0 commit comments