Skip to content

Commit 22900fd

Browse files
authored
ci: extra logging
1 parent ff6fde0 commit 22900fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
name: Conditional(Set tag as `{version}`)
3838
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/} >> $GITHUB_ENV"
3939

40-
- run: echo "${{ env.tag }}"
40+
- run: |
41+
echo "$tag"
42+
echo "${{ env.tag }}"
43+
echo "${{ toJson(env) }}"
4144
4245
-
4346
name: Build and push

0 commit comments

Comments
 (0)