Skip to content

Commit b51d781

Browse files
authored
Update auto_bioconda_pr.yaml
1 parent 57321c7 commit b51d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_bioconda_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
uses: peter-evans/create-pull-request@v5
149149
with:
150150
token: ${{ secrets.GH_PAT }}
151-
title: "Add ${PACKAGE} recipe v${{ env.VERSION }}"
151+
title: "Add ${{ env.PACKAGE }} recipe v${{ env.VERSION }}"
152152
commit-message: "Auto PR: ${PACKAGE} v${{ env.VERSION }}"
153153
base: master
154154
branch: add-${PACKAGE}-${{ env.VERSION }}

0 commit comments

Comments
 (0)