Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GitHub-Profile-3D-Contrib #44

GitHub-Profile-3D-Contrib

GitHub-Profile-3D-Contrib #44

Workflow file for this run

name: GitHub-Profile-3D-Contrib
on:
schedule: # 03:00 JST == 18:00 UTC
- cron: "0 18 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v2
- uses: yoshi389111/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.com/dev-yuci }}

Check failure on line 17 in .github/workflows/profile-3d.yml

View workflow run for this annotation

GitHub Actions / GitHub-Profile-3D-Contrib

Invalid workflow file

The workflow is not valid. .github/workflows/profile-3d.yml (Line: 17, Col: 21): Unexpected symbol: 'com/dev-yuci'. Located at position 8 within expression: github.com/dev-yuci
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "generated"
git push