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.
2 parents 65dcd12 + 03c9c99 commit 8d999e1Copy full SHA for 8d999e1
.github/actions/import-release/action.yml
@@ -58,4 +58,4 @@ runs:
58
git commit -a -m'[release] ${{ inputs.tag }}'
59
git push
60
61
- echo "::set-output name=sha::$(git rev-parse HEAD)"
+ echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
.github/workflows/import.yml
@@ -15,9 +15,9 @@ jobs:
15
MAIN_REPO_REPO: ios-branch-deep-linking-attribution
16
steps:
17
- name: Check out SPM repo
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
- name: Check out main iOS repo
20
21
with:
22
repository: ${{ env.MAIN_REPO_OWNER }}/${{ env.MAIN_REPO_REPO }}
23
ref: ${{ github.event.inputs.tag }}
0 commit comments