We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113cdf5 commit a274677Copy full SHA for a274677
.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: ${{ !contains(github.event.head_commit.message, 'chore') || (github.ref_name == 'main' && !contains(github.event.head_commit.message, 'chore(release)')) }}
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2
16
with:
17
fetch-depth: 0
18
0 commit comments