Skip to content

Commit

Permalink
ci: Try passing in action ref to callable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Jun 18, 2023
1 parent 5a1c467 commit 425fcc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
runner-os: "ubuntu-22.04"
ref-name: "${{ github.ref_name }}"
ref-name: "jidicula/clang-format-action@${{ github.ref_name }}"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++ programs.
id: check
uses: jidicula/clang-format-action@${{ inputs.ref-name }}
uses: ${{ inputs.ref-name }}
continue-on-error: ${{ matrix.path['known_fail'] }}
with:
check-path: ${{ matrix.path['check'] }}
Expand Down

0 comments on commit 425fcc4

Please sign in to comment.