Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Jul 10, 2024
1 parent 0af473e commit 4abbbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
echo "wiki<<EOF" >> $GITHUB_OUTPUT
echo "$WIKI" >> $GITHUB_OUTPUT
echo "wiki" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
if: steps.updates.outputs.open || steps.updates.outputs.closed || steps.updates.outputs.wiki
- name: Open Issue
if: steps.updates.outputs.open || steps.updates.outputs.closed || steps.updates.outputs.wiki
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TODO: update assignee to teams when GH supports it
run: gh issue create -a aalu1418 -t "Upstream Updates - $(date)" -l "[auto] Upstream Updates" -b $'## SIMD ### Opened\n${{ steps.updates.outputs.open }}\n\n### Closed\n${{ steps.updates.outputs.closed }}\n## Agave Wiki ```diff ${ steps.updates.outputs.wiki }```'
run: gh issue create -a aalu1418 -t "Upstream Updates - $(date)" -l "[auto] Upstream Updates" -b $'## SIMD ### Opened\n${{ steps.updates.outputs.open }}\n\n### Closed\n${{ steps.updates.outputs.closed }}\n## Agave Wiki \`\`\`diff\n${ steps.updates.outputs.wiki }\`\`\`'

Check failure on line 47 in .github/workflows/upstream-tracker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/upstream-tracker.yml#L47

shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
Raw output
.github/workflows/upstream-tracker.yml:47:9: shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]

Check failure on line 47 in .github/workflows/upstream-tracker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/upstream-tracker.yml#L47

shellcheck reported issue in this script: SC1073:error:1:93: Couldn't parse this $'..' expression. Fix to allow more checks [shellcheck]
Raw output
.github/workflows/upstream-tracker.yml:47:9: shellcheck reported issue in this script: SC1073:error:1:93: Couldn't parse this $'..' expression. Fix to allow more checks [shellcheck]

Check failure on line 47 in .github/workflows/upstream-tracker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/upstream-tracker.yml#L47

shellcheck reported issue in this script: SC1072:error:2:1: Fix any mentioned problems and try again [shellcheck]
Raw output
.github/workflows/upstream-tracker.yml:47:9: shellcheck reported issue in this script: SC1072:error:2:1:  Fix any mentioned problems and try again [shellcheck]

0 comments on commit 4abbbbd

Please sign in to comment.