fix(association): remove duplicate title #19
1 changed files with 3 additions and 4 deletions
|
@ -17,7 +17,10 @@ jobs:
|
|||
container:
|
||||
image: code.forgejo.org/oci/node:20-bookworm
|
||||
steps:
|
||||
- name: Install rsync and bash
|
||||
run: apt update && apt install -y rsync bash
|
||||
- name: Set baseURL
|
||||
shell: /usr/bin/bash
|
||||
run: |
|
||||
echo "Checking current branch."
|
||||
echo -n "https://dev.etoiledebethleem.fr" > /base_url.txt
|
||||
|
@ -31,10 +34,6 @@ jobs:
|
|||
fi
|
||||
ls /
|
||||
cat /base_url.txt
|
||||
- name: Debug some vars
|
||||
run: echo "${{ env.github_ref_name }}"
|
||||
- name: Install rsync
|
||||
run: apt update && apt install -y rsync
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
|
Loading…
Reference in a new issue