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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Fix failing main publish action #529

Merged
merged 1 commit into from
Apr 2, 2024
Merged

馃 Fix failing main publish action #529

merged 1 commit into from
Apr 2, 2024

Conversation

janjakubnanista
Copy link
Contributor

@janjakubnanista janjakubnanista commented Apr 1, 2024

In this PR

  • Fixing the HOME directory for a containerized action (it's always /__w/<repository name>/<repository name> as asked here
    • Here we need to use $GITHUB_WORKSPACE environment variable instead of the ${{ github.workspace }} context - see here
  • Fixing problems with dubious ownership as described here
    • A possible solution is to change the docker user as described here but this, as seen when debugging, will still not change the owner of files coming from checkout action

lzBryan
lzBryan previously approved these changes Apr 1, 2024
@janjakubnanista janjakubnanista merged commit 5d52744 into main Apr 2, 2024
7 checks passed
@janjakubnanista janjakubnanista deleted the main-fixes branch April 2, 2024 18:14
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