Skip to content

Commit

Permalink
fix preview link after testrun.org migration
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Apr 29, 2023
1 parent f6a068f commit 55b275a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
# URLs for API connection and uploads
export GITHUB_API_URL="https://api.github.com/repos/deltachat/provider-db/statuses/${{ github.event.after }}"
export PREVIEW_LINK="https://testrun.org/provider/${{ github.sha }}/_site/"
export PREVIEW_LINK="https://mailadm.testrun.org/provider/${{ github.sha }}/_site/"
# Post AppImage download link to check details
export STATUS_DATA="{\"state\": \"success\", \
\"description\": \"Preview the page here:\", \
Expand All @@ -49,7 +49,7 @@ jobs:
if: steps.details.outputs.comment
uses: rytswd/respost@v0.1.0
with:
body: "Check out the page preview at https://testrun.org/provider/${{ github.sha }}/_site/"
body: "Check out the page preview at https://mailadm.testrun.org/provider/${{ github.sha }}/_site/"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 55b275a

Please sign in to comment.