Skip to content

Commit

Permalink
fix tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sabban committed Apr 18, 2024
1 parent 4075f50 commit 09a413d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/populate-hapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.event.created

- name: Sync when new branch
if: github.event.created
if: ${{ ! github.event.created }}
run: |
echo "Branch: ${GITHUB_REF#refs/heads/}"
cd hub
Expand All @@ -35,7 +35,7 @@ jobs:
done
- name: Fetch all commit details
if: ! github.event.created
if: ${{ ! github.event.created }}
id: fetch-commits
run: |
TOKEN=$GITHUB_TOKEN
Expand Down

0 comments on commit 09a413d

Please sign in to comment.