Fix for deploy-fleet-website GitHub action. (#99)

Fourth attempt to limit the "Deploy Fleet Website" workflow to only the fleetdm/fleet repository.
Add the $ character to the $GITHUB_REPOSITORY env variable.
This commit is contained in:
noahtalerman
2020-12-04 16:19:04 -05:00
committed by GitHub
parent 0d9cab345b
commit 71dfa18727
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
if: GITHUB_REPOSITORY == 'fleetdm/fleet'
if: $GITHUB_REPOSITORY == 'fleetdm/fleet'
runs-on: ubuntu-latest