Skip to content

Commit

Permalink
add echo head var
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Mar 31, 2020
1 parent f17d801 commit 05e2cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: fetch
run: cd ant-design-pro && yarn pro fetch-blocks --js --branch ${GITHUB_REF##*/}
- name: api
run: echo ${GITHUB_HEAD_REF} && echo ${GITHUB_BASE_REF} && echo ${GITHUB_REF##*/}

- name: lint:fix
run: cd ant-design-pro && npm run lint:fix && yarn run prettier
Expand Down

0 comments on commit 05e2cde

Please sign in to comment.