Skip to content

Reset files and directories ownership to avoid permission errors when running other workflows on the same workspace

Notifications You must be signed in to change notification settings

resuelve/reset-ownership-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reset ownership action

Reset files and directories ownership to avoid permission errors when running other workflows on the same workspace

Usage

This job should run at the end of other jobs, this is to make sure all files and directories affected by other jobs will be reset correctly

clean:
  needs: prev-job
  steps:
    - name: Reset workspace ownership
      uses: resuelve/reset-ownership-action@v1

Enjoy 🎉

About

Reset files and directories ownership to avoid permission errors when running other workflows on the same workspace

Resources

Stars

Watchers

Forks

Packages

No packages published