Skip to content

Commit 2b54126

Browse files
authored
Update action.yml - commented all out
1 parent 8ce38af commit 2b54126

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/action.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: GitHub Profile Views Counter CI
2-
on:
3-
schedule:
4-
- cron: '0 */18 * * *'
5-
workflow_dispatch:
6-
jobs:
7-
release:
8-
name: GitHub Profile Views Counter Action
9-
runs-on: ubuntu-20.04
10-
steps:
11-
- uses: actions/[email protected]
12-
with:
13-
token: ${{ secrets.INSIGHTS_TOKEN }}
14-
- uses: actions/[email protected]
15-
with:
16-
node-version: 14.17.0
17-
- uses: formidablae/[email protected]
18-
env:
19-
INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}
1+
# name: GitHub Profile Views Counter CI
2+
# on:
3+
# schedule:
4+
# - cron: '0 */18 * * *'
5+
# workflow_dispatch:
6+
# jobs:
7+
# release:
8+
# name: GitHub Profile Views Counter Action
9+
# runs-on: ubuntu-20.04
10+
# steps:
11+
# - uses: actions/[email protected]
12+
# with:
13+
# token: ${{ secrets.INSIGHTS_TOKEN }}
14+
# - uses: actions/[email protected]
15+
# with:
16+
# node-version: 14.17.0
17+
# - uses: formidablae/[email protected]
18+
# env:
19+
# INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}

0 commit comments

Comments
 (0)