mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 07:16:42 +00:00
12
.github/workflows/main.yaml
vendored
12
.github/workflows/main.yaml
vendored
@@ -1,9 +1,11 @@
|
||||
name: Test Action
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
# pull_request:
|
||||
# types: [labeled]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
hello-world-job:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -29,4 +31,6 @@ jobs:
|
||||
|
||||
- name: Get the output time
|
||||
run: |
|
||||
echo The label was ${{ steps.hello.outputs.label }}
|
||||
echo The label was label
|
||||
|
||||
# ${{ steps.hello.outputs.label }}
|
||||
|
||||
Reference in New Issue
Block a user