mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 08:55:36 +02:00
Update CI
This commit is contained in:
parent
17bd45890c
commit
eea2f17038
1 changed files with 7 additions and 8 deletions
13
.github/workflows/pre-deploy.yml
vendored
13
.github/workflows/pre-deploy.yml
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
name: Pre-Deploy Updates Server
|
||||
|
||||
on:
|
||||
|
@ -11,13 +10,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.DEPLOY_KEY }}
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
@ -37,11 +36,11 @@ jobs:
|
|||
run: |
|
||||
echo "Ready to deploy!"
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
- name: Commit
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: 🔖 Updated update server
|
||||
commit_user_name: Zen Browser Robot
|
||||
commit_user_email: zen-browser-auto@users.noreply.github.com
|
||||
branch: deploy
|
||||
push_options: '--force'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue