Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wide/Horizontal card support #405

Closed
svalencia014 opened this issue Feb 20, 2024 · 2 comments
Closed

Add Wide/Horizontal card support #405

svalencia014 opened this issue Feb 20, 2024 · 2 comments

Comments

@svalencia014
Copy link

Would be great to be able to use the horizontal or "wide" version of the card

@ncdai
Copy link
Contributor

ncdai commented Feb 20, 2024

Hi @svalencia014 ,

You can configure the devcard's orientation. For example:

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.1.0
         with:
           user_id: ${{ secrets.USER_ID }}
           type: "wide"
           commit_message: "chore: update ${filename}"

@omBratteng
Copy link
Collaborator

Added in #406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants