git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5885a
)
gha cd test
author
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:01:01 +0000
(19:01 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:01:01 +0000
(19:01 +0000)
.github/workflows/cd.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/cd.yaml
b/.github/workflows/cd.yaml
index
e1ce858
..
6a23f76
100644
(file)
--- a/
.github/workflows/cd.yaml
+++ b/
.github/workflows/cd.yaml
@@
-18,6
+18,10
@@
jobs:
with:
fetch-depth: 0 # apparently required by tj-actions/changed-files
+ - name: debug
+ run: |
+ echo "${{ github.ref_type }} - ${{ github.ref_name }}"
+
- name: get changed files - manual
id: changed-manual
uses: tj-actions/changed-files@v35