We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edc32c commit 58f6c3fCopy full SHA for 58f6c3f
1 file changed
.github/workflows/receive-beta-build.yml
@@ -98,6 +98,6 @@ jobs:
98
else
99
echo "Changes detected; committing..."
100
git status
101
- git commit -m "Deploy ${SOURCE_REPO} build to ${SUBFOLDER}"
+ git commit -m "Deploy beta ${SUBFOLDER} build."
102
git push origin main
103
fi
0 commit comments