feat: artifact push and pull actions
All checks were successful
default / test artifact actions (push) Successful in 26s
All checks were successful
default / test artifact actions (push) Successful in 26s
This commit is contained in:
commit
ae8d20e174
15 changed files with 1319 additions and 0 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module code.geekeey.de/actions/artifacts
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require code.geekeey.de/actions/sdk v1.5.0
|
||||
Loading…
Reference in a new issue