Skip to content

Commit

Permalink
removed unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 0d7d256 commit 81864ff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ jobs:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Get Commit Hash
id: get_commit
run: |
COMMIT_HASH=$(git rev-parse HEAD)
echo "::set-output name=hash::$COMMIT_HASH"
- name: Display Commit Hash
run:
echo "Checked out commit hash: ${{ steps.get_commit.outputs.hash }}"

0 comments on commit 81864ff

Please sign in to comment.