Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Adding the daily DevCard to your GitHub profile

name: DevCard

permissions:
  contents: write

on:
  workflow_dispatch:
  push:
    branches:
      - main
  schedule:
    - cron: "0 0 * * *"

jobs:
  devcard:
    runs-on: ubuntu-latest
    steps:
      - name: devcard
        uses: dailydotdev/action-devcard@2.0.2
        with:
          devcard_id: ${{ secrets.DEVCARD_ID }}
Comment

PREVIOUS NEXT
Code Example
Shell :: Install PNPM in your linux distro 
Shell :: what is GREPCC 
Shell :: install bpytop arch linux 
Shell :: git pull from master why 
Shell :: github actions to publish mobile app 
Shell :: file transfer disabled by policy 
Shell :: wsl networking 
Shell :: ring check if the operating system is Linux or not 
Shell :: permissão para usuario executar o docker 
Shell :: linux c programming for loop 
Shell :: Select drive and auto change assigned letter 
Shell :: powershell show doskey 
Shell :: jenkins pipeline for sonarqube 
Shell :: install special version of npm package 
Shell :: nuget password private source 
Shell :: why i cant choose to install window 10 pro when installing 
Shell :: install convox 
Shell :: cp terminal progress bar 
Shell :: "root:root" linux 
Shell :: install react-livechat 
Shell :: quick checkers for ubuntu 
Shell :: nginx ssl configuration ubuntu with pfx file 
Shell :: Storm Breaker ModuleNotFoundError: No module named "pyngrok" 
Shell :: cm4 usb not working 
Shell :: mongo shell query for email domain regex 
Shell :: ifconfig wlan0 hw ether not working 
Shell :: is a command to create a user account named serena, including a home directory and a description. 
Shell :: hack+0000000000000000000000000000000000000000+sha1+master+git 
Shell :: dropbox windows powershell remove directory sync 
Shell :: ymore command linux 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =