We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0637c commit 4caee2dCopy full SHA for 4caee2d
.github/workflows/bc.yml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
fetch-depth: 2 # fetch two commits so we can get the prev commit
22
23
+ - name: Test
24
+ run: echo "::warning file=simple.yaml,line=1,col=5,endColumn=7::Missing semicolon"
25
+
26
- name: Get prev commit
27
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV
28
0 commit comments