fix(association): remove duplicate title #19

Closed
mbess wants to merge 8 commits from matthieu_test into develop
Showing only changes of commit 42d24874b2 - Show all commits

View file

@ -32,6 +32,8 @@ jobs:
fi fi
ls / ls /
cat /base_url.txt cat /base_url.txt
- name: Install rsync
run: echo "${{ env.github_ref_name }}"
- name: Install rsync - name: Install rsync
run: apt update && apt install -y rsync run: apt update && apt install -y rsync
- uses: actions/checkout@v4 - uses: actions/checkout@v4