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 a69ad9e commit b501295Copy full SHA for b501295
.github/workflows/testflight.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
27
- uses: actions/[email protected]
28
+ with:
29
+ fetch-depth: 0
30
- uses: ./.github/actions/ruby-cache
31
- uses: ./.github/actions/xcode-cache
32
- name: Deploy Demo app
0 commit comments