We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adebd0d commit f467ee0Copy full SHA for f467ee0
1 file changed
.github/workflows/debian.yml
@@ -29,6 +29,12 @@ jobs:
29
run: |
30
MATRIX_JSON=$(node ./scripts/get_all_versions.mjs)
31
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
32
+ - name: Commit empty changes
33
+ run: |
34
+ git config --local user.email "action@github.com"
35
+ git config --local user.name "GitHub Action"
36
+ git commit --allow-empty -m "Keep workflow active on $(date +'%Y-%m-%d %H:%M')"
37
+ git push
38
docker:
39
runs-on: ubuntu-latest
40
needs: generate-matrix
@@ -239,4 +245,4 @@ jobs:
239
245
with:
240
246
username: ${{ secrets.DOCKERHUB_USERNAME }}
241
247
password: ${{ secrets.DOCKERHUB_TOKEN }}
242
- repository: yunnysunny/easy-monitor
248
+ repository: yunnysunny/easy-monitor
0 commit comments