File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,19 @@ inputs:
1313
1414runs :
1515 using : ' composite'
16- env :
17- VERSION_NUMBER : " 0.7.0"
1816 steps :
19- - uses : actions/checkout@v4
20- with :
21- repository : " Adyen/adyen-swift-public-api-diff"
22- # ref: ${{ env.VERSION_NUMBER }}
23-
24- - name : 👾 Compute prerequisites
25- id : compute-path
17+ - name : 🍱 Compute prerequisites
2618 run : |
27- echo "public-api-diff version: ${{ env.VERSION_NUMBER }}"
19+ echo "VERSION_NUMBER=0.7.0" >> $GITHUB_ENV
2820 echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
2921 echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
3022 echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
3123 shell : bash
24+
25+ - uses : actions/checkout@v4
26+ with :
27+ repository : " Adyen/adyen-swift-public-api-diff"
28+ # ref: ${{ env.VERSION_NUMBER }}
3229
3330 - name : 🛻 Restore Binary
3431 id : cache-restore
You can’t perform that action at this time.
0 commit comments