Skip to content

Commit

Permalink
remove extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Feb 19, 2024
1 parent df9c7ad commit d7a0cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Checkout
run: |
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b $${{ github.event.inputs.target_branch }} .
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b ${{ github.event.inputs.target_branch }} .
- name: Install gcc 10
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout
run: |
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b $${{ github.event.inputs.target_branch }} .
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b ${{ github.event.inputs.target_branch }} .
- name: Config OR-Tools URL
run: |
Expand Down

0 comments on commit d7a0cd8

Please sign in to comment.