File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
# The github action automatically posts on a PR (if it's not a fork-PR)
56
56
# and/or outputs the diff to the $GITHUB_STEP_SUMMARY
57
57
- name : 🔍 Detect Changes
58
- uses : Adyen/adyen-swift-public-api-diff@0.8.2
58
+ uses : Adyen/adyen-swift-public-api-diff@0.8.3
59
59
with :
60
60
platform : " iOS"
61
61
new : ${{ env.NEW_VERSION }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : 🍱 Compute prerequisites
18
18
run : |
19
- echo "VERSION_NUMBER=0.8.2 " >> $GITHUB_ENV
19
+ echo "VERSION_NUMBER=0.8.3 " >> $GITHUB_ENV
20
20
echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
21
21
echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
22
22
echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments