Skip to content

Commit 0ce2cd7

Browse files
fix: Use correct path for get compose action (#3539)
1 parent 7a89761 commit 0ce2cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
fi
4040
4141
- name: Get Compose
42-
uses: ./get-compose-action
42+
uses: getsentry/self-hosted/get-compose-action@master
4343

4444
- name: Compute Docker Volume Cache Keys
4545
id: cache_key

0 commit comments

Comments
 (0)