Disabled Chown.

This commit is contained in:
2025-07-01 15:38:14 -07:00
parent bfa252bc7d
commit 8790acad6f
3 changed files with 12 additions and 12 deletions

View File

@@ -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: |

View File

@@ -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

View File

@@ -35,10 +35,10 @@ runs:
uses: act/common/yq/yq@master
with:
command: -p ${{ inputs.from }} -o ${{ inputs.to }} "${{ steps.mktmp.outputs.tmp }}"
- 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