Skip to content

Commit

Permalink
Fix failure to set BOOSTORG_OUTCOME_DEPLOY_KEY in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 14, 2020
1 parent a5c877c commit e0efc83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:

- name: Extract boostorg/outcome ssh keys
id: vars
env:
BOOSTORG_OUTCOME_DEPLOY_KEY: ${{ secrets.BOOSTORG_OUTCOME_DEPLOY_KEY }}
shell: bash
run: |
if [ -n "$BOOSTORG_OUTCOME_DEPLOY_KEY" ] && [ "${{ steps.waitforstatuschecks.outputs.status }}" = "success" ]; then
Expand Down
2 changes: 1 addition & 1 deletion doc/html
Submodule html updated 457 files

0 comments on commit e0efc83

Please sign in to comment.