Starting new deployment pipeline.

This commit is contained in:
2024-12-24 07:24:37 -05:00
parent 01b50d1b90
commit 85b5f9af0a
+6 -5
View File
@@ -15,14 +15,15 @@ jobs:
uses: actions/checkout@v4
- name: PR Check
id: cc-pr
id: pr-check
uses: vicamo/gitea-list-pull-requests@v1.0.1
with:
repository: ${{ github.repository }}
repository: ${{ gitea.repository }}
token: ${{ secrets.BOT_GITEA_TOKEN }}
server_url: ${{ github.server_url }}
state: closed
server_url: ${{ gitea.server_url }}
state: all
- name: PR list
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 }}"