Force end notification to pull all commits (#2846)

This commit is contained in:
Devin Binnie 2023-09-19 11:29:18 +02:00 committed by GitHub
parent a8ff2aaa11
commit 1bd1953868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,6 +210,8 @@ jobs:
steps: steps:
- name: release/checkout-repo - name: release/checkout-repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
fetch-depth: 0
- name: release/notify-channel - name: release/notify-channel
run: | run: |
git fetch --all git fetch --all