Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Sep 29, 2023
1 parent 000ec24 commit 949406b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/add_tagged_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
GH_PR: ${{ secrets.GH_PR }}

- name: Create pull request
run: gh pr create -B main -H "$BRANCH_NAME" --title "Merge $BRANCH_NAME into main" --body 'Automated pull request from GitHub Actions workflow'
env:
GH_PR: ${{ secrets.GH_PR }}
- name: Create pull request
run: gh pr create -B main -H "$BRANCH_NAME" --title "Merge $BRANCH_NAME into main" --body 'Automated pull request from GitHub Actions workflow'
env:
GH_PR: ${{ secrets.GH_PR }}

0 comments on commit 949406b

Please sign in to comment.