diff options
Diffstat (limited to '.github/workflows/block-outdated-3rdparty.yml')
-rw-r--r-- | .github/workflows/block-outdated-3rdparty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/block-outdated-3rdparty.yml b/.github/workflows/block-outdated-3rdparty.yml index eb4f6466b8f..dba3f5f3e7a 100644 --- a/.github/workflows/block-outdated-3rdparty.yml +++ b/.github/workflows/block-outdated-3rdparty.yml @@ -46,8 +46,8 @@ jobs: - name: Compare if 3rdparty commits are different run: | echo '3rdparty/ seems to not point to the last commit of the dedicated branch:' - echo "Branch has: ${{ steps.actual.outputs.commit }}" - echo "${{ github.base_ref }} has: ${{ steps.target.outputs.commit }}" + echo 'Branch has: ${{ steps.actual.outputs.commit }}' + echo '${{ github.base_ref }} has: ${{ steps.target.outputs.commit }}' - name: Fail if 3rdparty commits are different if: ${{ steps.changes.outputs.src != 'false' && steps.actual.outputs.commit != steps.target.outputs.commit }} |