Skip to content

Commit

Permalink
fix small mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabban committed Apr 24, 2024
1 parent 7c04730 commit d87eb11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/populate-hapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
repository: ${{ github.event.created.head.repo.full_name }}
ref: ${{ github.event.created.head.ref }}
path: hub
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 Down

0 comments on commit d87eb11

Please sign in to comment.