Use curly braces in if condition (#40865)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ name: example-workflow
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
production-deploy:
|
production-deploy:
|
||||||
if: github.repository == 'octo-org/octo-repo-prod'
|
if: ${{ github.repository == 'octo-org/octo-repo-prod' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: {% data reusables.actions.action-checkout %}
|
- uses: {% data reusables.actions.action-checkout %}
|
||||||
|
|||||||
Reference in New Issue
Block a user