Skip to content

Commit

Permalink
Merge ci workflows (#136)
Browse files Browse the repository at this point in the history
* Merge github-issue workflow in main workflow #134

* Remove extra quote in bash expression #134
  • Loading branch information
JonJagger committed Feb 13, 2024
1 parent bfbfa15 commit d62faf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if [[ ${HTTP_CODE} -eq 200 ]]; then
export KOSLI_COMPLIANT=true
export EXTERNAL_URL="--external-url="issue=https://github.com/${GITHUB_REPOSITORY}/issues/${GITHUB_ISSUE_NUMBER}"
export EXTERNAL_URL="--external-url=issue=https://github.com/${GITHUB_REPOSITORY}/issues/${GITHUB_ISSUE_NUMBER}"
else
export KOSLI_COMPLIANT=false
export EXTERNAL_URL=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if [[ ${HTTP_CODE} -eq 200 ]]; then
export KOSLI_COMPLIANT=true
export EXTERNAL_URL="--external-url="issue=https://github.com/${GITHUB_REPOSITORY}/issues/${GITHUB_ISSUE_NUMBER}"
export EXTERNAL_URL="--external-url=issue=https://github.com/${GITHUB_REPOSITORY}/issues/${GITHUB_ISSUE_NUMBER}"
else
export KOSLI_COMPLIANT=false
export EXTERNAL_URL=
Expand Down

0 comments on commit d62faf3

Please sign in to comment.