We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac601f commit ac50424Copy full SHA for ac50424
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- name: Set current week of the year in environnement
16
- run: echo "::set-env name=CURRENT_WEEK::$(Get-Date -UFormat %V)"
+ run: echo "CURRENT_WEEK=$(date +%V)" >> $GITHUB_ENV
17
18
- uses: actions-rs/toolchain@v1
19
with:
0 commit comments