Skip to content

Commit

Permalink
Update embedme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pionaiki authored Apr 14, 2024
1 parent 1c8949d commit 935d788
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/embedme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: EmbedMe

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -28,3 +28,7 @@ jobs:
# Runs a single command using the runners shell
- name: Embed code
run: npx embedme README.md

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Auto update README

0 comments on commit 935d788

Please sign in to comment.