Skip to content

Commit

Permalink
fix: other missed references
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Aug 27, 2024
1 parent 096f38d commit e2bc65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
ref: ${{ github.head_ref }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
ref: ${{ github.head_ref }}

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit e2bc65c

Please sign in to comment.