File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 uses : maxim-lobanov/setup-xcode@v1
2727 with :
2828 xcode-version : ' 15.4'
29-
29+
3030 - name : 🚚 Fetch repo
3131 uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 0
34-
34+
3535 - name : 👾 Define Diff Versions
3636 run : |
3737 NEW="${{ env.source }}~${{ env.githubRepo }}"
5454 target : ' ${{ github.event.inputs.old || github.event.pull_request.base.ref }}'
5555 githubRepo : ' ${{github.server_url}}/${{github.repository}}.git'
5656 noTargetBranch : ' no target branch'
57-
57+
5858 - name : 🔍 Detect Changes
5959 uses : Adyen/adyen-swift-public-api-diff@github-action
6060 id : public_api_diff
@@ -63,11 +63,11 @@ jobs:
6363 new : ${{ env.NEW_VERSION }}
6464 old : ${{ env.OLD_VERSION }}
6565
66- - name : 🚦 Test Output
66+ - name : 🚦 Test Output
6767 run : |
6868 FILE_PATH="${{ steps.public_api_diff.outputs.filepath }}
6969 echo "Filepath: $FILE_PATH"
70-
70+
7171 - if : ${{ github.event.pull_request.base.ref != '' }}
7272 name : 📝 Comment on PR
7373 uses : thollander/actions-comment-pull-request@v3
You can’t perform that action at this time.
0 commit comments