diff --git a/nuget/nuget-install/action.yaml b/nuget/nuget-install/action.yaml index 8d52a79..0573be9 100644 --- a/nuget/nuget-install/action.yaml +++ b/nuget/nuget-install/action.yaml @@ -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: | diff --git a/utils/compare-nupkg/action.yaml b/utils/compare-nupkg/action.yaml index bd1511e..1fa6f55 100644 --- a/utils/compare-nupkg/action.yaml +++ b/utils/compare-nupkg/action.yaml @@ -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 diff --git a/yq/yq-convert/action.yaml b/yq/yq-convert/action.yaml index e955917..45b302d 100644 --- a/yq/yq-convert/action.yaml +++ b/yq/yq-convert/action.yaml @@ -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 \ No newline at end of file