Skip to content
New issue

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

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

Already on GitHub? # to your account

More deprecation modifications #748

Closed
DerekRoberts opened this issue Dec 28, 2022 · 1 comment
Closed

More deprecation modifications #748

DerekRoberts opened this issue Dec 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DerekRoberts
Copy link
Member

# Fix - Docker takes ownership of files, causing a cleanup fail
- shell: bash
  id: get_uid
  run: |
    actions_user_id=`id -u $USER`
    echo $actions_user_id
    echo "uid=${actions_user_id}" >> $GITHUB_OUTPUT
- uses: peter-murray/reset-workspace-ownership-action@v1
  with:
    user_id: ${{ steps.get_uid.outputs.uid }}
@DerekRoberts DerekRoberts converted this from a draft issue Dec 28, 2022
@DerekRoberts DerekRoberts self-assigned this Dec 28, 2022
@DerekRoberts DerekRoberts added the enhancement New feature or request label Dec 28, 2022
@DerekRoberts
Copy link
Member Author

@github-project-automation github-project-automation bot moved this from In progress to Done in DevOps (NR) Dec 29, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant