Skip to content

Commit 72648dc

Browse files
authored
ci: replace set-output from deb db workflow
1 parent c864c90 commit 72648dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-db-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Get Current Date as Tag
7777
id: date
78-
run: echo "::set-output name=date::$(date +'%Y%m%d')"
78+
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
7979

8080
- name: Login to GitHub Container Registry
8181
uses: docker/login-action@v2

0 commit comments

Comments
 (0)