Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CvH committed Aug 6, 2022
1 parent 247b380 commit 26b6718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tools-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "*/30 * * * *"

jobs:
create_addon:
update_changelog:
runs-on: [self-hosted, scripts]

steps:
Expand All @@ -18,6 +18,8 @@ jobs:
- name: Update changelog at test.libreelec.tv
run: |
echo "Updating changelog at test.libreelec.tv"
ls -lah
pwd
cd "actions/"
ssh ${{ secrets.NIGHTLY_HOST_USERNAME }}@${{ secrets.NIGHTLY_HOST }} -p ${{ secrets.NIGHTLY_HOST_PORT }} \
"bash -s" < ./scripts/update_changelog.sh

0 comments on commit 26b6718

Please sign in to comment.