Skip to content

Commit

Permalink
trial & error 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent 1eca0a0 commit ffe2dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
shell: bash
run: |
prId=$(<pr-id.txt)
repoName=$(echo "$GITHUB_REPOSITORY" | xargs)
repoName=$(echo "$GITHUB_REPOSITORY" | sed 's/^[ \t]*//;s/[ \t]*$//')
echo $repoName
repoNameCleaned=$(echo "$repoName" | tr -c '[:alnum:]' '-')
previewName=preview-$repoNameCleaned-$prId
Expand Down

0 comments on commit ffe2dc3

Please sign in to comment.