Skip to content

Commit

Permalink
Merge pull request #42 from b10n1k/workaround_forked_ci
Browse files Browse the repository at this point in the history
Make CI run checkout PR for backlogger_preview
  • Loading branch information
kalikiana authored Apr 29, 2024
2 parents 47ab71c + 39d9d36 commit 27fcb74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- reopened
- synchronize
- closed
branches:
- "**"
jobs:
backlogger_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run the action implemented in this repo
uses: ./
with:
Expand Down
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

0 comments on commit 27fcb74

Please sign in to comment.