Skip to content

Commit

Permalink
Merge pull request #1993 from dev-hato/develop
Browse files Browse the repository at this point in the history
リリース
  • Loading branch information
nakkaa authored Dec 1, 2022
2 parents c384743 + 81a394b commit 2c0d6c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
id: get_python_version
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
env:
HEAD_REF: ${{github.head_ref}}
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
- uses: dev-hato/actions-diff-pr-management@v1.1.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/dockle/run_dockle.sh"
env:
HEAD_REF: ${{github.head_ref}}
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}

deploy-complete:
runs-on: ubuntu-latest
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
"js-yaml": "4.1.0",
"markdownlint-cli": "0.32.2",
"renovate": "34.43.0",
"renovate": "34.43.1",
"textlint": "12.2.3",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-abbr-within-parentheses": "1.0.2",
Expand Down

0 comments on commit 2c0d6c8

Please sign in to comment.