Skip to content

Commit

Permalink
Update ci-oci-docker-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Aug 12, 2024
1 parent 6ff4313 commit 79f1362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: set-branch-name
run: |
BRANCH_NAME=$([ "${{ github.event_name }}" = "pull_request" ] && echo "${{ github.event.pull_request.head.ref }}" || echo "${GITHUB_REF#refs/heads/}")
echo "BRANCH_NAME=${BRANCH_NAME:-master}" >> $GITHUB_ENV
echo "BRANCH_NAME=master" >> $GITHUB_ENV
- name: Test OCI docker scripts
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: ${{ github.event.inputs.offline == 'true' }}
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH_NAME }}
ref: feature/oci-offline

- name: Creating offline self-extracting archive
if: ${{ github.event.inputs.offline == 'true' }}
Expand Down

0 comments on commit 79f1362

Please sign in to comment.