Skip to content

Commit

Permalink
Feature/test new ci pipeline 2 (Significant-Gravitas#4169)
Browse files Browse the repository at this point in the history
* test new CI

* remove double quotes

* make it a variable

* make it a variable
  • Loading branch information
waynehamadi authored May 13, 2023
1 parent a110ff9 commit de6b8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: <fork-owner>/<fork-repo>
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: <fork-owner>/<fork-repo>
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit de6b8ee

Please sign in to comment.