Add language injection for larger bash scripts in composite actions (#16040)
This commit is contained in:
parent
2f02aa49dd
commit
e1a8a30696
2 changed files with 6 additions and 4 deletions
1
.github/actions/changed-files/action.yml
vendored
1
.github/actions/changed-files/action.yml
vendored
|
@ -18,6 +18,7 @@ runs:
|
|||
- id: changes
|
||||
name: Find changes
|
||||
shell: bash
|
||||
# language=bash
|
||||
run: |
|
||||
BASE_REF=${{ github.base_ref }}
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ runs:
|
|||
name: Find flaky tests
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
shell: bash
|
||||
# language=bash
|
||||
run: |
|
||||
REPO="${{ github.repository }}"
|
||||
ISSUES_LINK="https://github.com/${{ github.repository }}/issues/"
|
||||
|
|
Loading…
Reference in a new issue