Skip to content

Commit

Permalink
trial & error 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent 2528342 commit d8511c1
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=$GITHUB_REPOSITORY | xargs
repoName=$($GITHUB_REPOSITORY | xargs)
repoNameCleaned=$(echo "$repoName" | tr -c '[:alnum:]' '-')
previewName=preview-$repoNameCleaned-$prId
echo "previewName=$previewName" >> $GITHUB_ENV
Expand Down

0 comments on commit d8511c1

Please sign in to comment.