Skip to content

updated actions/checkout from v1 to v4 in examples #73

updated actions/checkout from v1 to v4 in examples

updated actions/checkout from v1 to v4 in examples #73

Workflow file for this run

name: tests
on: [push]
jobs:
kustomize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo 'configMapGenerator:
- name: example
literals:
- FOO=Bar' > kustomization.yaml
- uses: ./
with:
args: kustomize