Add language injection for larger bash scripts in composite actions (#16040)

This commit is contained in:
Stian Thorgersen 2022-12-16 15:31:46 +01:00 committed by GitHub
parent 2f02aa49dd
commit e1a8a30696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -18,6 +18,7 @@ runs:
- id: changes
name: Find changes
shell: bash
# language=bash
run: |
BASE_REF=${{ github.base_ref }}

View file

@ -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/"