From ddf948f65f6987a1678658517a275dc6fb8ac62f Mon Sep 17 00:00:00 2001 From: eryajf Date: Tue, 28 Feb 2023 15:45:11 +0800 Subject: [PATCH 1/2] feat: add new article link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c076f..fd31675 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This GitHub Action will expose the slug/short values of [some GitHub environment - [The SHORT variables doesn't have the same lengths as before](#the-short-variables-doesnt-have-the-same-lengths-as-before) - [One of the environment variables doesn't work as intended](#one-of-the-environment-variables-doesnt-work-as-intended) - [Known environment variable conflicts](#known-environment-variable-conflicts) - - [GITHUB_REF_NAME](#github_ref_name) + - [GITHUB\_REF\_NAME](#github_ref_name) - [An action could not be found at the URI](#an-action-could-not-be-found-at-the-uri) - [Thanks for talking about us](#thanks-for-talking-about-us) @@ -243,6 +243,7 @@ Please, use the current major tag `v4` or a version tag (see [releases pages][re - [Action spotlight by Michael Heap][article-2] - [Serverless Deploy Previews on GitHub Actions][article-3] - [Let's Build a Continuous Delivery and Branching Process with Github Actions, Vercel and Heroku][article-4] +- [利用github-slug-action暴漏Github Action上下文中的关键变量][article-5](in chinese :cn:​) - [Github Actions : enfin des pipelines accessibles aux développeurs][talk-1] (in french :fr:) - The next one is you. _Don't hesitate to add youself to this list._ @@ -264,4 +265,5 @@ Please, use the current major tag `v4` or a version tag (see [releases pages][re [article-2]: https://michaelheap.com/github-slug-action/ [article-3]: https://barstool.engineering/serverless-deploy-previews-on-github-actions/ [article-4]: https://javascript.plainenglish.io/lets-build-a-continuous-delivery-and-branching-process-c27dae09f0b6 +[article-5]: https://eryajf.github.io/HowToStartOpenSource/views/03-github-tips/10-Use-github-slug-action-to-leak-key-variables-in-the-Github-Action-context.html [talk-1]: https://www.youtube.com/watch?v=F5mBDmOQcvE From a26df142f1e557fd25c12d103e54d29b71c48fd4 Mon Sep 17 00:00:00 2001 From: eryajf Date: Tue, 28 Feb 2023 15:47:58 +0800 Subject: [PATCH 2/2] Restore content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd31675..5858c1b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This GitHub Action will expose the slug/short values of [some GitHub environment - [The SHORT variables doesn't have the same lengths as before](#the-short-variables-doesnt-have-the-same-lengths-as-before) - [One of the environment variables doesn't work as intended](#one-of-the-environment-variables-doesnt-work-as-intended) - [Known environment variable conflicts](#known-environment-variable-conflicts) - - [GITHUB\_REF\_NAME](#github_ref_name) + - [GITHUB_REF_NAME](#github_ref_name) - [An action could not be found at the URI](#an-action-could-not-be-found-at-the-uri) - [Thanks for talking about us](#thanks-for-talking-about-us)