TIBCOSoftware / labs-air

TIBCO LABS™ Project AIR - Documentation
https://tibcosoftware.github.io/labs-air/
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

chore: attempt to discover the default branch and commit #146

Closed Gerromie closed 2 years ago

Gerromie commented 2 years ago

Story

I'm attempting to automate the changelog construction on release using the tools that each project has. However, there have been some steps needed to prepare to commit code to these repositories within the GitHub action. To date, the reference to the origin seems to be missing despite the simplistic-looking steps documented in GitHub. Note the difference here is committing to another repository not the primary repository.

Changes

  1. Refactored the steps
  2. Added debug info to help discover if the tools are going to be able to work

Tests

This requires a new release as it is a triggered workflow, so testing happens organically when a new release is created.