Skip to content

Commit e3e5378

Browse files
committed
余分な条件削除
1 parent 624218a commit e3e5378

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
path: hato-bot
1919
- name: Set org name
2020
uses: actions/github-script@v6
21-
if: env.REPO_NAME == github.repository
2221
id: set_org_name
2322
with:
2423
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/pr-merge-develop-hato-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fetch-depth: 0
1919
- name: Set org name
2020
uses: actions/github-script@v6
21-
if: env.REPO_NAME == github.repository
2221
id: set_org_name
2322
with:
2423
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/pr-release-hato-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
echo "::set-output name=result::${result}"
2626
- name: Set org name
2727
uses: actions/github-script@v6
28-
if: env.REPO_NAME == github.repository
2928
id: set_org_name
3029
with:
3130
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)