Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VCGithubCode/VCGithubCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ec3131
Choose a base ref
...
head repository: VCGithubCode/VCGithubCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44c8ebd
Choose a head ref
Loading
19 changes: 19 additions & 0 deletions .github/workflows/DevCard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: daily-devcard
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
devcard:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@3.0.0
with:
user_id: ${{ secrets.DEVCARD_ID }}
commit_message: "chore: update ${filename}"
Loading