Skip to content

Commit

Permalink
Merge pull request #618 from spidernet-io/pr/welancc
Browse files Browse the repository at this point in the history
ci: typo
  • Loading branch information
weizhoublue committed Aug 22, 2022
2 parents 427fc7c + 04a23a6 commit 5704a50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- 'charts/*/values.yaml'

permissions: write-all

jobs:
update-readme-metadata:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: ${{github.event.pull_request.head.ref}}
ref: ${{ github.event.pull_request.head.sha }}
path: thisPorject

- name: Execute readme-generator-for-helm
Expand Down

0 comments on commit 5704a50

Please sign in to comment.