Skip to content

Commit fe8f0bf

Browse files
committed
update readme
1 parent 771d533 commit fe8f0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ always-auth=true
3939
- Track, tag and export components to your collection, [Alert component for example](src/components/Alert).
4040
- Read how creating encrypted secrets for a repository (https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository).
4141
- Create a new secret and name it `BIT_COLLECTION` and set your collection in the value: `<USER_NAME>.<COLLECTION_NAME>`. For example: `joshk.bit-with-github-actions`.
42-
- Create a new workflow file for bit export commands. Inside the file we need to do the following: configure Bit token, install Bit, run bit import, build&test, tag and export.
42+
- Create a new workflow file for bit export commands. Inside the file we need to do the following: configure Bit token, install Bit, run bit import, build&test, tag and export(tag and export will run only if changes are made to components).
4343
Check out the [workflows file](.github/workflows/bitexport.yml) I created for this, it will run when push to master are made(you can change it to your needs).
44-
Bit will export components only if changes are made.
44+
Bit will tag components only if changes are made, and it will export and commit back to master the changes that are made to the `.bitmap` file.
4545

4646
## Run Bit build & test on PR's
4747

0 commit comments

Comments
 (0)