Skip to content

Commit

Permalink
TO-DROP: open PR for git-for-windows/msys2-runtime#75
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 10, 2024
1 parent f91558b commit 8fff71b
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
name: Upgrade a package version and open a PR
run-name: Upgrade ${{ inputs.package }} to ${{ inputs.version }}
run-name: Upgrade msys2-runtime to cbe555e054cefeccd65250bb11dc56f82196301f

on:
workflow_dispatch:
inputs:
package:
description: The package to update
type: string
required: true
version:
description: The new version of the package
type: string
required: true
actor:
description: The GitHub user on whose behalf this workflow is run
required: false
push:

env:
PACKAGE_TO_UPGRADE: ${{ github.event.inputs.package }}
UPGRADE_TO_VERSION: ${{ github.event.inputs.version }}
PACKAGE_TO_UPGRADE: msys2-runtime
UPGRADE_TO_VERSION: cbe555e054cefeccd65250bb11dc56f82196301f
OWNER: 'git-for-windows'
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"
ACTOR: "${{ github.triggering_actor }}"

jobs:
open-pr:
Expand Down

0 comments on commit 8fff71b

Please sign in to comment.