Skip to content

Commit

Permalink
fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Mar 7, 2024
1 parent e789d03 commit 8db7995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download latest nagios plugins release
run: curl -sL https://api.github.com/repos/nagios-plugins/nagios-plugins/releases/latest | grep "browser_download_url" | cut -d: -f2,3 | tr -d \" | wget -qi -
run: curl -sL https://api.github.com/repos/nagios-plugins/nagios-plugins/releases/latest | grep "browser_download_url" | cut -d : -f2,3 | tr -d \" | wget -qi -
- name: Untar release
run: tar -xzvf nagios-plugins-*.tar.gz
- name: cd into release
Expand Down

0 comments on commit 8db7995

Please sign in to comment.