Skip to content

Commit 56ca6b0

Browse files
committed
revert
1 parent b1843ce commit 56ca6b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Remove-Function-Name-Prefix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
name: remove prefixes
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v3
@@ -22,10 +23,10 @@ jobs:
2223
mv -n $file $justpath/$justfile
2324
fi
2425
done
25-
26+
git log -1 --format='%H' > latestCommit.md
2627
git add .
2728
git config --global user.email "[email protected]"
2829
git config --global user.name "ActionBot"
29-
git commit -m 'remove file prefixes'
30+
git commit -m 'test'
3031
git push -f
3132
git reset origin/development --soft

0 commit comments

Comments
 (0)