Disabled Chown.
This commit is contained in:
@@ -103,10 +103,10 @@ runs:
|
||||
password: ${{ inputs.password }}
|
||||
source: ${{ inputs.source }}
|
||||
url: ${{ inputs.url }}
|
||||
- name: "Take ownership of the artifacts."
|
||||
uses: act/common/utils/chown@master
|
||||
with:
|
||||
file: ${{ steps.mktmp.outputs.tmp }}
|
||||
# - name: "Take ownership of the artifacts."
|
||||
# uses: act/common/utils/chown@master
|
||||
# with:
|
||||
# file: ${{ steps.mktmp.outputs.tmp }}
|
||||
- name: "Copy contents to output folder."
|
||||
id: move
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user