Skip to content

Add a script to inject UTM parameters #339

Add a script to inject UTM parameters

Add a script to inject UTM parameters #339

Workflow file for this run

name: Build Note Type
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: npm ci
- name: Build Note Type
run: npm run build
- name: Commit and push changes to git
uses: EndBug/[email protected]
with:
message: "npm build"
committer_name: github-actions
committer_email: [email protected]