Skip to content

Commit

Permalink
Try to fix sub action path
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Aug 25, 2024
1 parent 708e17f commit 07344fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: 'composite'
steps:
- name: Parse configuration
uses: ./config-action
uses: ${{ github.action_path }}/config-action
id: config-action
with:
path: ${{ inputs.path }}
Expand Down

0 comments on commit 07344fc

Please sign in to comment.