mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
debugging
This commit is contained in:
parent
db3c99cb3b
commit
19eabe7df2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/changelog.yaml
vendored
1
.github/workflows/changelog.yaml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Check branch for new commits
|
||||
run: |
|
||||
git fetch origin
|
||||
git fetch --tags origin
|
||||
BRANCH="${GITHUB_REF##*/}"
|
||||
if [[ $(git rev-parse "origin/$BRANCH") != $GITHUB_SHA ]]; then
|
||||
echo "BRANCH: $BRANCH"
|
||||
|
|
Loading…
Add table
Reference in a new issue