Skip to content

Commit

Permalink
ci: remove use conditional value
Browse files Browse the repository at this point in the history
  • Loading branch information
vvssttkk committed Jul 12, 2022
1 parent d54616a commit c7dd8e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
if_true: web-page-master
if_false: web-page-stage

- name: use conditional value
run: echo "${{ steps.condval.outputs.value }}"

- name: checkout to build branch
uses: actions/checkout@v3
with:
Expand All @@ -47,9 +44,6 @@ jobs:
if_true: web-page-master
if_false: web-page-stage

- name: use conditional value
run: echo "${{ steps.condval.outputs.value }}"

- name: checkout branch for build
uses: actions/checkout@v3

Expand Down

0 comments on commit c7dd8e8

Please sign in to comment.