Skip to content

Commit

Permalink
output run id
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 26, 2024
1 parent c9b8668 commit 1b521af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:

- name: Create run-id
id: run-id
run: echo "RUN_ID=$(uuidgen)" >> $GITHUB_ENV
run: |
export RUN_ID=$(uuidgen)
echo "RUN_ID=$RUN_ID" >> $GITHUB_ENV
echo "RUN_ID=$RUN_ID"
- name: Get Setup Values
uses: bitwarden/sm-action@92d1d6a4f26a89a8191c83ab531a53544578f182 # v2.0.0
Expand Down

0 comments on commit 1b521af

Please sign in to comment.