We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I like your project, thanks for this action.
I would like to improve embed doc:
embed
example
- name: Send my embed to discord channel uses: tsickert/[email protected] with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} content: "this is embed sample" embed-title: "embed title" embed-description: "embed description" embed-thumbnail-url: "https://www.google.com/search?q=discord+embed"
I especially need a full working sample with embed-thumbnail-image and embed-thumbnail-url (on my side I dont see url nor image : bug?)
embed-thumbnail-image
embed-thumbnail-url
my original ideal is the following:
if
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I like your project, thanks for this action.
I would like to improve
embed
doc:example
I especially need a full working sample with
embed-thumbnail-image
andembed-thumbnail-url
(on my side I dont see url nor image : bug?)my original ideal is the following:
if
expressions: step embed if report_length < 4096 // step upload file if report_length >= 4096The text was updated successfully, but these errors were encountered: