TF-A Tech Forum Jul 25th 2024 - CoT unification #312
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ClosePullRequestAction | |
on: | |
pull_request_target: | |
types: [closed] | |
branches: [ main ] | |
jobs: | |
close: | |
runs-on: self-hosted | |
steps: | |
- name: Initialise environment | |
run: cat "$GITHUB_WORKSPACE/website/.github-env-$GITHUB_BASE_REF" >> $GITHUB_ENV | |
- name: Clean up | |
run: /srv/github-action-scripts/close-pr.sh |