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 there, I'm looking to use environment variables in the content string. It seems as though it's unsupported.
Wondering if this could be a new feature?
Something along the lines of:
notify-success: runs-on: ubuntu-latest if: ${{ success() }} steps: - name: Discord Webhook Action uses: tsickert/[email protected] with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} content: "Build Succeeded: ${{GITHUB_REF_NAME}} - ${{GITHUB_RUN_ID}}"
(These are default environment variables in GitHub Actions, so this is a valid job you can use to test right here).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, I'm looking to use environment variables in the content string. It seems as though it's unsupported.
Wondering if this could be a new feature?
Something along the lines of:
(These are default environment variables in GitHub Actions, so this is a valid job you can use to test right here).
The text was updated successfully, but these errors were encountered: