Skip to content

Commit 91695b9

Browse files
authored
Update libnvidia-container.yml
- keep action alive
1 parent 9afb9e4 commit 91695b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/libnvidia-container.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ jobs:
8383
asset_path: ./output/v${{ env.LIBNVIDIA_VERSION }}/libnvidia-container-v${{ env.LIBNVIDIA_VERSION }}.tar.gz
8484
asset_name: libnvidia-container-v${{ env.LIBNVIDIA_VERSION }}.tar.gz
8585
asset_content_type: application/gzip
86+
87+
- name: Make a dummy commit
88+
if: env.CREATE_RELEASE == 'false' && success()
89+
env:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
run: |
92+
git config --local user.email "[email protected]"
93+
git config --local user.name "GitHub Action"
94+
git commit --allow-empty -m "Keep GH Action alive"
95+
git push

0 commit comments

Comments
 (0)