mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
fixThatEcho (#1002)
This commit is contained in:
parent
3743dcf475
commit
20c5d593b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
# Get the current date #
|
||||
########################
|
||||
- name: Get current date
|
||||
run: echo "::set-env name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
|
||||
|
||||
###################################
|
||||
# Build image locally for testing #
|
||||
|
|
Loading…
Reference in a new issue