Skip to content

Commit

Permalink
ci: Verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 6, 2024
1 parent 6b61306 commit 9036dd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vendor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
echo "vendor=ok" >> "$GITHUB_OUTPUT"
fi
- if: steps.vendor.outputs.vendor != ''
- name: Create PR
if: steps.vendor.outputs.vendor != ''
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -x
git checkout -b vendor
if git push -u origin HEAD; then
gh pr create --fill-first
Expand Down

0 comments on commit 9036dd3

Please sign in to comment.