Skip to content

Commit 9fc062d

Browse files
ci: change email of github actions bot and add ref
1 parent 6dbe118 commit 9fc062d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14+
ref: ${{ github.head_ref }}
1415
fetch-depth: 0
1516
- uses: actions/setup-python@v4
1617
- name: requirements
@@ -22,7 +23,7 @@ jobs:
2223
- name: Setup Git Specs
2324
run: |
2425
git config --global user.name github-actions[bot]
25-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
26+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
2627
- name: Filename Formatter
2728
run: |
2829
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh

0 commit comments

Comments
 (0)