Skip to content

Commit

Permalink
use var to set action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed May 28, 2024
1 parent 5f988d3 commit c4768fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Test Container Group
uses: intel/ai-containers/test-runner@main
uses: intel/ai-containers/test-runner@${{ github.ref }}
with:
recipe_dir: ${{ inputs.group_dir }}
registry: ${{ secrets.REGISTRY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
with:
python-version: "3.8"
- name: Test Container Group
uses: intel/ai-containers/test-runner@main
uses: intel/ai-containers/test-runner@${{ github.ref }}
with:
recipe_dir: test-runner
registry: ${{ secrets.REGISTRY }}
repo: ${{ secrets.REPO }}
test_dir: test-runner
token: ${{ secrets.ACTION_TOKEN || github.token }}
token: ${{ secrets.ACTION_TOKEN }}

0 comments on commit c4768fa

Please sign in to comment.