Skip to content

Commit

Permalink
Fix trigger for refresh demos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Jan 8, 2025
1 parent e93590a commit 9e379f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refresh_demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
run: |
echo '${{ toJson(github.event) }}' | jq -r .assets[].browser_download_url | grep '.deb$' | xargs wget --header="Authorization: Bearer $GITHUB_TOKEN"
echo '${{ toJson(github.event.release) }}' | jq -r .assets[].browser_download_url | grep '.deb$' | xargs wget --header="Authorization: Bearer $GITHUB_TOKEN"
sudo apt-get -y install ./*.deb
- uses: actions/checkout@v4
- id: demo
Expand Down

0 comments on commit 9e379f0

Please sign in to comment.