You've already forked helm-gitea
fix(ci): use ubuntu instead alpine
All checks were successful
Run Helm tests / Execute helm template (push) Successful in 8s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 25s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 35s
Update changelog / changelog (push) Successful in 34s
All checks were successful
Run Helm tests / Execute helm template (push) Successful in 8s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 25s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 35s
Update changelog / changelog (push) Successful in 34s
This commit is contained in:
@@ -7,15 +7,22 @@ on:
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
container: docker.io/thegeeklab/git-sv:2.0.5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install packages via apt
|
||||
- name: Install packages via apt-get
|
||||
run: |
|
||||
apk add -q --update --no-cache nodejs curl bash jq sed
|
||||
apt-get update &&
|
||||
apt-get install --yes curl jq nodejs
|
||||
- uses: actions/checkout@v5.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install git-sv
|
||||
env:
|
||||
GIT_SV_VERSION: v2.0.4 # renovate: datasource=github-releases depName=thegeeklab/git-sv
|
||||
run: |
|
||||
curl --fail --location --output /usr/local/bin/git-sv --silent --show-error https://github.com/thegeeklab/git-sv/releases/download/${GIT_SV_VERSION}/git-sv-linux-$(dpkg --print-architecture)
|
||||
chmod +x /usr/local/bin/git-sv
|
||||
git-sv --version
|
||||
- name: Generate upcoming changelog
|
||||
env:
|
||||
ISSUE_RW_TOKEN: ${{ secrets.ISSUE_RW_TOKEN }}
|
||||
|
Reference in New Issue
Block a user