diff --git a/distros/busybox/entrypoint.sh b/distros/busybox/entrypoint.sh index 0f53ba8..3b44ee2 100644 --- a/distros/busybox/entrypoint.sh +++ b/distros/busybox/entrypoint.sh @@ -13,5 +13,4 @@ if [[ -n "$OUTPUT" ]]; then echo "EOF" >> "$GITHUB_OUTPUT" fi -echo "Result: $RESULT" exit $RESULT \ No newline at end of file diff --git a/dotnet/dotnet-pack-and-compare/action.yaml b/dotnet/dotnet-pack-and-compare/action.yaml index dde83c3..b5b4412 100644 --- a/dotnet/dotnet-pack-and-compare/action.yaml +++ b/dotnet/dotnet-pack-and-compare/action.yaml @@ -55,10 +55,10 @@ outputs: runs: using: "composite" steps: - - run: echo "Own workspace." - shell: bash - - name: "Own workspace." - uses: act/common/utils/chown@master + # - run: echo "Own workspace." + # shell: bash + # - name: "Own workspace." + # uses: act/common/utils/chown@master - run: echo "Get the next version of the package." shell: bash - name: "Get the next version of the package."