Skip to content

Commit

Permalink
chore(caned db): fix = typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b authored Dec 4, 2024
1 parent a40df15 commit 00d6640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: '${{ steps.auth.outputs.access_token }}'
- name: Get current date
id: date
run: echo "date$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
- name: Generate image metadata
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 00d6640

Please sign in to comment.