Skip to content

Commit

Permalink
fix accessing env variable (#37)
Browse files Browse the repository at this point in the history
* fix accessing env variable

Signed-off-by: Johannes Tuerk <johannes.tuerk@main-incubator.com>

---------

Signed-off-by: Johannes Tuerk <johannes.tuerk@main-incubator.com>
  • Loading branch information
JoTiTu authored Feb 5, 2024
1 parent 3f996b1 commit 43b4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
authorize:
environment:
${{ IS_PULL_REQUEST &&
${{ env.IS_PULL_REQUEST &&
github.event.pull_request.head.repo.full_name != github.repository &&
'external' || 'internal' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43b4834

Please sign in to comment.