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/translations-push.yml
vendored
9
.github/workflows/translations-push.yml
vendored
|
|
@ -80,14 +80,7 @@ jobs:
|
|||
env:
|
||||
PR_NUMBER: ${{ steps.create_pr.outputs.pull-request-number }}
|
||||
PR_URL: ${{ steps.create_pr.outputs.pull-request-url }}
|
||||
STATUS: >-
|
||||
${{
|
||||
case(
|
||||
steps.create_pr.outputs.pull-request-operation == 'none',
|
||||
'unchanged',
|
||||
steps.create_pr.outputs.pull-request-operation
|
||||
)
|
||||
}}
|
||||
STATUS: ${{ case(steps.create_pr.outputs.pull-request-operation == 'none', 'unchanged', steps.create_pr.outputs.pull-request-operation) }}
|
||||
run: |
|
||||
echo "PR #$PR_NUMBER $STATUS!" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "URL: $PR_URL" >> "$GITHUB_STEP_SUMMARY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue