fixed GitHubActionsVariableAttribute so that it correctly passes alon… #8610
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependabot Commenter | |
on: | |
pull_request_target: | |
types: | |
- labeled | |
- opened | |
- reopened | |
- closed | |
- synchronize | |
jobs: | |
comment: | |
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.3 | |
secrets: | |
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }} |