We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388f1b commit 1c9b971Copy full SHA for 1c9b971
.github/workflows/appsignals-e2e-eks-test.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Generate testing id and sample app namespace
68
run: |
69
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
+ echo SAMPLE_APP_NAMESPACE="ns-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
71
72
- name: Configure AWS Credentials
73
uses: aws-actions/configure-aws-credentials@v4
0 commit comments