Skip to content

Commit

Permalink
Fix uses path
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Feb 10, 2023
1 parent 29489c6 commit b7da89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ runs:
using: composite
steps:
- name: Set up manala
uses: setup
uses: ./setup
- name: Manala update
uses: update
uses: ./update
with:
directory: ${{ inputs.directory }}

0 comments on commit b7da89a

Please sign in to comment.