Skip to content

Commit

Permalink
Update r_commit_sha.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
  • Loading branch information
AlexRuiz7 authored Jan 10, 2024
1 parent e13afd6 commit 9331b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r_commit_sha.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Get commit SHA (reusable)
name: "Get commit's short SHA (reusable)"

# This workflow runs when any of the following occur:
# - Run from another workflow
on:
workflow_call:
outputs:
commit_sha:
description: "Returns the SHA of the git commit"
description: "Returns the short SHA of the latest commit"
value: ${{ jobs.r_commit_sha.outputs.commit_sha }}

jobs:
Expand Down

0 comments on commit 9331b7e

Please sign in to comment.