Skip to content

Commit 520aa03

Browse files
committed
Changes
Signed-off-by: Evans Mungai <evans@replicated.com>
1 parent 0228c09 commit 520aa03

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ permissions:
1515
contents: write
1616

1717
jobs:
18-
# git-sha:
19-
# name: Git SHA
20-
# runs-on: ubuntu-latest
21-
# outputs:
22-
# git_sha: ${{ steps.git_sha.outputs.git_sha }}
23-
# steps:
24-
# - uses: actions/checkout@v4
25-
# - uses: ./.github/actions/git-sha
26-
# id: git_sha
18+
git-sha:
19+
name: Git SHA
20+
runs-on: ubuntu-latest
21+
outputs:
22+
git_sha: ${{ steps.git_sha.outputs.git_sha }}
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: ./.github/actions/git-sha
26+
id: git_sha
2727

2828
# sanitize:
2929
# name: Sanitize

0 commit comments

Comments
 (0)