Disabled Chown.
This commit is contained in:
@@ -103,10 +103,10 @@ runs:
|
|||||||
password: ${{ inputs.password }}
|
password: ${{ inputs.password }}
|
||||||
source: ${{ inputs.source }}
|
source: ${{ inputs.source }}
|
||||||
url: ${{ inputs.url }}
|
url: ${{ inputs.url }}
|
||||||
- name: "Take ownership of the artifacts."
|
# - name: "Take ownership of the artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ steps.mktmp.outputs.tmp }}
|
# file: ${{ steps.mktmp.outputs.tmp }}
|
||||||
- name: "Copy contents to output folder."
|
- name: "Copy contents to output folder."
|
||||||
id: move
|
id: move
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -90,10 +90,10 @@ runs:
|
|||||||
actual: ${{ steps.mktemp-rhs.outputs.tmp }}
|
actual: ${{ steps.mktemp-rhs.outputs.tmp }}
|
||||||
actualPattern: /*.nuspec
|
actualPattern: /*.nuspec
|
||||||
exitOnFail: ${{ inputs.exitOnFail }}
|
exitOnFail: ${{ inputs.exitOnFail }}
|
||||||
- name: "Take ownership of the artifacts."
|
# - name: "Take ownership of the artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.tmpDir }}
|
# file: ${{ inputs.tmpDir }}
|
||||||
- name: "Remove temporary files."
|
- name: "Remove temporary files."
|
||||||
run: rm -rf "${{ inputs.tmpDir }}"
|
run: rm -rf "${{ inputs.tmpDir }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -35,10 +35,10 @@ runs:
|
|||||||
uses: act/common/yq/yq@master
|
uses: act/common/yq/yq@master
|
||||||
with:
|
with:
|
||||||
command: -p ${{ inputs.from }} -o ${{ inputs.to }} "${{ steps.mktmp.outputs.tmp }}"
|
command: -p ${{ inputs.from }} -o ${{ inputs.to }} "${{ steps.mktmp.outputs.tmp }}"
|
||||||
- name: "Take ownership of the artifacts."
|
# - name: "Take ownership of the artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.tmpDir }}
|
# file: ${{ inputs.tmpDir }}
|
||||||
- name: "Remove temporary files."
|
- name: "Remove temporary files."
|
||||||
run: rm -rf "${{ inputs.tmpDir }}"
|
run: rm -rf "${{ inputs.tmpDir }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
Reference in New Issue
Block a user