From 12889fc6abe8d1fd22f5bb233ff7e5e61face895 Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:53:58 +0000 Subject: [PATCH] Update trigger_new_rss.yml --- .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 3b4dcf9..30eab31 100644 --- a/.github/workflows/trigger_new_rss.yml +++ b/.github/workflows/trigger_new_rss.yml @@ -24,5 +24,5 @@ jobs: 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: GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - if: ${{ startWith(env.LATEST_MESSAGE,'Add') }} + if: startsWith(env.LATEST_MESSAGE,'Add') working-directory: ${{ github.event.repository.name }}