Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Added ability to make push trigger actions #25

Merged
merged 4 commits into from
May 21, 2024
Merged

Added ability to make push trigger actions #25

merged 4 commits into from
May 21, 2024

Conversation

Bullrich
Copy link
Collaborator

From the git-auto-commit Action's documentation:

The resulting commit will not trigger another GitHub Actions Workflow run.

We need to use actions/checkout with a token to make this action push trigger actions.

Another option, as this brings too many step for the custom step, is to remove the actions/checkout from the run/action.yml and have users add it manually.

WDYT?

@Bullrich Bullrich added this to the GitHub Action milestone May 15, 2024
@Bullrich Bullrich self-assigned this May 15, 2024
@Bullrich Bullrich requested a review from a team as a code owner May 15, 2024 14:48
Copy link

@rzadp rzadp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me.

@Bullrich Bullrich enabled auto-merge (squash) May 21, 2024 08:27
@Bullrich Bullrich merged commit 6ac8398 into main May 21, 2024
8 checks passed
@Bullrich Bullrich deleted the git/token-push branch May 21, 2024 08:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants