Skip to content

Commit

Permalink
Update action.yml to use 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Jan 18, 2025
1 parent 2cd4716 commit 6da3425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- name: 🍱 Compute prerequisites
run: |
echo "VERSION_NUMBER=0.7.0" >> $GITHUB_ENV
echo "VERSION_NUMBER=0.8.0" >> $GITHUB_ENV
echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
Expand All @@ -25,7 +25,7 @@ runs:
- uses: actions/checkout@v4
with:
repository: "Adyen/adyen-swift-public-api-diff"
# ref: ${{ env.VERSION_NUMBER }}
ref: ${{ env.VERSION_NUMBER }}

- name: 🛻 Restore Binary
id: cache-restore
Expand Down

0 comments on commit 6da3425

Please sign in to comment.