Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 1, 2024
1 parent bab7485 commit ba9303b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ matrix.pr.headRefName }}
token: ${{ secrets.NIGHTLY_GH_PAT }}

- name: Process PR
run: |
Expand Down Expand Up @@ -72,5 +71,7 @@ jobs:
# Otherwise, re-run all workflows.
echo "Less than half of the validate-* jobs are successful. Re-running all workflows."
git commit --allow-empty -m "Re-run workflows"
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 origin $branch

0 comments on commit ba9303b

Please sign in to comment.