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 c5a21ca commit bbafc02Copy full SHA for bbafc02
.github/workflows/oidc-integration-test.yml
@@ -47,7 +47,7 @@ jobs:
47
shell: bash
48
run: |
49
cli_version="${{ matrix.cli-version }}" && cli_version="${cli_version//./-}"
50
- echo "oidc_provider_name=oidc-integration-${cli_version}-${{ matrix.os }}-$(date +%s)" >> "$GITHUB_OUTPUT"
+ echo "oidc_provider_name=oidc-integration-${cli_version}-${{ matrix.os }}-${{ github.run_id }}" >> "$GITHUB_OUTPUT"
51
52
- name: Create OpenID Connect integration
53
0 commit comments