Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Broken release #116

@h3nnn4n

Description

@h3nnn4n

I noticed that between yesterday and today, the action started breaking.

Looking at the release history I see that there is one that matches the timeframe when the action started failing here. I suspect that the latest release is broken, at least for my use case.

The action doesn't provide any output, so I can't provide more information.

My action is:

name: Create production PR

on:
  push:
    branches:
      - develop

jobs:
  createPR:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Create Pull Request
        uses: repo-sync/pull-request@v2
        with:
          source_branch: "develop"
          destination_branch: "production"
          pr_title: "Production Deploy"
          pr_body: "Automated Production Deploy Pull Request. Opened with Github Actions. Merge this to trigger a deploy."
          pr_label: "Production Deploy"
          pr_allow_empty: true
          github_token: ${{ secrets.GITHUB_TOKEN }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions