Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't commit PR body for automated updates #19

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

infinisil
Copy link
Member

Fixes #17 (comment), the PR should fix itself automatically once triggered again

Copy link
Contributor

@philiptaron philiptaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give it a go.

@philiptaron philiptaron merged commit c5efaca into main Mar 21, 2024
1 check passed
@philiptaron philiptaron deleted the fix-updates branch March 21, 2024 22:52
@infinisil
Copy link
Member Author

The workflow is not valid. .github/workflows/update.yml (Line: 12, Col: 9): Unexpected value 'path'

Huh (from here)

@@ -9,12 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
path: repo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh it should be

with:
  path: repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants