File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,13 @@ jobs:
55
55
target : ' ${{ github.event.inputs.old || github.event.pull_request.base.ref }}'
56
56
githubRepo : ' ${{github.server_url}}/${{github.repository}}.git'
57
57
noTargetBranch : ' no target branch'
58
-
58
+
59
59
- name : 🔍 Detect Changes
60
- run : |
61
- echo "OUTPUTS: ${{ env }}"
62
- echo "NEW: ${{ env.NEW_VERSION }}"
63
- echo "OLD: ${{ env.OLD_VERSION }}"
64
-
65
- PROJECT_FOLDER=$PWD
66
- echo $PROJECT_FOLDER
67
- swift run public-api-diff project --new "$NEW" --old "$OLD" --platform macos --output "$PROJECT_FOLDER/api_comparison.md" --log-level debug --log-output "$PROJECT_FOLDER/logs.txt"
68
- cat "$PROJECT_FOLDER/logs.txt"
69
- cat "$PROJECT_FOLDER/api_comparison.md" >> $GITHUB_STEP_SUMMARY
60
+ uses : Adyen/adyen-swift-public-api-diff
61
+ with :
62
+ platform : " macOS"
63
+ new : ${{ env.NEW_VERSION }}
64
+ old : ${{ env.OLD_VERSION }}
70
65
71
66
- if : ${{ github.event.pull_request.base.ref != '' }}
72
67
name : 📝 Comment on PR
You can’t perform that action at this time.
0 commit comments