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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
if: GITHUB_REPOSITORY == 'fleetdm/fleet' if: $GITHUB_REPOSITORY == 'fleetdm/fleet'
runs-on: ubuntu-latest runs-on: ubuntu-latest