Skip to content
Snippets Groups Projects
Commit 5ef41d53 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

workflow test

parent 9b1b2382
No related branches found
No related tags found
No related merge requests found
name: Issue
on:
issues:
types: [opened]
jobs:
Issue:
runs-on: ubuntu-20.04
steps:
- run: echo "github ${{ github }}"
- run: echo "github.event_name ${{ github.event_name }}"
- run: echo "github.ref ${{ github.ref }}"
- run: echo "github.repository ${{ github.repository }}"
- run: echo "runner.os ${{ runner.os }}"
- run: echo "${{ github.workspace }}"
- run: ls ${{ github.workspace }}
- run: echo "${{ job.status }}."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment