Skip to content

Add main scripts for CI PRTesting and adapt yml #12

Add main scripts for CI PRTesting and adapt yml

Add main scripts for CI PRTesting and adapt yml #12

name: CI ReSim Trigger

Check failure on line 1 in .github/workflows/CI_ReSim_trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI_ReSim_trigger.yml

Invalid workflow file

(Line: 17, Col: 13): A mapping was not expected
on:
pull_request:
workflow_dispatch:
env:
EVENT_NUMBER: ${{ github.event.number }}
PR_SHA: ${{ github.event.pull_request.base.sha }}
jobs:
get PR data:
runs-on: ubuntu-latest
steps:
- name: print vars
run:
echo "Event Number: ${{ github.env.EVENT_NUMBER }}"
echo "PR Base Hash: ${{ github.env.PR_SHA }}"