You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the readme, this action recommends checking out the repo with the checkout action, and then run this action after. I believe the code is checked out into ${{ github.workspace }} which translates to /github/workspace at the time of running pkgcheck-action. This leads to build failures as found in https://github.com/pentoo/pentoo-overlay/actions/runs/7560749313/job/20587445443 due to ownership issues. I've tried a lot of ways to fix this, but the easiest seems to me to simply add some code into this action to add ${{ github.workspace }} as a safe dir
The text was updated successfully, but these errors were encountered:
ZeroChaos-
added a commit
to ZeroChaos-/pkgcheck-action
that referenced
this issue
Jan 17, 2024
Per the readme, this action recommends checking out the repo with the checkout action, and then run this action after. I believe the code is checked out into
${{ github.workspace }}
which translates to /github/workspace at the time of running pkgcheck-action. This leads to build failures as found in https://github.com/pentoo/pentoo-overlay/actions/runs/7560749313/job/20587445443 due to ownership issues. I've tried a lot of ways to fix this, but the easiest seems to me to simply add some code into this action to add${{ github.workspace }}
as a safe dirThe text was updated successfully, but these errors were encountered: