Skip to content

Commit

Permalink
SCAN-5585 : Use latest branch to pull updated image.
Browse files Browse the repository at this point in the history
  • Loading branch information
steviemul committed Jul 30, 2024
1 parent 22ef24a commit 99fdda6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
needs: [ build-action-docker-image ]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
- uses : ./
name: Run action against itself
with:
Expand All @@ -59,6 +61,8 @@ jobs:
needs: [ verify-action ]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Install modules
run: npm ci
- name: release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
needs: [ build-action-docker-image ]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
- uses : ./
name: Run action against repoository
with:
Expand Down

0 comments on commit 99fdda6

Please sign in to comment.