Skip to content

Commit f7fb8c4

Browse files
committed
chore: debug action context
1 parent 463a323 commit f7fb8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
2323
script: |
24+
console.log(context);
2425
const now = new Date;
2526
const onejan = new Date(now.getFullYear(), 0, 1);
2627
/* This is not a ISO-8601 week number but works well for versioning */

0 commit comments

Comments
 (0)