Skip to content

Commit

Permalink
Merge branch 'main' into testedit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 7, 2023
2 parents 510daab + 0c98dea commit dad0831
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
elif ${{ github.event_name == 'pull_request_target' }}; then
echo "branch=pull/${{ github.event.number }}/merge" >> "$GITHUB_OUTPUT"
if ${{ github.event.pull_request.head.repo.html_url != github.repository.html_url }}; then
if ${{ github.event.pull_request.head.repo.html_url != github.event.repository.html_url }}; then
echo "environment=External PR" >> "$GITHUB_OUTPUT"
else
echo "environment=Preview" >> "$GITHUB_OUTPUT"
Expand Down
21 changes: 20 additions & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,23 @@ setsestesetsesetsetsetsetestestsetestestsetsetett
esestseteststestsestest
testtettsttt
testte
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test

0 comments on commit dad0831

Please sign in to comment.