Delete lockfile.yml
parent
31f2002654
commit
53097ee3bc
|
@ -1,25 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||
- run: |
|
||||
git config --global user.email "${GITHUB_ACTOR}@me.com"
|
||||
git config --global user.name "${GITHUB_ACTOR}"
|
||||
./git-setup.sh website auth api console
|
||||
- uses: ./.github/actions/yarn-install
|
||||
- name: Commit new lockfile if updated
|
||||
run: |
|
||||
git commit -am "Update yarn.lock"
|
||||
git push
|
Loading…
Reference in New Issue