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 282a597 commit 0257976Copy full SHA for 0257976
.github/workflows/0-start-exercise.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "Make a commit"
48
git config user.name github-actions[bot]
49
git config user.email github-actions[bot]@users.noreply.github.com
50
- git add index.html
+ git add index.html index.html.bak
51
git commit --message="Update game over message"
52
53
echo "Push"
0 commit comments