Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
4ad0ee89
Unverified
Commit
4ad0ee89
authored
3 years ago
by
groundhog2k
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update used scripts in workflow (#637)
Fixes #636
parent
89f53e21
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/release.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/release.yaml
.github/workflows/verify.yml
+1
-1
1 addition, 1 deletion
.github/workflows/verify.yml
with
2 additions
and
2 deletions
.github/workflows/release.yaml
+
1
−
1
View file @
4ad0ee89
...
@@ -20,6 +20,6 @@ jobs:
...
@@ -20,6 +20,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
-
name
:
Run Release
-
name
:
Run Release
uses
:
helm/chart-releaser-action@v1.
0.0
uses
:
helm/chart-releaser-action@v1.
2.1
env
:
env
:
CR_TOKEN
:
'
${{
secrets.GITHUB_TOKEN
}}'
CR_TOKEN
:
'
${{
secrets.GITHUB_TOKEN
}}'
This diff is collapsed.
Click to expand it.
.github/workflows/verify.yml
+
1
−
1
View file @
4ad0ee89
...
@@ -15,7 +15,7 @@ jobs:
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Fetch history
-
name
:
Fetch history
run
:
git fetch --prune --unshallow
run
:
git fetch --prune --unshallow
-
name
:
Run lint
-
name
:
Run lint
uses
:
helm/chart-testing-action@v
1
.1.0
uses
:
helm/chart-testing-action@v
2
.1.0
with
:
with
:
command
:
lint
command
:
lint
config
:
.github/verify-config.yaml
config
:
.github/verify-config.yaml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment