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

Fix schema reset in PR action #239

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Conversation

thornbill
Copy link
Member

The create PR action performs a git reset --hard which causes the updates to the OpenAPI schema from previous steps to be lost... so I copy them to $HOME and restore them as part of the PR action commands 🤞

Attempted fix 3/5

@thornbill thornbill added bug Something isn't working github_actions Pull requests that update Github_actions code labels Aug 22, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #239 (a21a482) into master (49fff80) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #239   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          78       78           
  Lines         495      495           
  Branches       52       52           
=======================================
  Hits          494      494           
  Misses          1        1           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thornbill thornbill merged commit 8277ab2 into jellyfin:master Aug 23, 2022
@thornbill thornbill deleted the fix-schema-reset branch August 23, 2022 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants