Skip to content

Commit 8a40367

Browse files
committed
Add notes to README
1 parent 19f12f3 commit 8a40367

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}}
2424
run: |
2525
echo "Tagging version: ${{ steps.install-ucm.outputs.ucm-version}}"
26-
git tag v${{ steps.install-ucm.outputs.ucm-version }}
26+
git tag --force v${{ steps.install-ucm.outputs.ucm-version }}
2727
git tag --force v1 v${{ steps.install-ucm.outputs.ucm-version }}
2828
git push origin --tags

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ A GitHub Action to install the [Unison Codebase Manager](https://www.unison-lang
2222
## Outputs
2323
2424
- `ucm-version`: version of the installed UCM (should be the latest available)
25+
26+
## Useful information :
27+
* Information with regards to the environment variables known by UCM can be found [here]
28+
* As the time of writing this, there is no UI to generate API keys to interact with Unison-share. Your personal access token can be found on your local machine, in `~/.local/share/unisonlanguage/credentials.json`. That JSON file contains the access token in one of the fields.

0 commit comments

Comments
 (0)