mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
fix typo
This commit is contained in:
parent
8e19fb95e9
commit
ed56b64d4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: ref
|
||||
run: echo github.ref
|
||||
run: echo ${{ github.ref }}
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Install Firebase CLI tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue