Testing PR listing action (all)

This commit is contained in:
2024-12-06 13:25:36 -05:00
parent 8b994ed05d
commit 57963981c7
@@ -21,7 +21,7 @@ jobs:
with: with:
token: ${{ secrets.BOT_GITEA_TOKEN }} token: ${{ secrets.BOT_GITEA_TOKEN }}
server_url: ${{ secrets.RINOA_GITEA_SERVER }} server_url: ${{ secrets.RINOA_GITEA_SERVER }}
state: open state: all
# - name: Set PR_EXISTS environment variable # - name: Set PR_EXISTS environment variable
# run: echo "PR_EXISTS=${{ steps.gitea-check-pr.outputs.exists }}" >> $GITHUB_ENV # run: echo "PR_EXISTS=${{ steps.gitea-check-pr.outputs.exists }}" >> $GITHUB_ENV
# - name: Create Pull Request # - name: Create Pull Request