Skip to content

Commit

Permalink
fix: bad yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 16, 2024
1 parent 9b8fbc0 commit ffe5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Get current date and time
id: build_date
run: echo 'BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")' >> $GITHUB_ENV
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV

- name: Get commit sha
id: commit_sha
Expand Down

0 comments on commit ffe5883

Please sign in to comment.