Skip to content

Commit

Permalink
Update common github actions (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
  • Loading branch information
mattmoor authored Oct 16, 2020
1 parent eb06c96 commit c4f0864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
uses: actions/checkout@v2

- name: Install Tools
env:
WOKE_VERSION: v0.1.15
run: |
TEMP_PATH="$(mktemp -d)"
cd $TEMP_PATH
Expand Down Expand Up @@ -254,7 +256,6 @@ jobs:
shell: bash
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
WOKE_VERSION: v0.1.11
run: |
set -e
cd "${GITHUB_WORKSPACE}" || exit 1
Expand Down

0 comments on commit c4f0864

Please sign in to comment.