Skip to content

Commit

Permalink
Adds pull request stage
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent f76bad3 commit 01d6c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ jobs:
git config user.name "github-actions[bot]"
git add .
git commit -m "Update flux"
git branch -b gh-actions/flux-update
git push
- name: Create Pull Request
run: gh pr create -B master -H gh-actions/flux-update --title 'Update Flux' --body 'Updates flux components using Flux CLI'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01d6c7a

Please sign in to comment.