mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
fixed typo
This commit is contained in:
parent
c346768a8c
commit
cfe9ddadf1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
RESOLVED_SHA: >-
|
RESOLVED_SHA: >-
|
||||||
${{
|
${{
|
||||||
case(
|
case(
|
||||||
github.event_name == 'pull_reuqest',
|
github.event_name == 'pull_request',
|
||||||
github.event.pull_request.head.sha,
|
github.event.pull_request.head.sha,
|
||||||
github.sha
|
github.sha
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue