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 6636730 commit 9b1a14d
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: ${{ github.action_path }}/setup
uses: manala/github-action-manala/setup@v1
- name: Manala update
uses: ${{ github.action_path }}/update
uses: manala/github-action-manala/update@v1
with:
directory: ${{ inputs.directory }}

0 comments on commit 9b1a14d

Please sign in to comment.