mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: ref
|
- name: ref
|
||||||
run: echo github.ref
|
run: echo ${{ github.ref }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Install Firebase CLI tools
|
- name: Install Firebase CLI tools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue