Skip to content

Commit

Permalink
trial & error 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent 955b204 commit 1eca0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
run: |
prId=$(<pr-id.txt)
repoName=$(echo "$GITHUB_REPOSITORY" | xargs)
echo $repoName
repoNameCleaned=$(echo "$repoName" | tr -c '[:alnum:]' '-')
previewName=preview-$repoNameCleaned-$prId
echo "previewName=$previewName" >> $GITHUB_ENV
Expand Down

0 comments on commit 1eca0a0

Please sign in to comment.