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 7fc21c8 commit b3674e7Copy full SHA for b3674e7
1 file changed
.github/workflows/main.yml
@@ -66,12 +66,11 @@ jobs:
66
67
DEMYX_CHECK_STATUS="$(git status)"
68
if [[ "$DEMYX_CHECK_STATUS" != *"nothing to commit"* ]]; then
69
- DEMYX_RANDOM_QUOTE="$(curl -s "https://api.quotable.io/random?tags=technology" | jq -r '. | "\"\(.content)\" - \(.author)"')"
70
git config --global user.name github-actions[bot]
71
git config --global user.email github-actions[bot]@users.noreply.github.com
72
git remote set-url origin https://demyxsh:${{ secrets.DEMYX_TOKEN }}@github.com/demyxsh/${{ env.DEMYX_REPOSITORY }}
73
git add .
74
- git commit -m "${DEMYX_RANDOM_QUOTE:-Scheduled Build}"
+ git commit -m "Schedule Build #${{ github.run_id }}"
75
git push
76
fi
77
0 commit comments