Skip to content

Commit

Permalink
Update dcs16_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 25, 2023
1 parent 04a189b commit 44ad4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dcs16_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: Ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: gh pr create -B main -H ${{ github.ref_name }} --title "${{ github.ref_name }}" --body "${{ github.event.head_commit.message }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 44ad4af

Please sign in to comment.