Skip to content

Commit

Permalink
Update minor-version-update.yaml workflow to use git-auto-commit-acti…
Browse files Browse the repository at this point in the history
…on for manifest file updates
  • Loading branch information
f-bader committed Apr 13, 2024
1 parent 35f86d8 commit 8300928
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/minor-version-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- "!powershell/Maester.psd1"
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
CreateRelease:
runs-on: ubuntu-latest
Expand All @@ -28,7 +24,7 @@ jobs:
run: |
& ./.github/workflows/minor-version-update.ps1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
- name: Commit updated manifest file to repo
uses: stefanzweifel/git-auto-commit-action@v5
with:
title: Update PowerShell module version
commit_message: ${{ steps.updatemodule.outputs.newtag }}

0 comments on commit 8300928

Please sign in to comment.