mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-17 04:27:45 -07:00
updated format based on code review
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
parent
cfe9ddadf1
commit
6616cc0dec
3 changed files with 3 additions and 24 deletions
9
.github/workflows/desktop-build.yml
vendored
9
.github/workflows/desktop-build.yml
vendored
|
|
@ -50,14 +50,7 @@ jobs:
|
|||
steps:
|
||||
- name: "Configure"
|
||||
env:
|
||||
RESOLVED_SHA: >-
|
||||
${{
|
||||
case(
|
||||
github.event_name == 'pull_request',
|
||||
github.event.pull_request.head.sha,
|
||||
github.sha
|
||||
)
|
||||
}}
|
||||
RESOLVED_SHA: ${{ case(github.event_name == 'pull_request', github.event.pull_request.head.sha, github.sha) }}
|
||||
id: configure
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue