Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deploy-previews.yml
  • Loading branch information
epicfaace authored Mar 15, 2020
commit dabc15f48c6f803bb06861af4a70c113449dbdc2
2 changes: 1 addition & 1 deletion .github/workflows/deploy-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: thollander/actions-comment-pull-request@1.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: Test. Nice PR!👍 Deploy preview available at https://epicfaace.github.io/cpython/${{GITHUB_SHA}}
message: Test. Nice PR!👍 Deploy preview available at https://epicfaace.github.io/cpython/${{ github.sha }}
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1.2.0
Expand Down