Skip to content

Commit 5604763

Browse files
committed
test with random
1 parent 9009dc4 commit 5604763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/store-delete-k8s-ghcr/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Generate a UUID token
13+
shell: bash
1314
id: token
1415
run: |
15-
echo "token-name=$(uuidgen)" >> $GITHUB_OUTPUT
16+
echo "token-name=${RANDOM}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}" >> $GITHUB_OUTPUT
1617
- name: Delete GitHub Container Registry token
1718
uses: ./.github/actions/with-post-step
1819
with:

0 commit comments

Comments
 (0)