add quotes to path command for windows ffmpeg install #95
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check that PRs are set to develop | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Vankka/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
target: main | |
exclude: dev # Don't prevent going from develop -> master | |
change-to: dev | |
comment: | | |
Your PR was set to `main`, but in this repository, PRs should be sent to `dev` instead. | |
The base branch of this PR has been automatically changed to `dev`, please check that there are no merge conflicts and rebase as needed. |