Skip to content

Commit

Permalink
fix: Use local path for get-compose-action
Browse files Browse the repository at this point in the history
Follow up to #3539
  • Loading branch information
BYK committed Jan 17, 2025
1 parent 9ceb00f commit 01c2b59
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 @@ -39,7 +39,7 @@ runs:
fi
- name: Get Compose
uses: getsentry/self-hosted/get-compose-action@master
uses: ${{ github.action_path }}get-compose-action

- name: Compute Docker Volume Cache Keys
id: cache_key
Expand Down

0 comments on commit 01c2b59

Please sign in to comment.