Skip to content

Commit

Permalink
Update start_e2e_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 18, 2023
1 parent 24e3b9f commit 1ea8a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
id: run-id
shell: python
run: |
import random
import os
import strings
import random
import string
with open(os.environ['GITHUB_OUTPUT'], 'a') as f:
run_id = "".join(random.choice(string.ascii_lowercase) for _ in range(8))
f.write(f"run-id={run_id}\n")
Expand Down

0 comments on commit 1ea8a06

Please sign in to comment.