From 3efbd9993654aa9c16e8001199936762e371fc29 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 16 Jul 2022 19:52:01 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20actions=20=F0=9F=98=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/c-cpp.yml | 5 ++--- .github/workflows/mirror.yml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4daffde..ef31f41 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,9 +15,8 @@ jobs: - uses: actions/checkout@v3 - name: install libs run: sudo apt-get install libxinerama1 libxinerama-dev - - name: change directory to src dir - run: cd src/ - name: make install test - run: sudo make install + run: cd src &&\ + sudo make install - name: make uninstall run: sudo make uninstall diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 7107400..a39f47a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -16,16 +16,16 @@ jobs: GIT_USERNAME: Anas-Elgarhy GIT_PASSWORD: ${{ secrets.GITLAP_TOKEN }} - - name: mirror in bitbucket - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@master - with: - REMOTE: 'https://anas_elgarhy@bitbucket.org/anas_elgarhy/dwm-anas.git' - REMOTE_NAME: bitbucket - GIT_USERNAME: anas_elgarhy - GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} + # - name: mirror in bitbucket + # uses: actions/checkout@v3 + # with: + # fetch-depth: 0 + # - uses: yesolutions/mirror-action@master + # with: + # REMOTE: 'https://anas_elgarhy@bitbucket.org/anas_elgarhy/dwm-anas.git' + # REMOTE_NAME: bitbucket + # GIT_USERNAME: anas_elgarhy + # GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} - name: mirror in codeberg uses: actions/checkout@v3