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 167f360 commit 6e5d927Copy full SHA for 6e5d927
.github/workflows/update-git-submodule.yml
@@ -22,8 +22,7 @@ jobs:
22
submodules: recursive
23
- name: Update submodules
24
run: git submodule update --remote --recursive
25
- - uses: actions/checkout@v3
26
- run: |
+ - run: |
27
echo "CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
28
git config user.name github-actions
29
git config user.email [email protected]
0 commit comments