Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oloughlin committed Jan 31, 2021
1 parent 533714e commit 2ef32f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: eccho "$GITHUB_CONTEXT"
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
if: failure()
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- os: ubuntu-latest
node_version: 6
- os: macos-latest
node_version: 7
node_version: 6
runs-on: ${{ matrix.os }}
env:
IS_UBUNTU_8: ${{ matrix.is_ubuntu_8 }}
Expand Down

0 comments on commit 2ef32f3

Please sign in to comment.