We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba4c47 commit 781e824Copy full SHA for 781e824
.github/workflows/tag.yml
@@ -21,7 +21,8 @@ jobs:
21
with:
22
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
23
script: |
24
- console.log(github.rest.users.getAuthenticated());
+ const result = await github.rest.users.getAuthenticated();
25
+ console.log(result);
26
const now = new Date;
27
const onejan = new Date(now.getFullYear(), 0, 1);
28
/* This is not a ISO-8601 week number but works well for versioning */
0 commit comments