Skip to content

Commit 9e43ca4

Browse files
committed
removing the unused get current date from the workflow
1 parent 429bac8 commit 9e43ca4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
steps:
6565
- name: Checkout Repository
6666
uses: actions/checkout@v6
67-
- name: Get current date
68-
id: date
69-
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
7067
- name: Download all workflow run artifacts
7168
uses: actions/download-artifact@v6
7269
with:

0 commit comments

Comments
 (0)