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 9afb9e4 commit 91695b9Copy full SHA for 91695b9
.github/workflows/libnvidia-container.yml
@@ -83,3 +83,13 @@ jobs:
83
asset_path: ./output/v${{ env.LIBNVIDIA_VERSION }}/libnvidia-container-v${{ env.LIBNVIDIA_VERSION }}.tar.gz
84
asset_name: libnvidia-container-v${{ env.LIBNVIDIA_VERSION }}.tar.gz
85
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