Skip to content

Commit

Permalink
trial & error 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent 34cf65d commit 2528342
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,11 @@ runs:
shell: bash
run: |
prId=$(<pr-id.txt)
repoName=$GITHUB_REPOSITORY
repoName=$GITHUB_REPOSITORY | xargs
repoNameCleaned=$(echo "$repoName" | tr -c '[:alnum:]' '-')
previewName=preview-$repoNameCleaned-$prId
echo $GITHUB_REPOSITORY
echo $previewName
echo "test"
echo "previewName=$previewName" >> $GITHUB_ENV
- name: Create preview environment
shell: bash
run: |
Expand Down

0 comments on commit 2528342

Please sign in to comment.