Fix autoprefixer workflow

This commit is contained in:
Emruz Hossain 2020-08-21 22:34:58 +06:00
parent 85971e6057
commit d3c02f0223

View file

@ -4,7 +4,7 @@ on:
branches: branches:
- master - master
jobs: jobs:
createPullRequest: autoprefixer:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout to latest commit - name: Checkout to latest commit
@ -25,10 +25,11 @@ jobs:
with: with:
branch: autoprefixer branch: autoprefixer
branch-suffix: timestamp branch-suffix: timestamp
commit-message: add vendor specific css prefixes
title: "Add vendor specific CSS prefixes" title: "Add vendor specific CSS prefixes"
body: | body: |
This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer). This PR adds vendor specific CSS prefixes using [postcss/autoprefixer](https://github.com/postcss/autoprefixer).
>This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: enhancements labels: enhancement
reviewers: hossainemruz reviewers: hossainemruz