Skip to content

Commit

Permalink
Use checkout instead of hardcoding a pull
Browse files Browse the repository at this point in the history
Use the latest actions/checkout to get the latest pull
  • Loading branch information
darksidemilk committed Aug 5, 2024
1 parent 4374b01 commit 30c92ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ jobs:
create-release-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: create pull request
run: |
gh repo clone FOGProject/fogproject
cd fogproject
git fetch --all
gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Created by Github action'
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# release-stable:
Expand Down

0 comments on commit 30c92ca

Please sign in to comment.