Skip to content

Commit

Permalink
ci: fix desktop beta release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 10, 2024
1 parent 650b03a commit ecefa5e
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,23 @@ jobs:
name: Beta Release Desktop
runs-on: ubuntu-latest
steps:
- uses: peter-evans/create-or-update-comment@v4
- name: Checkout repo
uses: actions/checkout@v4
with:
repository: alist-org/desktop-release
ref: main
persist-credentials: false
fetch-depth: 0

- name: Commit
run: |
git config --local user.email "[email protected]"
git config --local user.name "IlaBot"
git commit --allow-empty -m "Trigger build for ${{ github.sha }}"
- name: Push commit
uses: ad-m/github-push-action@master
with:
issue-number: 69
body: |
/release-beta
- triggered by @${{ github.actor }}
- commit sha: ${{ github.sha }}
- view files: https://github.com/alist-org/alist/tree/${{ github.sha }}
reactions: 'rocket'
token: ${{ secrets.MY_TOKEN }}
github_token: ${{ secrets.MY_TOKEN }}
branch: main
repository: alist-org/desktop-release

0 comments on commit ecefa5e

Please sign in to comment.