Skip to content

Commit

Permalink
dora
Browse files Browse the repository at this point in the history
  • Loading branch information
stenjo committed Aug 19, 2024
1 parent b5d2895 commit 02a5635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Get current date
id: date
run: |
echo "date=$(date +'%m-%d')" >> $GITHUB_OUTPUT
echo "date=`$(date +'%m-%d')`" >> $GITHUB_OUTPUT
mkdir tmp
- name: Install jq
Expand Down

0 comments on commit 02a5635

Please sign in to comment.