From caf27f08d173b22c1efb3fab7933a73eabb5b01f Mon Sep 17 00:00:00 2001 From: Davide Cieri Date: Wed, 29 May 2024 11:39:53 +0200 Subject: [PATCH] again --- .github/workflows/Hog-pull.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/Hog-pull.yml b/.github/workflows/Hog-pull.yml index b8963560..261720b0 100644 --- a/.github/workflows/Hog-pull.yml +++ b/.github/workflows/Hog-pull.yml @@ -127,13 +127,7 @@ jobs: fetch-depth: 0 token: ${{secrets.HOG_PUSH_TOKEN}} submodules: 'true' - # - uses: webfactory/ssh-agent@v0.7.0 - # name: SSH-Agent - # with: - # ssh-private-key: ${{ secrets.SUBMODULE_CONTENT_PULL_KEY }} - - name: Merge And Tag run: | - git config --global --add safe.directory /__w/TestFirmware/TestFirmware # Check if this is a valid hotfix or feature branch if [ -f "Top/repo.conf" ]; then enable_develop_branch=$(awk -F "=" '/ENABLE_DEVELOP_BRANCH/{ gsub(" |\t",""); print $2}' Top/repo.conf);