Skip to content

Update action.yml - commented all out #2588

Update action.yml - commented all out

Update action.yml - commented all out #2588

Workflow file for this run

# name: GitHub Profile Views Counter CI
# on:
# schedule:
# - cron: '0 */18 * * *'
# workflow_dispatch:
# jobs:
# release:
# name: GitHub Profile Views Counter Action
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v2.3.4
# with:
# token: ${{ secrets.INSIGHTS_TOKEN }}
# - uses: actions/setup-node@v2.1.5
# with:
# node-version: 14.17.0
# - uses: formidablae/github-profile-views-counter-action@3.2.0
# env:
# INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}