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 6208e84 commit 2445a91Copy full SHA for 2445a91
template/.github/workflows/integration-test.yml
@@ -117,7 +117,10 @@ jobs:
117
}
118
]
119
120
- # TODO: Update to version 2.1.0. This could look something like.
+ # TODO: Update to version 2.1.0. This could look something like the following.
121
+ # The workflow is currently not in use, testing that the new version still works imposes effort.
122
+ # So I left it as a future exercise, but saved the current state.
123
+ #
124
# uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
125
# with:
126
# method: chat.postMessage
0 commit comments