Skip to content

Commit

Permalink
Merge pull request #383 from spidernet-io/fix-github-action
Browse files Browse the repository at this point in the history
Fix github action
  • Loading branch information
lou-lan authored May 29, 2023
2 parents 1e5fb2a + ee689ec commit c6143ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-release-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
DEST_BRANCH: github_pages
DEST_DIRECTORY: 'changelogs/'
PR_LABEL: pr/robot_update
PR_REVIWER: weizhoublue
PR_REVIEWER: lou-lan

on:
workflow_call:
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
signoff: true
token: ${{ secrets.WELAN_PAT }}
labels: ${{ env.PR_LABEL }}
reviewers: ${{ env.PR_REVIWER }}
reviewers: ${{ env.PR_REVIEWER }}
4 changes: 2 additions & 2 deletions .github/workflows/call-release-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Call Release Pages
env:
MERGE_BRANCH: github_pages
PR_LABEL: pr/robot_update
PR_REVIWER: weizhoublue
PR_REVIEWER: lou-lan
CHART_OUTPUT_PATH: output/chart/*

on:
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
signoff: true
token: ${{ secrets.WELAN_PAT }}
labels: ${{ env.PR_LABEL }}
reviewers: ${{ env.PR_REVIWER }}
reviewers: ${{ env.PR_REVIEWER }}

0 comments on commit c6143ba

Please sign in to comment.