Fix actions 😀

This commit is contained in:
Anas Elgarhy 2022-07-16 19:52:01 +02:00
parent 18c5a03fc1
commit 3efbd99936
2 changed files with 12 additions and 13 deletions

View file

@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: install libs - name: install libs
run: sudo apt-get install libxinerama1 libxinerama-dev run: sudo apt-get install libxinerama1 libxinerama-dev
- name: change directory to src dir
run: cd src/
- name: make install test - name: make install test
run: sudo make install run: cd src &&\
sudo make install
- name: make uninstall - name: make uninstall
run: sudo make uninstall run: sudo make uninstall

View file

@ -16,16 +16,16 @@ jobs:
GIT_USERNAME: Anas-Elgarhy GIT_USERNAME: Anas-Elgarhy
GIT_PASSWORD: ${{ secrets.GITLAP_TOKEN }} GIT_PASSWORD: ${{ secrets.GITLAP_TOKEN }}
- name: mirror in bitbucket # - name: mirror in bitbucket
uses: actions/checkout@v3 # uses: actions/checkout@v3
with: # with:
fetch-depth: 0 # fetch-depth: 0
- uses: yesolutions/mirror-action@master # - uses: yesolutions/mirror-action@master
with: # with:
REMOTE: 'https://anas_elgarhy@bitbucket.org/anas_elgarhy/dwm-anas.git' # REMOTE: 'https://anas_elgarhy@bitbucket.org/anas_elgarhy/dwm-anas.git'
REMOTE_NAME: bitbucket # REMOTE_NAME: bitbucket
GIT_USERNAME: anas_elgarhy # GIT_USERNAME: anas_elgarhy
GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} # GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }}
- name: mirror in codeberg - name: mirror in codeberg
uses: actions/checkout@v3 uses: actions/checkout@v3