We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbe118 commit 9fc062dCopy full SHA for 9fc062d
.github/workflows/awesome_workflow.yml
@@ -11,6 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
+ ref: ${{ github.head_ref }}
15
fetch-depth: 0
16
- uses: actions/setup-python@v4
17
- name: requirements
@@ -22,7 +23,7 @@ jobs:
22
23
- name: Setup Git Specs
24
run: |
25
git config --global user.name github-actions[bot]
- 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'
27
- name: Filename Formatter
28
29
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh
0 commit comments