Disabled Chown.
This commit is contained in:
@@ -90,10 +90,10 @@ runs:
|
||||
actual: ${{ steps.mktemp-rhs.outputs.tmp }}
|
||||
actualPattern: /*.nuspec
|
||||
exitOnFail: ${{ inputs.exitOnFail }}
|
||||
- name: "Take ownership of the artifacts."
|
||||
uses: act/common/utils/chown@master
|
||||
with:
|
||||
file: ${{ inputs.tmpDir }}
|
||||
# - name: "Take ownership of the artifacts."
|
||||
# uses: act/common/utils/chown@master
|
||||
# with:
|
||||
# file: ${{ inputs.tmpDir }}
|
||||
- name: "Remove temporary files."
|
||||
run: rm -rf "${{ inputs.tmpDir }}"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user