diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2023-07-19 19:29:41 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2023-07-19 19:29:41 +0900 |
| commit | ea2fc58d9ae4da9bf280ce2d4fd87896aa4b693d (patch) | |
| tree | 15a48b1beea8a2ef26a01ef44c445c95608bcf45 | |
| parent | 0765b890b52975434f1f63fe561e1080ecf17013 (diff) | |
Fix a typo [ci skip]
| -rw-r--r-- | .github/workflows/bundled_gems.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml index dce206ed4d..eb82441c4c 100644 --- a/.github/workflows/bundled_gems.yml +++ b/.github/workflows/bundled_gems.yml @@ -66,7 +66,7 @@ jobs: continue-on-error: true - name: Install libraries - uses: ./.gituhb/actions/setup/ubuntu + uses: ./.github/actions/setup/ubuntu if: ${{ steps.diff.outcome == 'failure' }} - name: Build |
