publications: add sdfsdf #11
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: Update Publications | |
on: | |
push: | |
branches: | |
- update/publications/* | |
jobs: | |
create-pull-request: | |
name: Create a pull request | |
uses: ./.github/workflows/pull-request.yaml | |
with: | |
branch-name: ${{ github.ref }} | |
title: "Update publications" | |
body: "A request has been made to update the publications list." |