We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44e15 commit 57478dcCopy full SHA for 57478dc
.github/workflows/import.yml
@@ -22,7 +22,7 @@ jobs:
22
repository: ${{ env.MAIN_REPO_OWNER }}/${{ env.MAIN_REPO_REPO }}
23
ref: ${{ github.event.client_payload.tag }}
24
path: .ios-repo
25
- - name: Import release ${{ github.event.client_payload.tag }}
+ - name: Import release ${{ env.IOS_SDK_REPO_TAG }}
26
id: import-release
27
uses: ./.github/actions/import-release
28
with:
0 commit comments