Skip to content

chore: update github url #34

chore: update github url

chore: update github url #34

Workflow file for this run

name: Minify Workflow
on:
pull_request:
branches:
- main
jobs:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/[email protected]
with:
maxdepth: 2
- name: Auto committing minified files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Github Action: Auto Minified JS and CSS files"
branch: ${{ github.head_ref }}