dependabot[bot] b5ea91485d Bump node-fetch from 2.6.1 to 2.6.7 (#235)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15 22:20:14 +08:00
2020-09-25 12:55:49 +08:00
2020-09-25 10:47:06 +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
2021-05-12 14:06:41 +08:00
2020-03-31 02:33:37 +08:00

build-test

Description

Install any kustomize version as a step in your workflow

Options

Every argument is optional.

Input Description
github-token PAT (Personal Access Token) for authorizing the repository.
Defaults to ${{ github.token }}
kustomize-version Semver of kustomize to use. Examples: 10.x, 10.15.1, >=10.15.0
Defaults to *

Usage

on:
  push:
    branches:
      - master

jobs:
  create-deployment-branch:
    runs-on: ubuntu-latest
    needs:
      - publish-image
    steps:
      - uses: imranismail/setup-kustomize@v1
      - run: |
          kustomize edit set image app:${GITHUB_SHA}
          git add .
          git commit -m "Set `app` image tag to `${GITHUB_SHA}`"
          git push
Languages
TypeScript 97.7%
JavaScript 2.3%