mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
CI: Remove trailing whitespace
This commit is contained in:
committed by
Jakob-Niklas See
parent
5e1f8e9121
commit
8d135f6e6f
6
.github/workflows/new_version_check.yml
vendored
6
.github/workflows/new_version_check.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Create Issue for Linux
|
||||
if: |
|
||||
! contains( steps.latest-version.outputs.win_version, steps.latest-version.outputs.mac_version ) ||
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
uses: dblock/create-a-github-issue@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
- name: Create Issue for macOS
|
||||
if: |
|
||||
! contains( steps.latest-version.outputs.win_version, steps.latest-version.outputs.mac_version ) ||
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
uses: dblock/create-a-github-issue@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
- name: Create Issue for Windows
|
||||
if: |
|
||||
! contains( steps.latest-version.outputs.win_version, steps.latest-version.outputs.mac_version ) ||
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
! contains( steps.latest-version.outputs.mac_version, steps.latest-version.outputs.linux_version )
|
||||
uses: dblock/create-a-github-issue@v3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user