mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
CI: fix syntax (#278)
This commit is contained in:
parent
4dc0fb8761
commit
8a048f0770
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
- name: Upload artifacts
|
||||
# Run only when triggered from a PR
|
||||
if: ${{github.event}} == 'pull_request'
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: spoiler-output
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user