This commit is contained in:
2025-03-30 05:27:28 +03:00
parent 6bc931cfd3
commit 2abbe7ddb7

View File

@@ -28,9 +28,11 @@ outputs:
description: 'The branch, tag or SHA that was checked out' description: 'The branch, tag or SHA that was checked out'
commit: commit:
description: 'The commit SHA that was checked out' description: 'The commit SHA that was checked out'
runs: runs:
using: "composite" using: "composite"
steps: steps:
- run: env
- run: pwd - run: pwd
- run: ls -la - run: ls -la
- run: cp gitconfig /etc/gitconfig - run: cp gitconfig /etc/gitconfig