kustomize-everything / action-env-build-and-deploy

Build and diff a Kustomize Environment with GitHub Actions
MIT License
4 stars 3 forks source link

add missing envvars #16

Closed domdepasquale closed 1 year ago

domdepasquale commented 1 year ago

Our commit messages only ever have the skip-checks: true line in them and never the original commit message. I'm hoping this is all that was missing, but it's hard to test b/c this action is nested in another. Let me know if you have ideas on how to test this properly.

It seems that this step doesn't have the envvars needed (removed non-public info)

 env:
    FULL_REF: refs/heads/main
    DEPLOY_REPO_URL: ***
    ENV_DIR: ***
    ENV_BRANCH: ***
    DIFF_BRANCH: ***
    ENV_BRANCH_URL: ***
    DEPLOY_METHOD: push
    PUSH_BRANCH: ***
    RUN_URL: ***
    DIFF_BRANCH_HEAD_SHA: ***
    DIFF_BRANCH_HEAD_SHORT_SHA: ***
    DIFF_BRANCH_HEAD_SHA_URL: ***