From 30b1601a885ace1981d856a43f6259109bb8fbd9 Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Thu, 25 May 2023 09:17:05 +0900 Subject: [PATCH] Fix CI --- .github/workflows/trigger_new_rss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_new_rss.yml b/.github/workflows/trigger_new_rss.yml index f55588d..8bcdf54 100644 --- a/.github/workflows/trigger_new_rss.yml +++ b/.github/workflows/trigger_new_rss.yml @@ -19,7 +19,7 @@ jobs: run: | echo LATEST_MESSAGE=$(git log --no-merges --oneline -1 --pretty=%f) >> $GITHUB_ENV - name: check commit message - run: echo RESULT=$(test "$LATEST_MESSAGE" = "Add") >> $GITHUB_ENV + run: echo $LATEST_MESSAGE - run: | curl -X POST -H "Authorization: token $GH_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/yutkat/new-neovim-plugin-with-category-rss/dispatches -d '{"event_type":"trigger-new-repo"}' env: