Skip to content

Commit bbafc02

Browse files
committed
Test
1 parent c5a21ca commit bbafc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oidc-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
run: |
4949
cli_version="${{ matrix.cli-version }}" && cli_version="${cli_version//./-}"
50-
echo "oidc_provider_name=oidc-integration-${cli_version}-${{ matrix.os }}-$(date +%s)" >> "$GITHUB_OUTPUT"
50+
echo "oidc_provider_name=oidc-integration-${cli_version}-${{ matrix.os }}-${{ github.run_id }}" >> "$GITHUB_OUTPUT"
5151
5252
- name: Create OpenID Connect integration
5353
shell: bash

0 commit comments

Comments
 (0)