Skip to content

Commit

Permalink
Updates to make ci more debuggable. (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
  • Loading branch information
edwarnicke authored Feb 15, 2020
1 parent 89da037 commit 6a49ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ jobs:
run: |
grep ^replace go.mod || exit 0
exit 1
captureRunEnv:
name: Capture CI Run Env
runs-on: ubuntu-latest
steps:
- run: printenv
2 changes: 1 addition & 1 deletion .github/workflows/nsmbot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
automerge:
name: automerge
runs-on: ubuntu-latest
if: ${{ github.actor == 'nsmbot' }}
if: github.actor == 'nsmbot'
steps:
- name: Check out the code
uses: actions/checkout@v1
Expand Down

0 comments on commit 6a49ecf

Please sign in to comment.