Skip to content

Commit

Permalink
Merge pull request #1493 from phunkyfish/fix-multiline-workflows-nexus
Browse files Browse the repository at this point in the history
Fix github workflows Nexus
  • Loading branch information
phunkyfish authored Feb 22, 2024
2 parents b868a2f + 16567d7 commit f19cc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
fetch-depth: 0
path: ${{ github.event.repository.name }}

# Checkout the required scripts from kodi-pvr/pvr-scripts into the 'scripts' directory
# Checkout the required scripts from xbmc/binary-addon-scripts into the 'scripts' directory
- name: Checkout Scripts
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: kodi-pvr/pvr-scripts
repository: xbmc/binary-addon-scripts
path: scripts

# Install all dependencies required by the following steps
Expand Down

0 comments on commit f19cc16

Please sign in to comment.