mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-04 16:11:00 +01:00
chore: change working directory
This commit is contained in:
parent
2bfcbca58c
commit
bf1792e441
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
working-directory: etherpad
|
||||
with:
|
||||
repository: ether/etherpad-lite
|
||||
path: etherpad
|
||||
@ -26,6 +25,7 @@ jobs:
|
||||
fetch-depth: '0'
|
||||
fetch-tags: 'true'
|
||||
- name: Checkout master
|
||||
working-directory: etherpad
|
||||
run: |
|
||||
git fetch origin master
|
||||
git checkout master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user