mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: change working directory
This commit is contained in:
parent
2bfcbca58c
commit
bf1792e441
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue