Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namenu committed Oct 2, 2023
1 parent dabd2bf commit 60be1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ runs:
- id: diff
shell: bash
run: |
cd ${{ github.action_path }}
DEPS_DIFF=$(clojure -X namenu.deps-diff/diff \
DEPS_DIFF=$(clojure -Sdeps '{:deps {namenu/deps-diff {:local/root "${{ github.action_path }}"}}}' \
-X namenu.deps-diff/diff \
:base '"${{ inputs.base }}"' \
:target '"${{ inputs.target }}"' \
:format '"${{ inputs.format }}"' \
Expand Down

0 comments on commit 60be1cd

Please sign in to comment.