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 41be43d commit 8819fc9Copy full SHA for 8819fc9
.github/workflows/dotnet-eks-windows-test.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Generate testing id and dotnet sample app namespace
95
run: |
96
echo TESTING_ID="${{ env.E2E_TEST_AWS_REGION }}-${{ github.run_id }}-${{ github.run_number }}-w" >> $GITHUB_ENV
97
- echo DOTNET_SAMPLE_APP_NAMESPACE="ns-w-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
+ echo DOTNET_SAMPLE_APP_NAMESPACE="ns-w-${{ github.run_number }}" >> $GITHUB_ENV
98
99
- name: Configure AWS Credentials
100
uses: aws-actions/configure-aws-credentials@v4
0 commit comments