Skip to content

Bump Submodules/AMReX-Hydro from 681640d to 3ab9864 #131

Bump Submodules/AMReX-Hydro from 681640d to 3ab9864

Bump Submodules/AMReX-Hydro from 681640d to 3ab9864 #131

Workflow file for this run

name: PostPR
on:
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Save PR number
env:
PR_NUMBER: ${{ github.event.number }}
run: |
echo $PR_NUMBER > pr_number.txt
- uses: actions/upload-artifact@v4
with:
name: pr_number
path: pr_number.txt
retention-days: 1