From 2d0c8e412fb4f5b50d79610a86ceac2ec072ba05 Mon Sep 17 00:00:00 2001 From: Zoff Date: Thu, 1 Aug 2024 15:45:28 +0200 Subject: [PATCH] Update dep_toxcore_info.yml --- .github/workflows/dep_toxcore_info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dep_toxcore_info.yml b/.github/workflows/dep_toxcore_info.yml index 4bcf6882..4cfb1c42 100644 --- a/.github/workflows/dep_toxcore_info.yml +++ b/.github/workflows/dep_toxcore_info.yml @@ -37,7 +37,7 @@ jobs: run: rm -f output.txt - name: Create Pull Request - if: not contains(github.ref, 'refs/tags/v') + if: ${{ !contains(github.ref, 'refs/tags/v') }} uses: peter-evans/create-pull-request@v6 with: commit-message: update toxcore to ${{ steps.version_info_str.outputs.release_tag }}