Skip to content

Commit

Permalink
Fix multiline strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Dec 6, 2024
1 parent 6230e3f commit 6d9044c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
needs: changedFiles
if:
if: >-
${{ needs.changedFiles.outputs.files != '' &&
toJSON(fromJSON(needs.changedFiles.outputs.files)) != '[]' }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
with:
# note: args has a long default value; when you override it, make sure you don't accidentally forget to include the default options you want! see https://github.com/lycheeverse/lychee-action/blob/master/action.yml
args:
args: >-
--verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
--accept '100..=103,200..=299, 429' --exclude nlesc.sharepoint.com
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Upload PDF to Zenodo
if: github.event_name == 'release'
run:
run: >-
npx --package @iomeg/zenodo-upload zenodo_upload 4020565
guide-nlesc.pdf "${github_ref:10}" ${{ secrets.ZENODO_TOKEN }}
env:
Expand Down

0 comments on commit 6d9044c

Please sign in to comment.