Skip to content

Commit

Permalink
Fix typo for github output var
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
  • Loading branch information
AlexNDRmac committed Oct 6, 2023
1 parent e646945 commit 62f4636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Set current date as env variable
id: tagname
run: echo "timestamp=$(date +'%s')" >> GITHUB_OUTPUT
run: echo "timestamp=$(date +'%s')" >> $GITHUB_OUTPUT

- uses: actions/checkout@v4
- name: Install devbox
Expand Down

0 comments on commit 62f4636

Please sign in to comment.