Skip to content

Commit

Permalink
gh run rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 2, 2024
1 parent 511c801 commit 4e9f09b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dependabot-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,4 @@ jobs:
fi
# Otherwise, re-run all workflows.
repo="https://${{ github.actor }}:${{ secrets.NIGHTLY_GH_PAT }}@github.com/${{ github.repository }}.git"
git config --global user.email ${{ github.actor }}@users.noreply.github.com
git config --global user.name ${{ github.actor }}
git commit --allow-empty -m "[dependabot skip] Re-run workflows. [Triggered by the [dependabot-prs-manager](https://github.com/replicatedhq/kots/blob/main/.github/workflows/dependabot-prs-manager.yaml) GitHub action]"
git push $repo HEAD:"${{ matrix.pr.headRefName }}"
gh run rerun $run_id

0 comments on commit 4e9f09b

Please sign in to comment.