Skip to content

Commit

Permalink
ブランチを明示的に指定してチェックアウトするように変えた。
Browse files Browse the repository at this point in the history
  • Loading branch information
yamat47 committed Sep 7, 2023
1 parent 035d4ed commit 7680883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_node_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
- name: Set up JavaScript
uses: actions/setup-node@v2
- name: Update node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_parsed_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
ref: ${{ github.ref_name }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 7680883

Please sign in to comment.