Skip to content

Commit c1f4fda

Browse files
committed
WIP: add: .github/workflows/actions.yml (master)
Signed-off-by: Philippe Coval <[email protected]> Change-Id: Ib5edd4ea7c33e9455cec65b1b7a1ef9c8977d1bd
1 parent 7c3cfc4 commit c1f4fda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/actions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# YAML
2+
---
3+
- name: gh-describe
4+
if: ghd
5+
uses: proudust/[email protected]
6+
- name: Check outputs
7+
run: |
8+
echo "describe : ${{ steps.ghd.outputs.describe }}"

0 commit comments

Comments
 (0)