Starting new deployment pipeline.

This commit is contained in:
2024-12-24 07:13:13 -05:00
parent f8d50d454c
commit 7bd3a9fab9
+4 -4
View File
@@ -21,10 +21,10 @@ jobs:
id: cc-pr
uses: vicamo/gitea-list-pull-requests@v1.0.1
with:
repository: ${{ github.repository }}
token: ${{ secrets.BOT_GITEA_TOKEN }}
server_url: ${{ github.server_url }}
state: all
repository: '${{ github.repository }}'
token: '${{ secrets.BOT_GITEA_TOKEN }}'
server_url: '${{ github.server_url }}'
state: 'all'
- name: PR list
run: |