Skip to content

Commit 6f323e2

Browse files
authored
Update README.md
1 parent 1ab2859 commit 6f323e2

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

README.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -83,37 +83,6 @@ git add dist
8383
```
8484

8585
## Create a release branch
86-
87-
Users shouldn't consume the action from master since that would be latest code and actions can break compatibility between major versions.
88-
89-
Checkin to the v1 release branch
90-
91-
```bash
92-
git checkout -b v1
93-
git commit -a -m "v1 release"
94-
```
95-
96-
```bash
97-
git push origin v1
98-
```
99-
100-
Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project.
101-
102-
Your action is now published! :rocket:
103-
104-
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
105-
106-
## Usage
107-
108-
You can now consume the action by referencing the v1 branch
109-
110-
```yaml
111-
uses: actions/javascript-action@v1
112-
with:
113-
milliseconds: 1000
114-
```
115-
## Study and Discussion
116-
11786
<div id="disqus_thread"></div>
11887
<script>
11988
/**
@@ -127,15 +96,13 @@ with:
12796
*/
12897
(function() { // DON'T EDIT BELOW THIS LINE
12998
var d = document, s = d.createElement('script');
130-
s.src = 'https://yerlicins.disqus.com/embed.js';
99+
s.src = 'https://starteknoloji-space.disqus.com/embed.js';
131100
s.setAttribute('data-timestamp', +new Date());
132101
(d.head || d.body).appendChild(s);
133102
})();
134103
</script>
135104
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
136-
137-
<script id="dsq-count-scr" src="//yerlicins.disqus.com/count.js" async></script>
138-
105+
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
139106
## Websites of our businesses used
140107

141108
- [https://www.starcomputer.com.tr](https://starcomputer.com.tr)

0 commit comments

Comments
 (0)