We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3836fff commit 50ce5aaCopy full SHA for 50ce5aa
action.yml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- name: 🍱 Compute prerequisites
18
run: |
19
- echo "VERSION_NUMBER=0.8.2" >> $GITHUB_ENV
+ echo "VERSION_NUMBER=$(uuidgen)" >> $GITHUB_ENV
20
echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
21
echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
22
echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
@@ -26,7 +26,6 @@ runs:
26
- uses: actions/checkout@v4
27
with:
28
repository: "Adyen/adyen-swift-public-api-diff"
29
- ref: ${{ env.VERSION_NUMBER }}
30
31
- name: 🛻 Restore Binary
32
id: cache-restore
0 commit comments