diff --git a/.github/workflows/update-cli11.yaml b/.github/workflows/update-cli11.yaml index f738cb8857..1b5ad88cc2 100644 --- a/.github/workflows/update-cli11.yaml +++ b/.github/workflows/update-cli11.yaml @@ -1,6 +1,5 @@ name: Update CLI11 on: - pull_request: workflow_dispatch: schedule: - cron: '0 10 1/16 * *' @@ -9,8 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: Get Latest CLI11 Tagged Release id: cli11-header run: | @@ -41,9 +38,7 @@ jobs: commit-message: Upgrade CLI11 to ${{ steps.cli11-header.outputs.release_tag }} title: Upgrade CLI11 to ${{ steps.cli11-header.outputs.release_tag }} body: | - Updates [CLIUtils/CLI11][1] to ${{ steps.cli11-header.outputs.release_tag }}. - Auto-generated by [create-pull-request][2] - [1]: https://github.com/CLIUtils/CLI11 - [2]: https://github.com/peter-evans/create-pull-request - labels: update headers deps, automated pr + Updates (CLIUtils/CLI11)[https://github.com/CLIUtils/CLI11] to ${{ steps.cli11-header.outputs.release_tag }}. + Auto-generated by (create-pull-request)[https://github.com/peter-evans/create-pull-request] + labels: update dependencies, automated PR branch: cli11-header-updates-${{ steps.cli11-header.outputs.release_tag }}