File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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.0 " >> $GITHUB_ENV
19
+ echo "VERSION_NUMBER=0.8.1 " >> $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
26
26
- uses : actions/checkout@v4
27
27
with :
28
28
repository : " Adyen/adyen-swift-public-api-diff"
29
- # ref: ${{ env.VERSION_NUMBER }}
29
+ ref : ${{ env.VERSION_NUMBER }}
30
30
31
31
- name : 🛻 Restore Binary
32
32
id : cache-restore
You can’t perform that action at this time.
0 commit comments