Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef6296e

Browse files
Merge pull request#64 from sondrelg/patch-1
Update README.md
2 parentsf997e96 +e861644 commitef6296e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
##Guide
66

77
###GitHub Actions
8-
A minimal configurationfor public repos:
8+
A minimal configurationmight look like:
99

1010
```yml
1111
steps:
1212
# (Other steps go here)
1313
-name:"Upload coverage to Codecov"
14-
uses:codecov/codecov-action@v1
14+
uses:codecov/codecov-action@v2
1515
with:
1616
fail_ci_if_error:true
17+
token:${{ secrets.CODECOV_TOKEN }}# not required for public repos
1718
```
1819
1920
See [codecov/codecov-action](https://github.com/codecov/codecov-action) for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp