Skip to content

Commit

Permalink
Fix create PR action
Browse files Browse the repository at this point in the history
Description:
- Fixes the create-pr action by providing the correct path for create-pr.sh
  • Loading branch information
nimalank7 committed Nov 21, 2023
1 parent d57f4b0 commit 2e28a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: alphagov/datagovuk_publish
path: ckanext
- run: bash ./docker/create-pr.sh
- name: Create PR
run: bash ./docker/create-pr.sh
env:
GH_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }}
GH_REF: ${{ github.ref_name }}
Expand Down

0 comments on commit 2e28a4b

Please sign in to comment.