debug
This commit is contained in:
parent
720acb5cfc
commit
2dd02bb760
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
existing_pr=$(gh pr list --repo ${{ github.repository }} --head "auto-update-flake-" --state open --json number --jq '.[0].number')
|
existing_pr=$(gh pr list --repo ${{ github.repository }} --head "auto-update-flake-" --state open --json number --jq '.[0].number')
|
||||||
|
echo "$existing_pr"
|
||||||
if [ -n "$existing_pr" ]; then
|
if [ -n "$existing_pr" ]; then
|
||||||
echo "pr_exists=true" >> $GITHUB_OUTPUT
|
echo "pr_exists=true" >> $GITHUB_OUTPUT
|
||||||
echo "pr_number=$existing_pr" >> $GITHUB_OUTPUT
|
echo "pr_number=$existing_pr" >> $GITHUB_OUTPUT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue