dependabot[bot] 08a134d6d6 Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-30 18:58:48 +00:00
2020-03-31 02:55:38 +08:00
2020-03-31 02:55:38 +08:00
2020-03-31 02:55:38 +08:00
2020-03-31 02:55:38 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2020-03-31 02:33:37 +08:00
2019-09-05 02:03:51 +08:00
2019-09-05 02:03:51 +08:00
2020-03-31 02:33:37 +08:00
2019-09-10 15:19:04 +08:00
2020-03-31 02:33:37 +08:00

TLDR

on:
  push:
    branches:
    - master

jobs:
  create-deployment-branch:
    runs-on: ubuntu-latest
    needs:
    - publish-image
    steps:
    - uses: imranismail/setup-kustomize@master
      with:
        kustomize-version: "3.1.0"
    - run: git clone https://${REPO_TOKEN}@github.com/org/deployment.git .
      env:
        REPO_TOKEN: ${{secrets.REPO_TOKEN}}
    - run: git branch deployment/app/${GITHUB_REF/refs\/heads\//}
    - run: kustomize edit set image app:${GITHUB_SHA}
    - run: git add .
    - run: git commit -m "Set `app` image tag to `${GITHUB_SHA}`"
    - run: git push origin deployment/app/${GITHUB_REF/refs\/heads\//}
Languages
TypeScript 97.7%
JavaScript 2.3%