File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 # The github action automatically posts on a PR (if it's not a fork-PR)
5656 # and/or outputs the diff to the $GITHUB_STEP_SUMMARY
5757 - name : 🔍 Detect Changes
58- uses : Adyen/adyen-swift-public-api-diff@0.8.4
58+ uses : Adyen/adyen-swift-public-api-diff@0.9.0
5959 with :
6060 platform : " iOS"
6161 new : ${{ env.NEW_VERSION }}
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : 🍱 Compute prerequisites
1818 run : |
19- echo "VERSION_NUMBER=0.8.4 " >> $GITHUB_ENV
19+ echo "VERSION_NUMBER=0.9.0 " >> $GITHUB_ENV
2020 echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
2121 echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
2222 echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments