Skip to content

Commit

Permalink
Update sub_package_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Feb 19, 2024
1 parent 7900253 commit ae934de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub_package_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git restore --staged .
- name: Create pull request
if: steps.check.output.has_changes == '1'
if: steps.check.outputs.has_changes == '1'
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ae934de

Please sign in to comment.