Skip to content

Fix bad envvar syntax in GitHub Action#2

Merged
juliaogris merged 2 commits into
masterfrom
fixup
Jun 17, 2021
Merged

Fix bad envvar syntax in GitHub Action#2
juliaogris merged 2 commits into
masterfrom
fixup

Conversation

@juliaogris

@juliaogris juliaogris commented Jun 17, 2021

Copy link
Copy Markdown
Member

Fix bad environment variable syntax on GitHub Action. The result of this
incorrect syntax was the SLACK_TOKEN not being passed through correctly
which led to HTTP status 400 on curl calls to the Slack Webhook API.
This update fixes it.

Also add a debug line to the slack-notify.sh script so that the on
failure we can more easily find the command that caused the error.

Fix typo in picture base URL

@juliaogris juliaogris force-pushed the fixup branch 3 times, most recently from 5441bda to 6866b80 Compare June 17, 2021 00:50
Fix bad environment variable syntax on GitHub Action. The result of this
incorrect syntax was the SLACK_TOKEN not being passed through correctly
which led to HTTP status 400 on curl calls to the Slack Webhook API.
This update fixes it.

Also add a debug line to the slack-notify.sh script so that the on
failure we can more easily find the command that caused the error.
@juliaogris juliaogris changed the title Fix Fix bad envvar syntax in GitHub Action Jun 17, 2021

@camh- camh- left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐸

@juliaogris juliaogris merged commit a0c14d4 into master Jun 17, 2021
@juliaogris juliaogris deleted the fixup branch June 17, 2021 01:11
juliaogris added a commit that referenced this pull request Jan 16, 2024
- Create major release from docs/releasenotes/v*.md
- Add GitHub release generation with `gh release create ...`
- Update hermit packages

This merges the following commits:
* hermit: Upgrade packages
* make: Create major release from docs/releasenotes/v*.md
* make: Add GitHub release generation

     Makefile                                      | 30 ++++++++++++++-----
     bin/{.make-4.3.pkg => .gh-2.42.0.pkg}         |  0
     bin/{.shellcheck-0.7.1.pkg => .make-4.4.pkg}  |  0
     ....shfmt-3.2.4.pkg => .shellcheck-0.9.0.pkg} |  0
     bin/.shfmt-3.7.0.pkg                          |  1 +
     bin/gh                                        |  1 +
     bin/make                                      |  2 +-
     bin/shellcheck                                |  2 +-
     bin/shfmt                                     |  2 +-
     notes.txt                                     |  3 ++
     slack-notify.sh                               |  2 +-
     11 files changed, 32 insertions(+), 11 deletions(-)

Pull-Request: #11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants