Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing spaces from update-prefixes.yml #321

Merged
merged 1 commit into from
Jun 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-prefixes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CSS prefixes

# Controls when the action will run.
# Controls when the action will run.
on:
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down Expand Up @@ -61,12 +61,12 @@ jobs:
with:
source_branch: "prefixes-update" # see above
destination_branch: "devel"

# When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app,
# events triggered by the GITHUB_TOKEN will not create a new workflow run.
#
# Use a repo scoped Personal Access Token (PAT) created on an account that has write access
# to the repository that pull requests are being created in.
# to the repository that pull requests are being created in.
#
# https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs
github_token: ${{ secrets.PAT_TOKEN }}
Expand Down