Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
[WEB-119] Fix fetchDepth condition is not recognized by GitHub Actions (
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Feb 28, 2022
1 parent cb45e85 commit bd0fa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 27,7 @@ jobs:
uses: haya14busa/action-cond@v1
id: fetchDepth
with:
cond: startsWith(github.ref, 'refs/tags/')
cond: ${{ startsWith(github.ref, 'refs/tags/') }}
if_true: '0' # string value
if_false: '1' # string value
- uses: actions/checkout@v2
Expand Down

0 comments on commit bd0fa37

Please sign in to comment.