mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
use correct ternary syntax
This commit is contained in:
parent
461a830a7b
commit
2c1542147e
@ -13,7 +13,7 @@ jobs:
|
||||
check-reproducibility:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
RELEASETAG: ${{ github.event_name == 'workflow_dispatch' ? github.event.inputs.releasetag : github.event.release.tag_name }}
|
||||
RELEASETAG: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.releasetag || github.event.release.tag_name }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user