Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHinderling committed Dec 11, 2024
1 parent 1679a8d commit a9b7582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios_emerge_upload_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: "Calculate PR depth"
working-directory: .
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} * 2 ))" >> "${GITHUB_ENV}"

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a9b7582

Please sign in to comment.