Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 437 Bytes

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 🎉