Skip to content

Commit 4caee2d

Browse files
author
Reuven
committedJul 4, 2024·
test
1 parent bd0637c commit 4caee2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/bc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
fetch-depth: 2 # fetch two commits so we can get the prev commit
2222

23+
- name: Test
24+
run: echo "::warning file=simple.yaml,line=1,col=5,endColumn=7::Missing semicolon"
25+
2326
- name: Get prev commit
2427
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV
2528

0 commit comments

Comments
 (0)
Please sign in to comment.