Skip to content

Commit 1c9b971

Browse files
committed
Shorten sample-app-namespace to ns
1 parent 7388f1b commit 1c9b971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Generate testing id and sample app namespace
6868
run: |
6969
echo TESTING_ID="${{ inputs.aws-region }}-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
70-
echo SAMPLE_APP_NAMESPACE="sample-app-namespace-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
70+
echo SAMPLE_APP_NAMESPACE="ns-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
7171
7272
- name: Configure AWS Credentials
7373
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)