Skip to content

Commit bebeea8

Browse files
committed
fix: composite action use
1 parent b1acf59 commit bebeea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898

9999
- name: Native Fingerprint
100100
id: fingerprint
101-
uses: ./.github/actions/rnef-native-fingerprint
101+
uses: callstackincubator/ios/.github/actions/rnef-native-fingerprint@v1
102102
with:
103103
platform: ios
104104
working-directory: ${{ inputs.working-directory }}
@@ -110,7 +110,7 @@ runs:
110110

111111
- name: Find artifact URL
112112
id: find-artifact
113-
uses: ./.github/actions/find-artifact
113+
uses: callstackincubator/ios/.github/actions/find-artifact@v1
114114
with:
115115
name: ${{ env.ARTIFACT_NAME }}
116116
re-sign: ${{ inputs.re-sign }}
@@ -252,7 +252,7 @@ runs:
252252

253253
- name: Post Build
254254
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
255-
uses: ./.github/actions/rnef-post-build
255+
uses: callstackincubator/ios/.github/actions/rnef-post-build@v1
256256
with:
257257
title: iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
258258
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || steps.find-artifact.outputs.artifact-url }}

0 commit comments

Comments
 (0)