Starting new deployment pipeline.
This commit is contained in:
@@ -21,10 +21,10 @@ jobs:
|
|||||||
id: cc-pr
|
id: cc-pr
|
||||||
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: '${{ github.repository }}'
|
||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: '${{ secrets.BOT_GITEA_TOKEN }}'
|
||||||
server_url: ${{ github.server_url }}
|
server_url: '${{ github.server_url }}'
|
||||||
state: all
|
state: 'all'
|
||||||
|
|
||||||
- name: PR list
|
- name: PR list
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user