Skip to content

Commit

Permalink
fix: use action from current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 7, 2021
1 parent dbfbe4e commit 3ce2487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hacktoberfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: browniebroke/hacktoberfest-labeler-action@main
- name: Check out
uses: actions/checkout@v2
- uses: ./
with:
github_token: ${{ secrets.GH_PAT }}

0 comments on commit 3ce2487

Please sign in to comment.