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 5, 2024
1 parent be1440e commit d33df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
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

0 comments on commit d33df62

Please sign in to comment.