Skip to content

Commit

Permalink
cleanup/ci: minor fixes to steps, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Sep 17, 2024
1 parent dd6ebc1 commit b38a20d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
check_base_status:
runs-on: ubuntu-latest
steps:
- name: Clone base image.
- name: Clone base image
if: ${{ github.ref_type == 'tag' }}
uses: actions/checkout@v4
with:
repository: Vanilla-OS/pico-image

- name: Check if base is up to date.
- name: Check if the base is up to date
if: ${{ github.ref_type == 'tag' }}
run: |
git fetch origin
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
if: ${{ github.ref_type != 'tag' }}
run: |
echo "EXTRA_TAG=ref,event=branch" >> "$GITHUB_ENV"
- name: Extra image tag release
if: ${{ github.ref_type == 'tag' }}
run: |
Expand Down

0 comments on commit b38a20d

Please sign in to comment.