mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
check github.ref value
This commit is contained in:
parent
1ff9336bce
commit
8e19fb95e9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: ref
|
||||
run: echo github.ref
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
|
|
|||
Loading…
Reference in a new issue