Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/pr-update.yml to match the …
Browse files Browse the repository at this point in the history
…template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent b90c725 commit 960d9f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- run: |
- name: "Info"
shell: bash
run: |
echo "Branch: ${{env.HEAD_REF}}"
echo "Base Branch: ${{env.BASE_REF}}"
echo "Repo: ${{github.repository}}"
Expand All @@ -39,6 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- uses: actions/labeler@v4
with:
Expand All @@ -55,6 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Assign PR to the creator"
uses: thomaseizinger/[email protected]
Expand Down

0 comments on commit 960d9f6

Please sign in to comment.