https://github.com/codio/codio-assessments-publish-action
https://github.com/codio/codio-assessments-publish-action
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codio/codio-assessments-publish-action
- Owner: codio
- License: mit
- Created: 2021-07-13T15:29:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:09:48.000Z (about 2 years ago)
- Last Synced: 2026-01-03T03:56:14.294Z (6 months ago)
- Language: TypeScript
- Size: 722 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codio assessment publish action
Publishes assessment
* Publishing requires zstd library installed
* Publishing new assessments changes the project, do not forget commit the changes
# Usage
See [action.yml](action.yml)
```yaml
steps:
- name: Install zstd
run: sudo apt install zstd
- uses: codio/codio-assessment-publish-action
with:
token: api-token
library-id: library-id
dir: ./
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Autocommit assessments.json
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)