Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit eb4e45b

Browse files
authored
💚 Use output, not state
1 parent 08a3a8b commit eb4e45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
id: data
3636
shell: bash
3737
run: |
38-
echo "builddate=$(date +"%Y-%m-%d")" >> $GITHUB_STATE
39-
echo "version=$(gluon get version | xargs)" >> $GITHUB_STATE
38+
echo "builddate=$(date +"%Y-%m-%d")" >> $GITHUB_OUTPUT
39+
echo "version=$(gluon get version | xargs)" >> $GITHUB_OUTPUT
4040
4141
- uses: stefanzweifel/git-auto-commit-action@v4
4242
with:

0 commit comments

Comments
 (0)