Skip to content

Commit e0b8d2a

Browse files
authored
Change version to master
Changed version to master. The original version in the doc was throwing 401 errors. Master seems to work.
1 parent 9e9c180 commit e0b8d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l
4646
issues: write{% endif %}
4747
steps:
4848
- name: Label issues
49-
uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414
49+
uses: andymckay/labeler@master
5050
with:
5151
add-labels: "triage"
5252
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}

0 commit comments

Comments
 (0)