diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc6831f8..c53fa7ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,9 @@ jobs: - name: Checkout sources uses: ovirt/checkout-action@main + - name: Mark git repo as safe + run: git config --global --add safe.directory $(pwd) + - name: Use cache for maven uses: actions/cache@v2 with: @@ -49,7 +52,7 @@ jobs: .automation/build-rpm.sh $ARTIFACTS_DIR - name: Upload artifacts - uses: ovirt/upload-rpms-action@v2 + uses: ovirt/upload-rpms-action@main with: directory: ${{ env.ARTIFACTS_DIR }}