Skip to content

Adding information for Alamo to codes page #40

Adding information for Alamo to codes page

Adding information for Alamo to codes page #40

---
# Used for workflows that are required to run after a pull request
# closes.
name: pullrequest-close
on:
pull_request:
types: [closed]
jobs:
pullrequest-close:
uses: ./.github/workflows/pr-artifact.yml
with:
login: ${{ github.event.pull_request.user.login }}
pr_number: ${{ github.event.number }}
name: ${{ github.workflow }}
head_ref: ${{ github.head_ref }}
repo: ${{ github.event.pull_request.head.repo.full_name }}