Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/update-labels.yml to match …
Browse files Browse the repository at this point in the history
…the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent 96cab99 commit b6fdbc1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- uses: actions/checkout@v4
- name: "Initialise Workspace"
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: 'Checkout Repository'
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
- if: success()
- name: "Update Github label config"
if: success()
uses: crazy-max/[email protected]
with:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}
Expand Down

0 comments on commit b6fdbc1

Please sign in to comment.