We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045dc8d commit 4546e50Copy full SHA for 4546e50
.github/workflows/DevCard.yml
@@ -0,0 +1,17 @@
1
+- name: @dailydotdev/devcard
2
+ # You may pin to the exact commit or the version.
3
+ # uses: dailydotdev/action-devcard@98403c6d50dd3c4ac28fd8e5b24987920aa19af3
4
+ uses: dailydotdev/action-devcard@2.0.6
5
+ with:
6
+ # The ID of the devcard
7
+ devcard_id: f1398102cb3141b28c0a4f753dec68c8
8
+ # GitHub Token used to commit the devcard
9
+ token: # optional, default is ${{ github.token }}
10
+ # Branch used to commit the devcard
11
+ commit_branch: # optional, default is
12
+ # Commit message
13
+ commit_message: # optional, default is Update ${filename}
14
+ # Filename to save devcard to
15
+ commit_filename: # optional, default is devcard.svg
16
+ # If true, no changes will be made to the repo
17
+ dryrun: # optional
0 commit comments