mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-08 09:20:04 +02:00
🔄 Remove redundant fetch command in pre-deploy workflow
This commit is contained in:
parent
1ee144b49c
commit
1fee7979e8
1 changed files with 0 additions and 1 deletions
1
.github/workflows/pre-deploy.yml
vendored
1
.github/workflows/pre-deploy.yml
vendored
|
@ -23,7 +23,6 @@ jobs:
|
||||||
|
|
||||||
- name: Fetch and override deploy branch
|
- name: Fetch and override deploy branch
|
||||||
run: |
|
run: |
|
||||||
git fetch origin main:main
|
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
||||||
git branch -D deploy || true
|
git branch -D deploy || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue