mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +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
|
- name: Check branch for new commits
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
git fetch --tags origin
|
||||||
BRANCH="${GITHUB_REF##*/}"
|
BRANCH="${GITHUB_REF##*/}"
|
||||||
if [[ $(git rev-parse "origin/$BRANCH") != $GITHUB_SHA ]]; then
|
if [[ $(git rev-parse "origin/$BRANCH") != $GITHUB_SHA ]]; then
|
||||||
echo "BRANCH: $BRANCH"
|
echo "BRANCH: $BRANCH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue