Skip to content

Commit 6610618

Browse files
committed
Update workflow
1 parent 63268e4 commit 6610618

File tree

3 files changed

+5
-34
lines changed

3 files changed

+5
-34
lines changed

.github/workflows/analyze-ghsl.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/announce-newrelease-discord.yml renamed to .github/workflows/announce-new-release-discord.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: "Announce - New Release - Discord"
1+
name: "Announce New Release - Discord"
22
on:
33
release:
44
types:
55
- "published"
66
jobs:
7-
announce-newrelease-discord:
8-
name: "Announce - New Release - Discord"
7+
announce-new-release-discord:
8+
name: "Announce New Release - Discord"
99
runs-on: "ubuntu-latest"
1010
steps:
11-
- uses: "hugoalh/[email protected].2"
11+
- uses: "hugoalh/[email protected].3"
1212
with:
1313
key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}"
1414
payload: |

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
scan-virus:
2222
name: "Scan - Virus"
2323
runs-on: "ubuntu-latest"
24-
if: "${{!(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
24+
if: "${{!((github.event_name == 'pull_request') && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
2525
steps:
2626
- name: "Checkout Repository"
2727
uses: "actions/[email protected]"

0 commit comments

Comments
 (0)