Skip to content

Commit

Permalink
trial & error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Aug 8, 2024
1 parent dfab45f commit 34cf65d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ runs:
repoName=$GITHUB_REPOSITORY
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
Expand Down

0 comments on commit 34cf65d

Please sign in to comment.