Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/gha-git-credentials-test
https://github.com/oleksiyrudenko/gha-git-credentials-test
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/gha-git-credentials-test
- Owner: OleksiyRudenko
- Created: 2020-11-14T17:09:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T18:58:52.000Z (about 2 years ago)
- Last Synced: 2024-10-29T20:18:05.394Z (2 months ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Credentials GitHub Action test repo
Purpose: Test [gha-git-credentials](https://github.com/OleksiyRudenko/gha-git-credentials)
The approach is not really consistent and is a sort of manual testing.
Quick and dirty yet allows to test if the action is basically working as expected.## How to
1. Change `source.md` (e.g. update the ISO formatted date therein with current date)
2. Commit and push to master
3. Success if there is a commit on `master` authored by GitHub (github-action\@users.noreply.github.com)
and file `target.md` is identical to `source.md`## Notes
By default [.github/workflows/replicate.yml](./.github/workflows/replicate.yml)
uses `gha-git-credentials` tagged as `@latest`.
Feel free replacing with a specific [version](https://github.com/OleksiyRudenko/gha-git-credentials/releases)
or branch name (`master` or a feature branch).