Skip to content

Commit

Permalink
fix(ci): fix schema update workflow
Browse files Browse the repository at this point in the history
The id was missing thus referenced variable was blank.
  • Loading branch information
nijel committed Nov 7, 2024
1 parent 85e2fd4 commit db9d1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
commit_message: 'docs: Update JSON schemas'
- name: Create Pull Request
id: cpr
if: github.ref == 'refs/heads/main'
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit db9d1a5

Please sign in to comment.