Skip to content

Commit

Permalink
Test the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 1, 2024
1 parent 715b314 commit 76c29b6
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/release-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ jobs:
runs-on: macos-14
if: github.event.issue.pull_request && github.event.comment.body == '/merge' && github.event.issue.state == 'open' && endsWith(github.event.issue.title, 'Release')
steps:
- name: Connect iOS Bot
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
- run: echo "Test passed"

- uses: actions/[email protected]
with:
fetch-depth: 0
# - name: Connect iOS Bot
# uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}

- uses: ./.github/actions/ruby-cache
# - uses: actions/[email protected]
# with:
# fetch-depth: 0

- name: Create Release PR
run: bundle exec fastlane merge_release_to_main --verbose
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
GITHUB_PR_NUM: ${{ github.event.issue.number }}
# - uses: ./.github/actions/ruby-cache

# - name: Create Release PR
# run: bundle exec fastlane merge_release_to_main --verbose
# env:
# GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
# GITHUB_PR_NUM: ${{ github.event.issue.number }}

0 comments on commit 76c29b6

Please sign in to comment.