accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Mirror action didn't trigger after merge-release workflow #2361

Closed jobara closed 2 days ago

jobara commented 2 days ago

Prerequisites

Describe the bug

The Merge Release workflow pushes changes from the release tag to the staging or production branch. The assumption here is that the mirror-action for pushes to those related branches should be triggered and kick off the deployment workflow. However, the mirror workflow did not trigger after the v1.5.1 release.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

The mirror workflows should run after the Merge Release workflow merges the release tag into the respective branch.

Screenshots

No response

Details

Additional context

No response

jobara commented 2 days ago

This seems to be related to https://github.com/ad-m/github-push-action/issues/44