Starting new deployment pipeline.
This commit is contained in:
@@ -15,14 +15,15 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: PR Check
|
- name: PR Check
|
||||||
id: cc-pr
|
id: pr-check
|
||||||
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ gitea.repository }}
|
||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
server_url: ${{ github.server_url }}
|
server_url: ${{ gitea.server_url }}
|
||||||
state: closed
|
state: all
|
||||||
|
|
||||||
- name: PR list
|
- name: PR list
|
||||||
run: |
|
run: |
|
||||||
echo "PRs: ${{ steps.cc-pr.outputs.json }}"
|
echo "PRs: ${{ steps.pr-check.outputs.json }}"
|
||||||
|
echo "${{ github.repository }}\n${{ github.server_url}}\n\n${{ gitea.repository }}\n${{ gitea.server_url }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user