diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index eec13f3..b81fade 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -18,7 +18,7 @@ jobs: - name: "set arguments" id: "arguments" run: | - echo "::set-output name=message::"[info][title](beer)what time is it now?[/title]it is ${{ env.CURRENT_DATETIME }} now.[/info]"" + echo '::set-output name=message::"[info][title](beer)what time is it now?[/title]it is ${{ env.CURRENT_DATETIME }} now.[/info]"' - uses: ./ with: apiToken: ${{ secrets.API_KEY }}