Skip to content

chore(deps): update dependency helm/helm to v3.16.0 #394

chore(deps): update dependency helm/helm to v3.16.0

chore(deps): update dependency helm/helm to v3.16.0 #394

Workflow file for this run

---
name: Git
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
on:
- pull_request
jobs:
build:
name: Branch is clean
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Fetch branches
run: |
git fetch --no-tags --prune origin "+refs/heads/${BASE}:refs/remotes/origin/${BASE}"
env:
BASE: ${{ github.base_ref }}
- name: Check commits
env:
BASE: origin/${{ github.base_ref }}
HEAD: HEAD
run: |
curl --disable --silent --show-error --location --max-time 30 "https://github.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s -- "-c" "git_branch_clean.sh"
scripts/git_branch_clean.sh "${BASE}" "${HEAD}"