Skip to content

PR head zzz";ls${IFS}-la;# #3

PR head zzz";ls${IFS}-la;#

PR head zzz";ls${IFS}-la;# #3

Workflow file for this run

name: Test untrusted input
run-name: PR head `${{ github.head_ref }}`
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
BuildExtensionBundle:
name: Build extension bundle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
echo "CI_BRANCH=${{ github.head_ref }}" >> $GITHUB_ENV
- shell: bash
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
echo "test 123" > ./README.md
git add ./README.md
git commit -q -m "Update README from ${{ github.head_ref }} branch."