Skip to content

Commit

Permalink
Task A-6: Switching to step outputs instead of GITHUB_ENV
Browse files Browse the repository at this point in the history
Refer to details in cleanup issue:
Task A-6: e-mission/e-mission-docs#1082 (comment)
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 21, 2024
1 parent 52adee2 commit 33bd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get current date # get the date of the build
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d--%M-%S')"
run: echo "date=$(date +'%Y-%m-%d--%M-%S')" >> "$GITHUB_OUTPUT"

#Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit 33bd8d5

Please sign in to comment.