Creating go actions #250

Merged
techknowlogick merged 15 commits from Zettat123/blog:creating-go-actions into main 2023-04-19 16:40:32 +00:00
Member
No description provided.
Zettat123 added 1 commit 2023-04-07 10:48:20 +00:00
creating go actions
All checks were successful
continuous-integration/drone/pr Build is passing
36c5613ccb
First-time contributor
Website preview: http://preview-gitea-org-blog-blog-250.s3-website.eu-central-1.amazonaws.com/ Blog post: http://preview-gitea-org-blog-blog-250.s3-website.eu-central-1.amazonaws.com/2023/04/creating-go-actions/
Member

A paragraph comparing JS and GO actions and possible up/downsides could be of interest to readers :)

A paragraph comparing JS and GO actions and possible up/downsides could be of interest to readers :)

I've edited a few things and here is a patch you can use to apply my edits:
updates.txt

I've edited a few things and here is a patch you can use to apply my edits: [updates.txt](/attachments/47b957ea-5db2-43a0-8d13-19f1e31156a3)
Zettat123 added 1 commit 2023-04-10 01:38:03 +00:00
edit some of the text
All checks were successful
continuous-integration/drone/pr Build is passing
e223b34119
Zettat123 added 1 commit 2023-04-10 02:08:12 +00:00
fix incorrect url
All checks were successful
continuous-integration/drone/pr Build is passing
94b7ef5e4a
Zettat123 added 1 commit 2023-04-10 03:59:17 +00:00
pre and post
All checks were successful
continuous-integration/drone/pr Build is passing
341b719495
Zettat123 added 1 commit 2023-04-10 04:09:22 +00:00
fix typos
All checks were successful
continuous-integration/drone/pr Build is passing
6cfef9fc1c
Zettat123 added 1 commit 2023-04-10 06:02:31 +00:00
add sdk
All checks were successful
continuous-integration/drone/pr Build is passing
cdee1c0fa9
Zettat123 added 1 commit 2023-04-10 08:14:18 +00:00
some fixes
Some checks failed
continuous-integration/drone/pr Build is failing
141eda3e14
Zettat123 added 1 commit 2023-04-10 08:26:31 +00:00
some fixes
All checks were successful
continuous-integration/drone/pr Build is passing
26b101a026
Zettat123 added 1 commit 2023-04-10 08:38:26 +00:00
fix incorrect screenshot
All checks were successful
continuous-integration/drone/pr Build is passing
532bb286d5
Zettat123 added 1 commit 2023-04-10 09:07:08 +00:00
add conclusion
All checks were successful
continuous-integration/drone/pr Build is passing
641450fffc
Zettat123 changed title from WIP: Creating go actions to Creating go actions 2023-04-10 09:20:08 +00:00
lunny approved these changes 2023-04-11 00:35:59 +00:00
Zettat123 added 1 commit 2023-04-11 01:21:24 +00:00
fix incorrect image
All checks were successful
continuous-integration/drone/pr Build is passing
80cea0de0f
lunny added 1 commit 2023-04-15 01:44:18 +00:00
Merge branch 'main' into creating-go-actions
All checks were successful
continuous-integration/drone/pr Build is passing
check-and-test / check-and-test (pull_request) Successful in 2m6s
c4629963c8
Zettat123 added 2 commits 2023-04-17 06:27:03 +00:00
Merge branch 'creating-go-actions' of https://gitea.com/Zettat123/blog into creating-go-actions
All checks were successful
continuous-integration/drone/pr Build is passing
check-and-test / check-and-test (pull_request) Successful in 2m13s
c8c0788ec3
techknowlogick added 1 commit 2023-04-19 16:39:41 +00:00
update date
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m24s
continuous-integration/drone/pr Build is passing
547b6950da
techknowlogick approved these changes 2023-04-19 16:40:11 +00:00
techknowlogick merged commit 330793061c into main 2023-04-19 16:40:32 +00:00
jolheiser reviewed 2023-04-19 16:41:16 +00:00
@ -0,0 +37,4 @@
main: 'main.go'
```
To read more about the about matadata syntax, you can see the [Metadata syntax for GitHub Actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions).
Owner

To read more about the metadata syntax

`To read more about the metadata syntax`
Sign in to join this conversation.
No description provided.