Skip to content

Updated npm shield counter in root readme #94

Updated npm shield counter in root readme

Updated npm shield counter in root readme #94

name: Sync changes to GitLab
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
if: (github.repository == 'adamlui/js-utils')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
steps:
- name: Checkout adamlui/js-utils
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Push changes to gitlab.com/adamlui/js-utils
env:
GITLAB_SYNC_PAT: ${{ secrets.GITLAB_SYNC_PAT }}
run: |
git push --force -o ci.skip \
https://oauth2:$GITLAB_SYNC_PAT@gitlab.com/adamlui/js-utils.git main