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 5ee537b commit d844c45Copy full SHA for d844c45
.github/workflows/dotnet-ec2-default-test.yml
@@ -73,7 +73,7 @@ jobs:
73
sleep_time: 60
74
75
- name: Generate testing id
76
- run: echo TESTING_ID="${{ github.job }}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" >> $GITHUB_ENV
+ run: echo TESTING_ID="${{ github.run_id }}-${{ github.run_number }}-${RANDOM}" >> $GITHUB_ENV
77
78
- name: Configure AWS Credentials
79
uses: aws-actions/configure-aws-credentials@v4
0 commit comments