Skip to content

Commit 1471192

Browse files
committed
fix uses
1 parent 80f51ae commit 1471192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tc_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: TC Action Agent
20-
uses: topcoder-platform/tc-action-agent
20+
uses: topcoder-platform/tc-action-agent@master
2121
with:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)

0 commit comments

Comments
 (0)