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
|
- id: changes
|
||||||
name: Find changes
|
name: Find changes
|
||||||
shell: bash
|
shell: bash
|
||||||
|
# language=bash
|
||||||
run: |
|
run: |
|
||||||
BASE_REF=${{ github.base_ref }}
|
BASE_REF=${{ github.base_ref }}
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ runs:
|
||||||
name: Find flaky tests
|
name: Find flaky tests
|
||||||
if: github.repository == 'keycloak/keycloak'
|
if: github.repository == 'keycloak/keycloak'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
# language=bash
|
||||||
run: |
|
run: |
|
||||||
REPO="${{ github.repository }}"
|
REPO="${{ github.repository }}"
|
||||||
ISSUES_LINK="https://github.com/${{ github.repository }}/issues/"
|
ISSUES_LINK="https://github.com/${{ github.repository }}/issues/"
|
||||||
|
|
Loading…
Reference in a new issue