Skip to content

Commit

Permalink
Fix actionlint error
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jul 13, 2023
1 parent 0e01dab commit 92fbf8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Setup asdf
uses: asdf-vm/actions/setup@v1

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Test plugin
run: |
asdf plugin-add poetry $GITHUB_WORKSPACE
asdf plugin-add poetry "$GITHUB_WORKSPACE"
make test
env:
GITHUB_API_TOKEN: ${{ github.token }}

0 comments on commit 92fbf8a

Please sign in to comment.