Skip to content

Commit

Permalink
last few tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
conoro committed Jan 14, 2024
1 parent 7bdd900 commit 76dae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Get 2 days ago date
id: date
run: |
echo 'twodaysago=$(date --date="2 day ago" +"%Y-%m-%d")' >> $GITHUB_ENV
echo "twodaysago=$(date --date="2 day ago" +"%Y-%m-%d")" >> $GITHUB_ENV
- name: Create an issue
run: |
Expand Down

0 comments on commit 76dae1a

Please sign in to comment.