chore: Update from ubi8-minimal:8.10-1018 to ubi8-minimal:8.10-1086 #1047
Workflow file for this run
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
# Add Web IDE link on PRs | |
name: Try in Web IDE | |
on: | |
pull_request_target: | |
types: [opened, synchronize] | |
jobs: | |
add-link: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Web IDE Pull Request Check | |
uses: redhat-actions/try-in-web-ide@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
add_comment: false |