File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ inputs:
1313
1414env :
1515 VERSION_NUMBER : " 0.7.0"
16- HEAD_GITHUB_REPO : ' ${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git'
17- BASE_GITHUB_REPO : ' ${{github.server_url}}/${{github.repository}}.git'
1816
1917runs :
2018 using : ' composite'
2422 repository : " Adyen/adyen-swift-public-api-diff"
2523 # ref: ${{ env.VERSION_NUMBER }}
2624
27- - name : 👾 Compute binary path
25+ - name : 👾 Compute prerequisites
2826 id : compute-path
29- run : echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
27+ run : |
28+ echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
29+ echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
30+ echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
3031 shell : bash
3132
3233 - name : 🛻 Restore Binary
You can’t perform that action at this time.
0 commit comments