Skip to content

Commit 2ff821e

Browse files
authored
Merge pull request #2 from cta0930/patch-1
Update tryhackme-badge-action-workflow
2 parents 2e1ccf5 + 0919d75 commit 2ff821e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/tryhackme-badge-action-workflow

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
14+
15+
- name: Configure Git Identity
16+
run: |
17+
git config --global user.name "GitHub Actions Bot"
18+
git config --global user.email "[email protected]"
19+
1420
- name: Fetch TryHackMe Badge
15-
uses: ./
21+
uses: DhanushNehru/[email protected]
1622
with:
1723
image_path: './assets/tryhackme-badge.png'
18-
username: 'dhanushnehru'
19-
user_id: '1995656'
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
user_id: 'your_tryhackme_user_id'
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)