Skip to content

Commit

Permalink
test fix for OpenHausIO#341
Browse files Browse the repository at this point in the history
  • Loading branch information
mStirner committed Oct 2, 2023
1 parent 2de8f4c commit e3fe10a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit e3fe10a

Please sign in to comment.