workflow: update actions
This commit is contained in:
parent
fd73720a00
commit
3583c9d859
|
@ -7,7 +7,6 @@ name: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
contrib-readme-en-job:
|
contrib-readme-en-job:
|
||||||
needs: [release-please]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: A job to automate contrib in readme
|
name: A job to automate contrib in readme
|
||||||
steps:
|
steps:
|
||||||
|
@ -17,7 +16,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
|
||||||
|
|
||||||
contrib-readme-job:
|
contrib-readme-job:
|
||||||
needs: [release-please]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: A job to automate contrib in readme.zh-CN
|
name: A job to automate contrib in readme.zh-CN
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue