Skip to content

Sample of GitHub Actions to display the content of source code on README if there is push to that file. In this example, when we change the "test.php" then the content of the file will be displayed on README.md. See ".github/workflows/update-readme.yml" for details.

License

Notifications You must be signed in to change notification settings

sonyarianto/github-actions-push-and-display-it-on-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-push-and-display-it-on-readme

Content of test.php is:

<?php phpinfo();

About

Sample of GitHub Actions to display the content of source code on README if there is push to that file. In this example, when we change the "test.php" then the content of the file will be displayed on README.md. See ".github/workflows/update-readme.yml" for details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages