Skip to content

Commit

Permalink
Make CI run checkout PR for backlogger_preview
Browse files Browse the repository at this point in the history
Signed-off-by: ybonatakis <[email protected]>
  • Loading branch information
b10n1k committed Apr 24, 2024
1 parent 38d6dfc commit 77cda36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: ./
with:
config: queries.yaml
ref: ${{ github.event.pull_request.head.sha }}
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: gh-pages
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
with:
repository: openSUSE/backlogger
path: backlogger
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-python@v5
with:
python-version: 3.12
Expand Down
1 change: 1 addition & 0 deletions foot.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<hr>
TEST
<a href="https://github.com/GITHUB_REPOSITORY">GITHUB_REPOSITORY on GitHub</a>
</main></body></html>

0 comments on commit 77cda36

Please sign in to comment.