diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml index 019e43d..f771751 100644 --- a/.github/workflows/create-issue.yml +++ b/.github/workflows/create-issue.yml @@ -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: |