Skip to content

Small Fix in Contractions.yml #423

Small Fix in Contractions.yml

Small Fix in Contractions.yml #423

Workflow file for this run

---
#
# Copyright (c) 2021 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
name: Add web IDE link
on:
pull_request_target:
types:
- opened
jobs:
add-web-ide-link:
name: Add web IDE link
runs-on: ubuntu-20.04
steps:
- name: Add web IDE link
id: try-in-web-ide
uses: redhat-actions/try-in-web-ide@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}