File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5757 noTargetBranch : ' no target branch'
5858
5959 - name : 🔍 Detect Changes
60- uses : Adyen/adyen-swift-public-api-diff@ca81d0378d498d97c4b19c803c49f212d17e80e1
60+ uses : Adyen/adyen-swift-public-api-diff@github-action
6161 with :
6262 platform : " macOS"
6363 new : ${{ env.NEW_VERSION }}
Original file line number Diff line number Diff line change @@ -21,16 +21,11 @@ runs:
2121 NEW=${{ inputs.new }}
2222 OLD=${{ inputs.old }}
2323 PLATFORM=${{ inputs.platform }}
24-
25- echo "NEW: $NEW"
26- echo "OLD: $OLD"
27- echo "PLATFORM: $PLATFORM"
28-
2924 PROJECT_FOLDER=$PWD
3025 echo $PROJECT_FOLDER
3126 swift run public-api-diff project --new "${NEW}" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-level debug --log-output "$PROJECT_FOLDER/logs.txt"
3227 cat "$PROJECT_FOLDER/logs.txt"
33- cat "$PROJECT_FOLDER/api_comparison.md" >> $GITHUB_OUTPUT
28+ echo "markdown=$( cat "$PROJECT_FOLDER/api_comparison.md") " >> $GITHUB_OUTPUT
3429 shell : bash
3530
3631
You can’t perform that action at this time.
0 commit comments