From 66cc1b2824b6a7abd035285a46a8d1ec382424f9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Sep 2021 02:27:33 +0000 Subject: [PATCH 0001/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6154de96b8..a1b3b266ee 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Sep 8 02:26:06 UTC 2021 +Thu Sep 9 02:27:33 UTC 2021 From e1b7b03f69e94b4f9c47661ca659db94681f6dbd Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Sep 2021 02:27:24 +0000 Subject: [PATCH 0002/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index a1b3b266ee..00ddf046bb 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Sep 9 02:27:33 UTC 2021 +Fri Sep 10 02:27:24 UTC 2021 From a6fbee4b4f63283a16dd34d55adfa35a83fb8403 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 11 Sep 2021 02:27:55 +0000 Subject: [PATCH 0003/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 00ddf046bb..c1212efe2b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Sep 10 02:27:24 UTC 2021 +Sat Sep 11 02:27:55 UTC 2021 From b21d5268fcbbb251f4887e55853fb663877805cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 12 Sep 2021 02:27:05 +0000 Subject: [PATCH 0004/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index c1212efe2b..beb1d646c9 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Sep 11 02:27:55 UTC 2021 +Sun Sep 12 02:27:05 UTC 2021 From 6361e13a2468aa15890f318c5bf6b5c95fe14828 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Sep 2021 02:26:48 +0000 Subject: [PATCH 0005/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index beb1d646c9..21fd9c3ac6 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Sep 12 02:27:05 UTC 2021 +Mon Sep 13 02:26:48 UTC 2021 From 534d1623c532ce79b4faf6dfe6d71d55f2ea6d45 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Sep 2021 02:25:57 +0000 Subject: [PATCH 0006/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 21fd9c3ac6..3a9a84d89e 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Sep 13 02:26:48 UTC 2021 +Tue Sep 14 02:25:57 UTC 2021 From 1d4c3634e737bfafc4ad0d661970092831b3f7bf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Sep 2021 02:26:09 +0000 Subject: [PATCH 0007/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 3a9a84d89e..791ab21693 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Sep 14 02:25:57 UTC 2021 +Wed Sep 15 02:26:09 UTC 2021 From 7696daec8bafd02d5bb8edac060c577c424079b8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 15 Sep 2021 13:45:21 -0300 Subject: [PATCH 0008/1768] Update 08-outputs-workflow.yml --- .github/workflows/08-outputs-workflow.yml | 27 ++++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/08-outputs-workflow.yml b/.github/workflows/08-outputs-workflow.yml index 1b51744a38..e00a9bc706 100644 --- a/.github/workflows/08-outputs-workflow.yml +++ b/.github/workflows/08-outputs-workflow.yml @@ -45,17 +45,6 @@ jobs: echo '{ "ip-address": "${{ steps.xyz.outputs.ip-address }}" }' - # - name: step-4 - # id: wxyz - # uses: actions/create-release@v1 - # with: - # tag_name: 0.0.1 - # release_name: 0.0.1 - # body: "This is release 0.0.1" - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: step-5 - # run: echo "${{ steps.wxyz.outputs.html_url }}" job5: runs-on: ubuntu-latest @@ -76,3 +65,19 @@ jobs: run: | echo "Number higher than 1" echo "${{ steps.xyz.outputs.acc }}" + +# job6: +# runs-on: ubuntu-latest +# steps: +# - name: step-1 +# id: wxyz +# uses: actions/create-release@v1 +# with: +# tag_name: 0.0.1 +# release_name: 0.0.1 +# body: "This is release 0.0.1" +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# - name: step-2 +# run: echo "${{ steps.wxyz.outputs.html_url }}" + From 166ffb0daed852d9a984e65754a61da77631d3ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Sep 2021 02:29:10 +0000 Subject: [PATCH 0009/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 791ab21693..30859d3ae7 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Sep 15 02:26:09 UTC 2021 +Thu Sep 16 02:29:10 UTC 2021 From b8fd2e827e864a26713e815d7da10ac3c030169f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Sep 2021 02:29:17 +0000 Subject: [PATCH 0010/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 30859d3ae7..0e08776d6c 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Sep 16 02:29:10 UTC 2021 +Fri Sep 17 02:29:17 UTC 2021 From fdb4dbc3d55af8c6adf6fed709210e61876d12d1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Sep 2021 02:30:26 +0000 Subject: [PATCH 0011/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0e08776d6c..405627780a 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Sep 17 02:29:17 UTC 2021 +Sat Sep 18 02:30:26 UTC 2021 From c0880f2d2997c0aa96c37327763b585633c69de6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 19 Sep 2021 02:27:22 +0000 Subject: [PATCH 0012/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 405627780a..0e24c55c16 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Sep 18 02:30:26 UTC 2021 +Sun Sep 19 02:27:22 UTC 2021 From 86083be286f76a8923d8fa022ad8a8742cbea435 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Sep 2021 02:27:19 +0000 Subject: [PATCH 0013/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0e24c55c16..4620320657 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Sep 19 02:27:22 UTC 2021 +Mon Sep 20 02:27:18 UTC 2021 From 586b3fa9afaea120f49902b487c598546895e1cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 Sep 2021 02:27:19 +0000 Subject: [PATCH 0014/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 4620320657..4f1020cf84 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Sep 20 02:27:18 UTC 2021 +Tue Sep 21 02:27:19 UTC 2021 From b685180f36eecbc95594963b511044f22e67f592 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Sep 2021 02:27:57 +0000 Subject: [PATCH 0015/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 4f1020cf84..e6a9a3f68f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Sep 21 02:27:19 UTC 2021 +Wed Sep 22 02:27:57 UTC 2021 From ed9977f4ced9ae12d50401a773046197a59c2575 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Sep 2021 02:29:14 +0000 Subject: [PATCH 0016/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index e6a9a3f68f..6017fe3e86 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Sep 22 02:27:57 UTC 2021 +Thu Sep 23 02:29:14 UTC 2021 From 60cf0e4b2e635829fa14bc7f74aec6a5c665c8b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Sep 2021 02:26:53 +0000 Subject: [PATCH 0017/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6017fe3e86..cae4ea5daa 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Sep 23 02:29:14 UTC 2021 +Fri Sep 24 02:26:53 UTC 2021 From 20f5fe2dceb9648bda5970ba219d1c9e6a579976 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 Sep 2021 02:28:46 +0000 Subject: [PATCH 0018/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index cae4ea5daa..c952009002 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Sep 24 02:26:53 UTC 2021 +Sat Sep 25 02:28:46 UTC 2021 From b14616e29b11f07cbf20d53eca79c72af2d3f3f8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 26 Sep 2021 02:26:21 +0000 Subject: [PATCH 0019/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index c952009002..0bf956a4ae 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Sep 25 02:28:46 UTC 2021 +Sun Sep 26 02:26:21 UTC 2021 From 5212c0e74f1ff16418124272e633cd0722386a9f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Sep 2021 02:27:35 +0000 Subject: [PATCH 0020/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0bf956a4ae..204fa7228f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Sep 26 02:26:21 UTC 2021 +Mon Sep 27 02:27:35 UTC 2021 From 24cb5058dd42cc80146b0e8ce464137400a2ae66 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 17:44:57 -0300 Subject: [PATCH 0021/1768] Test windows commands Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/workflow-tester10.yml diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml new file mode 100644 index 0000000000..ea595599b1 --- /dev/null +++ b/.github/workflows/workflow-tester10.yml @@ -0,0 +1,20 @@ +name: Test Windows commands + +on: + workflow_dispatch: + +jobs: + windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: Create binary from branch + run: | + md .os + ls -lha + curl -SLO https://v3.ritchiecli.io/3.1.0/windows/rit.exe + ls -lha + move .\\rit.exe .\\.os + ls -lha + set PATH=%PATH%;C:.\\.os + shell: powershell \ No newline at end of file From 1fd42b9519247c8d9e71a3aae1847f9b896f3576 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 17:46:29 -0300 Subject: [PATCH 0022/1768] Test windows commands 1 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index ea595599b1..be049b9336 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -1,7 +1,8 @@ -name: Test Windows commands +name: Test 10 on: workflow_dispatch: + push: jobs: windows: @@ -11,10 +12,10 @@ jobs: - name: Create binary from branch run: | md .os - ls -lha + ls curl -SLO https://v3.ritchiecli.io/3.1.0/windows/rit.exe - ls -lha + ls move .\\rit.exe .\\.os - ls -lha + ls set PATH=%PATH%;C:.\\.os shell: powershell \ No newline at end of file From e022215faac73ad4aabd421b3acedd7a03625adb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 17:50:25 -0300 Subject: [PATCH 0023/1768] Test windows commands 2 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index be049b9336..10339d0e8a 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -11,9 +11,10 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Create binary from branch run: | + ls md .os ls - curl -SLO https://v3.ritchiecli.io/3.1.0/windows/rit.exe + Invoke-WebRequest -Uri "https://v3.ritchiecli.io/3.1.0/windows/rit.exe" -OutFile rit.exe ls move .\\rit.exe .\\.os ls From 048d92a2709153ea18f6685218a1bbfd0c96ef8e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 17:52:45 -0300 Subject: [PATCH 0024/1768] Test windows commands 3 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 10339d0e8a..92371e55fd 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -13,10 +13,13 @@ jobs: run: | ls md .os + echo "= = = DOWNLOAD = = = " ls Invoke-WebRequest -Uri "https://v3.ritchiecli.io/3.1.0/windows/rit.exe" -OutFile rit.exe + echo "= = = MOVE = = = " ls move .\\rit.exe .\\.os + echo "= = = PATH = = = " ls - set PATH=%PATH%;C:.\\.os + set PATH=%PATH%;C:\\.os shell: powershell \ No newline at end of file From 11760a40391de3fc3e07eb80c55c0d8ac2ca73a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 17:55:38 -0300 Subject: [PATCH 0025/1768] Test windows commands 4 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 92371e55fd..2925b63aaf 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -19,7 +19,10 @@ jobs: echo "= = = MOVE = = = " ls move .\\rit.exe .\\.os + echo "= = = OS = = = " + ls + cd .os echo "= = = PATH = = = " ls - set PATH=%PATH%;C:\\.os + set PATH=%PATH%;C:~\\.os shell: powershell \ No newline at end of file From 0fc425da3864a72fc5b1be94bb7eebca046fe5ba Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:00:46 -0300 Subject: [PATCH 0026/1768] Test windows commands 5 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 2925b63aaf..b5fea5db36 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -11,18 +11,19 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Create binary from branch run: | - ls md .os - echo "= = = DOWNLOAD = = = " ls + echo "= = = DOWNLOAD = = = " Invoke-WebRequest -Uri "https://v3.ritchiecli.io/3.1.0/windows/rit.exe" -OutFile rit.exe - echo "= = = MOVE = = = " ls + echo "= = = MOVE = = = " move .\\rit.exe .\\.os - echo "= = = OS = = = " ls + echo "= = = OS = = = " cd .os - echo "= = = PATH = = = " ls + echo "= = = PWD = = = " + pwd + echo "= = = PATH = = = " set PATH=%PATH%;C:~\\.os shell: powershell \ No newline at end of file From 793e00cb46df06329fd162a5402149da24161ccb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:05:31 -0300 Subject: [PATCH 0027/1768] Test windows commands 6 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index b5fea5db36..a3aaac2274 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -25,5 +25,12 @@ jobs: echo "= = = PWD = = = " pwd echo "= = = PATH = = = " - set PATH=%PATH%;C:~\\.os - shell: powershell \ No newline at end of file + $PATH = [Environment]::GetEnvironmentVariable("PATH") + $pwd = echo pwd + [Environment]::SetEnvironmentVariable("PATH", "$PATH;$pwd") + shell: powershell + - name: Teste + run: | + .\rit.exe --version + echo teste + rit -v \ No newline at end of file From 2900ff861e57f49418f9090f8523f59743a5ebac Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:08:37 -0300 Subject: [PATCH 0028/1768] Test windows commands 7 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index a3aaac2274..33e50fbc1a 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -29,8 +29,9 @@ jobs: $pwd = echo pwd [Environment]::SetEnvironmentVariable("PATH", "$PATH;$pwd") shell: powershell - - name: Teste - run: | - .\rit.exe --version - echo teste - rit -v \ No newline at end of file + - name: Teste 1 + if: always() + run: .\rit.exe --version + - name: Teste 2 + if: always() + run: rit --version \ No newline at end of file From 92f76bc27f505d7fef62d23804a561f74f61d724 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:11:38 -0300 Subject: [PATCH 0029/1768] Test windows commands 8 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 33e50fbc1a..e7bdf4dbe6 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -25,9 +25,12 @@ jobs: echo "= = = PWD = = = " pwd echo "= = = PATH = = = " + set CurrentDir="%~dp0" + echo The current file path this bat file is executing in is the following: + echo %CurrentDir% + echo "= = = SET PATH = = = " $PATH = [Environment]::GetEnvironmentVariable("PATH") - $pwd = echo pwd - [Environment]::SetEnvironmentVariable("PATH", "$PATH;$pwd") + [Environment]::SetEnvironmentVariable("PATH", "$PATH;$CurrentDir") shell: powershell - name: Teste 1 if: always() From f2eaae4317890993ac47007e1328b8e6063971bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:15:55 -0300 Subject: [PATCH 0030/1768] Test windows commands 9 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index e7bdf4dbe6..668c8066f8 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -27,14 +27,16 @@ jobs: echo "= = = PATH = = = " set CurrentDir="%~dp0" echo The current file path this bat file is executing in is the following: - echo %CurrentDir% + echo $CurrentDir echo "= = = SET PATH = = = " $PATH = [Environment]::GetEnvironmentVariable("PATH") [Environment]::SetEnvironmentVariable("PATH", "$PATH;$CurrentDir") shell: powershell - name: Teste 1 if: always() - run: .\rit.exe --version + run: | + ls + .\rit.exe --version - name: Teste 2 if: always() run: rit --version \ No newline at end of file From 4f44c38cf42f82b424a0dc86ec660a3d37c1ec7c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:18:20 -0300 Subject: [PATCH 0031/1768] Test windows commands 10 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 668c8066f8..c0a9ea7a41 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -26,8 +26,8 @@ jobs: pwd echo "= = = PATH = = = " set CurrentDir="%~dp0" - echo The current file path this bat file is executing in is the following: - echo $CurrentDir + $PWD = Get-Location + echo "PWD:" $PWD echo "= = = SET PATH = = = " $PATH = [Environment]::GetEnvironmentVariable("PATH") [Environment]::SetEnvironmentVariable("PATH", "$PATH;$CurrentDir") From 44f77507125ef209f9020a92be44a67c7b7fcbcd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:18:42 -0300 Subject: [PATCH 0032/1768] Test windows commands 10 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index c0a9ea7a41..b2cd0ef2b4 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -35,7 +35,7 @@ jobs: - name: Teste 1 if: always() run: | - ls + cd .os .\rit.exe --version - name: Teste 2 if: always() From c6b6f1c0f4b7bb3ae66d3d2ccccde86bf9f7ff0e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:21:00 -0300 Subject: [PATCH 0033/1768] Test windows commands 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index b2cd0ef2b4..ac2fd023c0 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -30,7 +30,7 @@ jobs: echo "PWD:" $PWD echo "= = = SET PATH = = = " $PATH = [Environment]::GetEnvironmentVariable("PATH") - [Environment]::SetEnvironmentVariable("PATH", "$PATH;$CurrentDir") + [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") shell: powershell - name: Teste 1 if: always() From d48eada1212aca28e72ccfed40e8eff24e00a7f3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:22:06 -0300 Subject: [PATCH 0034/1768] Test windows commands 12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index ac2fd023c0..cd18c2a932 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -31,6 +31,8 @@ jobs: echo "= = = SET PATH = = = " $PATH = [Environment]::GetEnvironmentVariable("PATH") [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") + echo "= = = ALIAS = = = " + Set-Alias -Name rit -Value $PWD shell: powershell - name: Teste 1 if: always() @@ -39,4 +41,5 @@ jobs: .\rit.exe --version - name: Teste 2 if: always() - run: rit --version \ No newline at end of file + run: | + rit --version \ No newline at end of file From aa61cec3103ce780474e9fb7d33b043d1b654d73 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:23:15 -0300 Subject: [PATCH 0035/1768] Test windows commands 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index cd18c2a932..576524de24 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -32,7 +32,7 @@ jobs: $PATH = [Environment]::GetEnvironmentVariable("PATH") [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") echo "= = = ALIAS = = = " - Set-Alias -Name rit -Value $PWD + Set-Alias -Name rit -Value $PWD\rit.exe shell: powershell - name: Teste 1 if: always() From 9f916f459abb66b822d5f353301f87bc33a2fad5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:29:18 -0300 Subject: [PATCH 0036/1768] Test windows commands 14 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 576524de24..8d3abfec1c 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -33,6 +33,7 @@ jobs: [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") echo "= = = ALIAS = = = " Set-Alias -Name rit -Value $PWD\rit.exe + rit --version shell: powershell - name: Teste 1 if: always() From bacc6ac92c963d2f96312d9d39d22354afdfbe4a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Sep 2021 18:34:31 -0300 Subject: [PATCH 0037/1768] Test windows commands 15 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 8d3abfec1c..b0f8712027 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -23,14 +23,12 @@ jobs: cd .os ls echo "= = = PWD = = = " - pwd - echo "= = = PATH = = = " - set CurrentDir="%~dp0" + # set CurrentDir="%~dp0" $PWD = Get-Location echo "PWD:" $PWD - echo "= = = SET PATH = = = " - $PATH = [Environment]::GetEnvironmentVariable("PATH") - [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") + # echo "= = = SET PATH = = = " + # $PATH = [Environment]::GetEnvironmentVariable("PATH") + # [Environment]::SetEnvironmentVariable("PATH", "$PATH;$PWD") echo "= = = ALIAS = = = " Set-Alias -Name rit -Value $PWD\rit.exe rit --version @@ -39,8 +37,4 @@ jobs: if: always() run: | cd .os - .\rit.exe --version - - name: Teste 2 - if: always() - run: | - rit --version \ No newline at end of file + .\rit.exe --version \ No newline at end of file From 4d7de9eadc4c7bea4957646ad70770f921d91817 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 Sep 2021 02:27:37 +0000 Subject: [PATCH 0038/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 204fa7228f..cae5e31f8d 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Sep 27 02:27:35 UTC 2021 +Tue Sep 28 02:27:37 UTC 2021 From df10de92b85749ef6d9d3af765593b099a97d209 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Sep 2021 02:25:00 +0000 Subject: [PATCH 0039/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index cae5e31f8d..f27c6e553c 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Sep 28 02:27:37 UTC 2021 +Wed Sep 29 02:25:00 UTC 2021 From 35d346c1bf29fc41b4f71becaa1c10630d836f13 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Sep 2021 12:06:54 -0300 Subject: [PATCH 0040/1768] Update workflow-tester10.yml --- .github/workflows/workflow-tester10.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index b0f8712027..0dcd7c9ce7 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -5,7 +5,7 @@ on: push: jobs: - windows: + windows-1: runs-on: windows-latest steps: - uses: actions/checkout@v2.3.4 @@ -37,4 +37,25 @@ jobs: if: always() run: | cd .os - .\rit.exe --version \ No newline at end of file + .\rit.exe --version + + + windows-2: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: Create binary from branch + run: | + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + vcpkg install curl[tool] + cd $GITHUB_WORKSPACE + curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe + echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin + echo "= = = ALIAS = = = " + doskey rit=./rit.exe + echo "= = = VERSION = = = " + rit --version + shell: bash From c622a087ffc2e8d5cf8d605a746697c339647e0a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Sep 2021 12:21:44 -0300 Subject: [PATCH 0041/1768] Update workflow-tester10.yml --- .github/workflows/workflow-tester10.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 0dcd7c9ce7..51cd592aee 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -55,7 +55,31 @@ jobs: curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin echo "= = = ALIAS = = = " + doskey /macros doskey rit=./rit.exe + doskey /macros + echo "= = = VERSION = = = " + rit --version + shell: bash + + windows-3: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: Create binary from branch + run: | + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + vcpkg install curl[tool] + cd $GITHUB_WORKSPACE + curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe + echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin + echo "= = = ALIAS = = = " + PWD = $(pwd) + PATH=$PATH:$PWD + alias rit=./rit.exe echo "= = = VERSION = = = " rit --version shell: bash From 93f15a266ffa850848cbdb79946cd0a7d6091219 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Sep 2021 12:26:33 -0300 Subject: [PATCH 0042/1768] Update workflow-tester10.yml --- .github/workflows/workflow-tester10.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 51cd592aee..e2e301996f 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -38,8 +38,7 @@ jobs: run: | cd .os .\rit.exe --version - - + windows-2: runs-on: windows-latest steps: @@ -55,13 +54,13 @@ jobs: curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin echo "= = = ALIAS = = = " - doskey /macros - doskey rit=./rit.exe - doskey /macros + PWD = $(pwd) + PATH=$PATH:$PWD + alias rit=./rit.exe echo "= = = VERSION = = = " rit --version shell: bash - + windows-3: runs-on: windows-latest steps: @@ -77,8 +76,6 @@ jobs: curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin echo "= = = ALIAS = = = " - PWD = $(pwd) - PATH=$PATH:$PWD alias rit=./rit.exe echo "= = = VERSION = = = " rit --version From 7d3190c3f6d56faeb2fe8c2085136f454a021d6c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Sep 2021 12:30:36 -0300 Subject: [PATCH 0043/1768] Update workflow-tester10.yml --- .github/workflows/workflow-tester10.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index e2e301996f..9626943ad1 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -76,7 +76,8 @@ jobs: curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin echo "= = = ALIAS = = = " - alias rit=./rit.exe + PWD = $(pwd) + PATH=$PATH:$PWD echo "= = = VERSION = = = " rit --version shell: bash From d5a197bb9a82dafb21d8667b65d9cd04efb57848 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Sep 2021 12:36:57 -0300 Subject: [PATCH 0044/1768] Update workflow-tester10.yml --- .github/workflows/workflow-tester10.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index 9626943ad1..be810e9d3e 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -38,30 +38,8 @@ jobs: run: | cd .os .\rit.exe --version - - windows-2: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2.3.4 - - name: Create binary from branch - run: | - git clone https://github.com/Microsoft/vcpkg.git - cd vcpkg - ./bootstrap-vcpkg.sh - ./vcpkg integrate install - vcpkg install curl[tool] - cd $GITHUB_WORKSPACE - curl https://commons-repo.ritchiecli.io/2.11.3/windows/rit.exe --output rit.exe - echo '{"addCommons":false, "sendMetrics":true, "runType":"local"}' | ./rit.exe init --stdin - echo "= = = ALIAS = = = " - PWD = $(pwd) - PATH=$PATH:$PWD - alias rit=./rit.exe - echo "= = = VERSION = = = " - rit --version - shell: bash - windows-3: + windows-2: runs-on: windows-latest steps: - uses: actions/checkout@v2.3.4 From fafe571adbca5e11ed252813fb1f6fac2526d914 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Sep 2021 02:29:43 +0000 Subject: [PATCH 0045/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f27c6e553c..9a6a901d57 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Sep 29 02:25:00 UTC 2021 +Thu Sep 30 02:29:43 UTC 2021 From 0c0a8350b8b004319925f94fb9d031771e323b54 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Oct 2021 02:32:49 +0000 Subject: [PATCH 0046/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9a6a901d57..9832055772 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Sep 30 02:29:43 UTC 2021 +Fri Oct 1 02:32:49 UTC 2021 From 17e2fe12169a06980883c72cd2e5567e6a0e4f41 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 2 Oct 2021 02:28:26 +0000 Subject: [PATCH 0047/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9832055772..59e0c99a8d 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 1 02:32:49 UTC 2021 +Sat Oct 2 02:28:26 UTC 2021 From cb057acf4bd904588b3c083c566e09f65d03dfe6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Oct 2021 02:27:39 +0000 Subject: [PATCH 0048/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 59e0c99a8d..a63a64db1b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Oct 2 02:28:26 UTC 2021 +Sun Oct 3 02:27:39 UTC 2021 From bbdb894a32c30eeacb98f99033f38a23d15e3ef6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Oct 2021 02:30:33 +0000 Subject: [PATCH 0049/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index a63a64db1b..9ba01930b1 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Oct 3 02:27:39 UTC 2021 +Mon Oct 4 02:30:33 UTC 2021 From 7a5c2d8295faa3aafac967956cd19111dc3281ae Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 Oct 2021 02:27:18 +0000 Subject: [PATCH 0050/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9ba01930b1..5f0f9cbddb 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 4 02:30:33 UTC 2021 +Tue Oct 5 02:27:18 UTC 2021 From 7a75d4974dfea1f206dadee93784abe04ca8f5bc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:14:10 -0300 Subject: [PATCH 0051/1768] add workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester10.yml | 2 +- .github/workflows/workflow-tester11.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/workflow-tester11.yml diff --git a/.github/workflows/workflow-tester10.yml b/.github/workflows/workflow-tester10.yml index b0f8712027..b4bc58ac7c 100644 --- a/.github/workflows/workflow-tester10.yml +++ b/.github/workflows/workflow-tester10.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2.3.4 - - name: Create binary from branch + - name: Install Ritchie Windows Powershell run: | md .os ls diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml new file mode 100644 index 0000000000..92c565cc83 --- /dev/null +++ b/.github/workflows/workflow-tester11.yml @@ -0,0 +1,18 @@ +name: Test 11 + +on: [push, pull_request] + +jobs: + job1: + name: Check1 + runs-on: ubuntu-latest + if: ${{ github.actor }} != GuillaumeFalourd + steps: + - run: echo "Actor isn't GuillaumeFalourd" + + job2: + name: Check2 + runs-on: ubuntu-latest + if: ${{ github.actor }} == GuillaumeFalourd + steps: + - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From 9292b281f79b683e59f17a18fea2bc23aab2f895 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:15:09 -0300 Subject: [PATCH 0052/1768] update workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 92c565cc83..786115eef2 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -6,13 +6,13 @@ jobs: job1: name: Check1 runs-on: ubuntu-latest - if: ${{ github.actor }} != GuillaumeFalourd + if: ${{ github.actor != GuillaumeFalourd }} steps: - run: echo "Actor isn't GuillaumeFalourd" job2: name: Check2 runs-on: ubuntu-latest - if: ${{ github.actor }} == GuillaumeFalourd + if: ${{ github.actor == GuillaumeFalourd }} steps: - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From 07a2d5fc613d97c9ce69dda9eaf32a08e7da440d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:15:40 -0300 Subject: [PATCH 0053/1768] update workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 786115eef2..797226236d 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -6,13 +6,13 @@ jobs: job1: name: Check1 runs-on: ubuntu-latest - if: ${{ github.actor != GuillaumeFalourd }} + if: ${{ github.actor != "GuillaumeFalourd" }} steps: - run: echo "Actor isn't GuillaumeFalourd" job2: name: Check2 runs-on: ubuntu-latest - if: ${{ github.actor == GuillaumeFalourd }} + if: ${{ github.actor == "GuillaumeFalourd" }} steps: - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From 744538470848522640899aaadf67d8be247ad4bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:16:25 -0300 Subject: [PATCH 0054/1768] update workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 797226236d..af505f7e57 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -6,13 +6,13 @@ jobs: job1: name: Check1 runs-on: ubuntu-latest - if: ${{ github.actor != "GuillaumeFalourd" }} + if: github.actor != "GuillaumeFalourd" steps: - run: echo "Actor isn't GuillaumeFalourd" job2: name: Check2 runs-on: ubuntu-latest - if: ${{ github.actor == "GuillaumeFalourd" }} + if: github.actor == "GuillaumeFalourd" steps: - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From e358a9c931bee531faa8f0a5b86eec212bd72493 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:16:46 -0300 Subject: [PATCH 0055/1768] update workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index af505f7e57..5a99cb2cfa 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -6,13 +6,13 @@ jobs: job1: name: Check1 runs-on: ubuntu-latest - if: github.actor != "GuillaumeFalourd" + if: github.actor != GuillaumeFalourd steps: - run: echo "Actor isn't GuillaumeFalourd" job2: name: Check2 runs-on: ubuntu-latest - if: github.actor == "GuillaumeFalourd" + if: github.actor == GuillaumeFalourd steps: - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From 95d36b14faa2a2ce606c863d8784710cdf3f5c00 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:17:37 -0300 Subject: [PATCH 0056/1768] update workflow tester 11 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 5a99cb2cfa..cbe673c039 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -6,13 +6,13 @@ jobs: job1: name: Check1 runs-on: ubuntu-latest - if: github.actor != GuillaumeFalourd + if: ${{ github.actor != 'GuillaumeFalourd' }} steps: - run: echo "Actor isn't GuillaumeFalourd" job2: name: Check2 runs-on: ubuntu-latest - if: github.actor == GuillaumeFalourd + if: ${{ github.actor == 'GuillaumeFalourd' }} steps: - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From cc79a311c7671c009b56c4a2820719fc58ab5919 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 09:25:29 -0300 Subject: [PATCH 0057/1768] add workflow 29 Signed-off-by: GuillaumeFalourd --- .../workflows/29-check-actor-pr-or-push.yml | 34 +++++++++++++++++++ .github/workflows/workflow-tester11.yml | 18 ---------- 2 files changed, 34 insertions(+), 18 deletions(-) create mode 100644 .github/workflows/29-check-actor-pr-or-push.yml delete mode 100644 .github/workflows/workflow-tester11.yml diff --git a/.github/workflows/29-check-actor-pr-or-push.yml b/.github/workflows/29-check-actor-pr-or-push.yml new file mode 100644 index 0000000000..325410f253 --- /dev/null +++ b/.github/workflows/29-check-actor-pr-or-push.yml @@ -0,0 +1,34 @@ +name: Check Actor on PR or PUSH + +on: [push, pull_request] + +jobs: + job1: + name: Check1 + runs-on: ubuntu-latest + if: ${{ github.actor != 'GuillaumeFalourd' }} + steps: + - run: echo "Actor isn't GuillaumeFalourd" + + job2: + name: Check2 + runs-on: ubuntu-latest + if: ${{ github.actor == 'GuillaumeFalourd' }} + steps: + - run: echo "Actor is GuillaumeFalourd" + + job3: + if: github.event_name == 'pull_request' && github.actor != 'GuillaumeFalourd' && github.actor != 'user1' && github.actor != 'user2' && github.actor != 'user3' + runs-on: ubuntu-latest + steps: + - name: PR Comment + uses: actions/github-script@v2 + with: + github-token: ${{secrets.GITHUB_TOKEN}} + script: | + github.issues.createComment({ + issue_number: ${{ github.event.number }}, + owner: context.repo.owner, + repo: context.repo.repo, + body: ':warning: Have you followed the [contributions guidance](https://owasp.org/www-project-web-security-testing-guide/#contributions)? Content PRs should generally be made against the the [source repo `OWASP/wstg`](https://github.com/OWASP/wstg).' + }) \ No newline at end of file diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml deleted file mode 100644 index cbe673c039..0000000000 --- a/.github/workflows/workflow-tester11.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Test 11 - -on: [push, pull_request] - -jobs: - job1: - name: Check1 - runs-on: ubuntu-latest - if: ${{ github.actor != 'GuillaumeFalourd' }} - steps: - - run: echo "Actor isn't GuillaumeFalourd" - - job2: - name: Check2 - runs-on: ubuntu-latest - if: ${{ github.actor == 'GuillaumeFalourd' }} - steps: - - run: echo "Actor is GuillaumeFalourd" \ No newline at end of file From b79a6751bfa4f64365b20f47d51d95a7ebc6da82 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 5 Oct 2021 09:33:40 -0300 Subject: [PATCH 0058/1768] Update 29-check-actor-pr-or-push.yml --- .github/workflows/29-check-actor-pr-or-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/29-check-actor-pr-or-push.yml b/.github/workflows/29-check-actor-pr-or-push.yml index 325410f253..134e73a7d2 100644 --- a/.github/workflows/29-check-actor-pr-or-push.yml +++ b/.github/workflows/29-check-actor-pr-or-push.yml @@ -30,5 +30,5 @@ jobs: issue_number: ${{ github.event.number }}, owner: context.repo.owner, repo: context.repo.repo, - body: ':warning: Have you followed the [contributions guidance](https://owasp.org/www-project-web-security-testing-guide/#contributions)? Content PRs should generally be made against the the [source repo `OWASP/wstg`](https://github.com/OWASP/wstg).' - }) \ No newline at end of file + body: ':warning: Have you followed the [contributions guidance](https://github.com/azure-ad-b2c/samples/blob/master/contribution-guidance.md)? Content PRs should generally be made against the the [source repo `OWASP/wstg`](https://github.com/OWASP/wstg).' + }) From 6b00c77ba5e9c82aa506c162bff546b07b922d66 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 5 Oct 2021 09:35:42 -0300 Subject: [PATCH 0059/1768] Update 29-check-actor-pr-or-push.yml --- .github/workflows/29-check-actor-pr-or-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/29-check-actor-pr-or-push.yml b/.github/workflows/29-check-actor-pr-or-push.yml index 134e73a7d2..868d0a21e5 100644 --- a/.github/workflows/29-check-actor-pr-or-push.yml +++ b/.github/workflows/29-check-actor-pr-or-push.yml @@ -30,5 +30,5 @@ jobs: issue_number: ${{ github.event.number }}, owner: context.repo.owner, repo: context.repo.repo, - body: ':warning: Have you followed the [contributions guidance](https://github.com/azure-ad-b2c/samples/blob/master/contribution-guidance.md)? Content PRs should generally be made against the the [source repo `OWASP/wstg`](https://github.com/OWASP/wstg).' + body: ':warning: Have you followed the [contributions guidance]()? Content PRs should generally be made against the the [source repo](https://github.com//).' }) From 9a89d4fb20af639d051c42cb95199d73a3fcd31e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Oct 2021 11:02:27 -0300 Subject: [PATCH 0060/1768] add workflow 29 to README file Signed-off-by: GuillaumeFalourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b338042567..e15149a214 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,7 @@ This workflow illustrates how to use outputs between jobs with the `needs` conte [![28 - Create Pull Request (Workflow)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/28-create-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/28-create-pull-request.yml) This workflow illustrates how to create a new Pull Request based on a branch name after a push event. + +[![29 - Check Actor on PR or PUSH (Workflow)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-on-pr-or-push.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-on-pr-or-push.yml.yml) + +This workflow illustrates how to add a comment on a new Pull Request based on the github actor name after a PR event. From accf8fde572fb94c2f8a21af80aae37d99640218 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Oct 2021 02:27:47 +0000 Subject: [PATCH 0061/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 5f0f9cbddb..9e4b026821 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Oct 5 02:27:18 UTC 2021 +Wed Oct 6 02:27:47 UTC 2021 From 89163deb886220f55da460138b4298f58faee95d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 6 Oct 2021 11:56:04 -0300 Subject: [PATCH 0062/1768] Create 30-webhook-release.yml --- .github/workflows/30-webhook-release.yml | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/30-webhook-release.yml diff --git a/.github/workflows/30-webhook-release.yml b/.github/workflows/30-webhook-release.yml new file mode 100644 index 0000000000..3f019b393c --- /dev/null +++ b/.github/workflows/30-webhook-release.yml @@ -0,0 +1,31 @@ +name: 30 - Webhook Release + +on: + release: + types: [published] + workflow_dispatch: + inputs: + tag: + description: 'New tag that will be created (ex: v1.2.4)' + required: true + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Extract tag name + id: tag + uses: actions/github-script@0.2.0 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + return context.payload.ref.replace(/\/refs\/tags\//, ''); + + - name: Echo + run: echo "Tag Name" ${{ steps.tag.outputs.result }} + + - name: Trigger webhook + run: | + curl -X POST https://o2dla1l2qd.execute-api.us-east-1.amazonaws.com/prod/git \ + -H 'Accept: application/vnd.github.everest-preview+json' \ + --data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.tag.outputs.result }}.zip", "name": "catalog", "version": "${{ steps.tag.outputs.result }}"}' From bb5db334fe9f02a5482cb5231452d7a302fdf04a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 6 Oct 2021 11:56:35 -0300 Subject: [PATCH 0063/1768] Update 30-webhook-release.yml --- .github/workflows/30-webhook-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/30-webhook-release.yml b/.github/workflows/30-webhook-release.yml index 3f019b393c..4e92376d32 100644 --- a/.github/workflows/30-webhook-release.yml +++ b/.github/workflows/30-webhook-release.yml @@ -28,4 +28,4 @@ jobs: run: | curl -X POST https://o2dla1l2qd.execute-api.us-east-1.amazonaws.com/prod/git \ -H 'Accept: application/vnd.github.everest-preview+json' \ - --data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.tag.outputs.result }}.zip", "name": "catalog", "version": "${{ steps.tag.outputs.result }}"}' + --data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.tag.outputs.result }}.zip", "name": "workflow", "version": "${{ steps.tag.outputs.result }}"}' From 0affba55ce3827074d6a0ecf998f7b96df42569c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 6 Oct 2021 11:58:14 -0300 Subject: [PATCH 0064/1768] Update 30-webhook-release.yml --- .github/workflows/30-webhook-release.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/30-webhook-release.yml b/.github/workflows/30-webhook-release.yml index 4e92376d32..0f4a3fcff2 100644 --- a/.github/workflows/30-webhook-release.yml +++ b/.github/workflows/30-webhook-release.yml @@ -13,16 +13,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Extract tag name - id: tag - uses: actions/github-script@0.2.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - script: | - return context.payload.ref.replace(/\/refs\/tags\//, ''); + - name: Get the version + id: get_version + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Echo - run: echo "Tag Name" ${{ steps.tag.outputs.result }} + run: echo "Tag Name" ${{ steps.get_version.outputs.VERSION }} - name: Trigger webhook run: | From e70db1345bf33c7db94b8ecf5188325305745b27 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 6 Oct 2021 12:00:03 -0300 Subject: [PATCH 0065/1768] Update 30-webhook-release.yml --- .github/workflows/30-webhook-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/30-webhook-release.yml b/.github/workflows/30-webhook-release.yml index 0f4a3fcff2..a8d5cf92a9 100644 --- a/.github/workflows/30-webhook-release.yml +++ b/.github/workflows/30-webhook-release.yml @@ -24,4 +24,4 @@ jobs: run: | curl -X POST https://o2dla1l2qd.execute-api.us-east-1.amazonaws.com/prod/git \ -H 'Accept: application/vnd.github.everest-preview+json' \ - --data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.tag.outputs.result }}.zip", "name": "workflow", "version": "${{ steps.tag.outputs.result }}"}' + --data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.get_version.outputs.VERSION }}.zip", "name": "workflow", "version": "${{ steps.get_version.outputs.VERSION }}"}' From a9aafb3739fb838653321cbb4bcaff66f646cbf5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 6 Oct 2021 12:00:17 -0300 Subject: [PATCH 0066/1768] Update 30-webhook-release.yml --- .github/workflows/30-webhook-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/30-webhook-release.yml b/.github/workflows/30-webhook-release.yml index a8d5cf92a9..5bb52b4d09 100644 --- a/.github/workflows/30-webhook-release.yml +++ b/.github/workflows/30-webhook-release.yml @@ -3,11 +3,6 @@ name: 30 - Webhook Release on: release: types: [published] - workflow_dispatch: - inputs: - tag: - description: 'New tag that will be created (ex: v1.2.4)' - required: true jobs: build: @@ -18,7 +13,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Echo - run: echo "Tag Name" ${{ steps.get_version.outputs.VERSION }} + run: echo "Tag:" ${{ steps.get_version.outputs.VERSION }} - name: Trigger webhook run: | From 561bcfee1094d21def94eaf50bf492df28aea5c1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Oct 2021 02:30:14 +0000 Subject: [PATCH 0067/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9e4b026821..19ee0e9e1f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Oct 6 02:27:47 UTC 2021 +Thu Oct 7 02:30:14 UTC 2021 From 9d84b5cf31c4c050946232692007fda0bac4f5b6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Oct 2021 02:29:59 +0000 Subject: [PATCH 0068/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 19ee0e9e1f..513a2ec8d8 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Oct 7 02:30:14 UTC 2021 +Fri Oct 8 02:29:59 UTC 2021 From b33000ce1e435b474311c78d9d969b4d2171ec13 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Oct 2021 02:28:22 +0000 Subject: [PATCH 0069/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 513a2ec8d8..10a66f93e7 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 8 02:29:59 UTC 2021 +Sat Oct 9 02:28:22 UTC 2021 From 2190abd3b8648d7a7ca0c764ae2dae5221b950d9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Oct 2021 02:27:23 +0000 Subject: [PATCH 0070/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 10a66f93e7..9ce3af1b39 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Oct 9 02:28:22 UTC 2021 +Sun Oct 10 02:27:23 UTC 2021 From 1fea9069628f3e8593fdc4ba8455d381c930349f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Oct 2021 02:29:52 +0000 Subject: [PATCH 0071/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9ce3af1b39..2e93afd70f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Oct 10 02:27:23 UTC 2021 +Mon Oct 11 02:29:52 UTC 2021 From 01cc6b31d2c38965c42582738e4ded2686419fc6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Oct 2021 02:29:10 +0000 Subject: [PATCH 0072/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 2e93afd70f..f98572f998 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 11 02:29:52 UTC 2021 +Tue Oct 12 02:29:10 UTC 2021 From 0d3ffb2396cc67befdfa3d704bc4a9d1cb0bd057 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Oct 2021 02:30:33 +0000 Subject: [PATCH 0073/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f98572f998..729d0993e0 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Oct 12 02:29:10 UTC 2021 +Wed Oct 13 02:30:33 UTC 2021 From c78e8dca8a83835fc10a2ce49e5de5c4b7a66685 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Oct 2021 02:28:22 +0000 Subject: [PATCH 0074/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 729d0993e0..b02e0f112e 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Oct 13 02:30:33 UTC 2021 +Thu Oct 14 02:28:22 UTC 2021 From 2eed090d4ea2db711d76ac95bf7bc6b6c5a67231 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:06:33 -0300 Subject: [PATCH 0075/1768] Create workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/workflow-tester11.yml diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml new file mode 100644 index 0000000000..b11d9878ff --- /dev/null +++ b/.github/workflows/workflow-tester11.yml @@ -0,0 +1,17 @@ +name: Test 11 +on: + pull_request: + branches: + - dev + +on: [pull_request] + +defaults: + run: + shell: bash + +jobs: + somting: + runs-on: ubuntu-latest + steps: + - run: echo "Test" From a01b7d41b0f435fc3b8ae5a3c89bfae249b4ca76 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:08:15 -0300 Subject: [PATCH 0076/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index b11d9878ff..73b36a96e0 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -4,8 +4,6 @@ on: branches: - dev -on: [pull_request] - defaults: run: shell: bash From 0469da52736ea9dedd10a8d92672ec431c2f8722 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:09:29 -0300 Subject: [PATCH 0077/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 73b36a96e0..b3a204a1e2 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -1,6 +1,7 @@ name: Test 11 on: pull_request: + types: [edited, opened, synchronize, reopened] branches: - dev From 1d1f7267ab3bbc9f91244bd7d21131c683d65b62 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:09:55 -0300 Subject: [PATCH 0078/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index b3a204a1e2..5a488b64a5 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -10,7 +10,7 @@ defaults: shell: bash jobs: - somting: + test: runs-on: ubuntu-latest steps: - run: echo "Test" From 9da95aa853730af1c7098f72c0189c1f8857fb84 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:12:09 -0300 Subject: [PATCH 0079/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 5a488b64a5..207c21d5f2 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -3,7 +3,7 @@ on: pull_request: types: [edited, opened, synchronize, reopened] branches: - - dev + - main defaults: run: From 8aba0bb2e8607d686efae3d1ba53bc0358c11d4d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:12:32 -0300 Subject: [PATCH 0080/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 207c21d5f2..17a37986e4 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -1,7 +1,7 @@ name: Test 11 on: pull_request: - types: [edited, opened, synchronize, reopened] + types: [opened, synchronize, reopened] branches: - main From 8b8ca69ef0ad439ea8eee856130cf9df749dfcec Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:16:00 -0300 Subject: [PATCH 0081/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 17a37986e4..6218e8a050 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, synchronize, reopened] branches: - - main + - dev defaults: run: From a06428c00fe7694d5048c30584ffa94e79a2f143 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 14 Oct 2021 14:17:51 -0300 Subject: [PATCH 0082/1768] Update workflow-tester11.yml --- .github/workflows/workflow-tester11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester11.yml b/.github/workflows/workflow-tester11.yml index 6218e8a050..d1c07ca15d 100644 --- a/.github/workflows/workflow-tester11.yml +++ b/.github/workflows/workflow-tester11.yml @@ -1,7 +1,7 @@ name: Test 11 on: pull_request: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, edited] branches: - dev From aebeebd3889e4c5b7c0a04ef1e18ef26ef423745 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 15 Oct 2021 02:28:46 +0000 Subject: [PATCH 0083/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b02e0f112e..6accc8c3a3 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Oct 14 02:28:22 UTC 2021 +Fri Oct 15 02:28:46 UTC 2021 From 52513331ff56168a81008565d88eba0db8042db1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Oct 2021 13:33:08 -0300 Subject: [PATCH 0084/1768] add 29 untouchable file workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/29-untouchable-file.yml | 15 +++++++++++++++ README.md | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/29-untouchable-file.yml diff --git a/.github/workflows/29-untouchable-file.yml b/.github/workflows/29-untouchable-file.yml new file mode 100644 index 0000000000..39c696f6d9 --- /dev/null +++ b/.github/workflows/29-untouchable-file.yml @@ -0,0 +1,15 @@ +name: 29 - Untouchable file + +on: + pull_request_target: + types: [opened, reopened] + paths: + - '*/29-untouchable-file.yml' + +jobs: + test: + runs-on: "ubuntu-latest" + steps: + - uses: superbrothers/close-pull-request@v3 + with: + comment: "Hi, this PR will be closed automatically. Please do not touch the '29-untouchable-file.yml' file." diff --git a/README.md b/README.md index 590b799a1b..fb91e97bd1 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,7 @@ This workflow illustrates how to use outputs between jobs with the `needs` conte [![28 - Create Pull Request](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/28-create_pull_request.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/28-create_pull_request.yml) This workflow illustrates how to create a new Pull Request based on a branch name after a push event. + +[![29 - Untouchable file](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-untouchable-file.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-untouchable-file.yml) + +This workflow illustrates how to close a Pull Request automatically if it updates on file that shouldn't be modified. From cc2a7af94f9b251ea9198d9e17de641ab83a82b7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 15 Oct 2021 13:39:32 -0300 Subject: [PATCH 0085/1768] Update 31-untouchable-file.yml --- .github/workflows/31-untouchable-file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/31-untouchable-file.yml b/.github/workflows/31-untouchable-file.yml index 39c696f6d9..6deae8dcda 100644 --- a/.github/workflows/31-untouchable-file.yml +++ b/.github/workflows/31-untouchable-file.yml @@ -4,7 +4,7 @@ on: pull_request_target: types: [opened, reopened] paths: - - '*/29-untouchable-file.yml' + - '*/31-untouchable-file.yml' jobs: test: @@ -12,4 +12,4 @@ jobs: steps: - uses: superbrothers/close-pull-request@v3 with: - comment: "Hi, this PR will be closed automatically. Please do not touch the '29-untouchable-file.yml' file." + comment: "Hi, this PR will be closed automatically. Please do not touch the '31-untouchable-file.yml' file." From 993696ff0d09315fb2c31470a8457a314da03693 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 15 Oct 2021 13:39:41 -0300 Subject: [PATCH 0086/1768] Update 31-untouchable-file.yml --- .github/workflows/31-untouchable-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/31-untouchable-file.yml b/.github/workflows/31-untouchable-file.yml index 6deae8dcda..b77cc2148a 100644 --- a/.github/workflows/31-untouchable-file.yml +++ b/.github/workflows/31-untouchable-file.yml @@ -1,4 +1,4 @@ -name: 29 - Untouchable file +name: 31 - Untouchable file on: pull_request_target: From bded883d465c20bac6bee110ab56a111b1954ff8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Oct 2021 13:42:48 -0300 Subject: [PATCH 0087/1768] update path Signed-off-by: GuillaumeFalourd --- .github/workflows/31-untouchable-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/31-untouchable-file.yml b/.github/workflows/31-untouchable-file.yml index b77cc2148a..5950382294 100644 --- a/.github/workflows/31-untouchable-file.yml +++ b/.github/workflows/31-untouchable-file.yml @@ -4,7 +4,7 @@ on: pull_request_target: types: [opened, reopened] paths: - - '*/31-untouchable-file.yml' + - '**/31-untouchable-file.yml' jobs: test: From 4fcfbf6ab9ffd6a8a3c3ff8552ff6c1240d97e30 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 16 Oct 2021 02:33:49 +0000 Subject: [PATCH 0088/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6accc8c3a3..cc9f6b94e2 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 15 02:28:46 UTC 2021 +Sat Oct 16 02:33:49 UTC 2021 From 19dee3bde7a50b5454432d2631e9443bdc931ad3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 17 Oct 2021 02:28:02 +0000 Subject: [PATCH 0089/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index cc9f6b94e2..6c80c5df42 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Oct 16 02:33:49 UTC 2021 +Sun Oct 17 02:28:02 UTC 2021 From 2369b224124d813342ba917bb4d1041785a6a136 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Oct 2021 02:32:48 +0000 Subject: [PATCH 0090/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6c80c5df42..e401c6583d 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Oct 17 02:28:02 UTC 2021 +Mon Oct 18 02:32:48 UTC 2021 From fa00b2f4521544cfc097e10f317d6287a109727d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:14:09 -0300 Subject: [PATCH 0091/1768] add 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .../workflows/32-pr-approved-and-labeled.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/32-pr-approved-and-labeled.yml diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml new file mode 100644 index 0000000000..bd891423b2 --- /dev/null +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -0,0 +1,20 @@ +name: PR approved and labeled + +on: + pull_request: + types: [labeled] + +jobs: + build: + runs-on: ubuntu-latest + if: ${{ (github.event.review.state == 'approved') && (contains(github.event.pull_request.labels.*.name, 'Deployed for QA')) }} + steps: + - run: echo "Do something" + - run: ${{ github.event.review.state }} + + no-build: + runs-on: ubuntu-latest + if: ${{ (github.event.review.state != 'approved') || (!contains(github.event.pull_request.labels.*.name, 'Deployed for QA')) }} + steps: + - run: echo "Don't do it" + - run: ${{ github.event.review.state }} From b71da4107890d7f080bf860dd33ecca1695e68db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:15:41 -0300 Subject: [PATCH 0092/1768] updqte 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index bd891423b2..a33d2d16f0 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -7,14 +7,14 @@ on: jobs: build: runs-on: ubuntu-latest - if: ${{ (github.event.review.state == 'approved') && (contains(github.event.pull_request.labels.*.name, 'Deployed for QA')) }} + if: ${{ (github.event.review.state == 'approved') && (contains(github.event.pull_request.labels.*.name, 'test')) }} steps: - run: echo "Do something" - run: ${{ github.event.review.state }} no-build: runs-on: ubuntu-latest - if: ${{ (github.event.review.state != 'approved') || (!contains(github.event.pull_request.labels.*.name, 'Deployed for QA')) }} + if: ${{ (github.event.review.state != 'approved') || (!contains(github.event.pull_request.labels.*.name, 'test')) }} steps: - run: echo "Don't do it" - run: ${{ github.event.review.state }} From 3bcddd7e1f0cc6ae7ed6117b8b169119ef3f0f00 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:16:39 -0300 Subject: [PATCH 0093/1768] updqte 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index a33d2d16f0..76a62a81fb 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -10,6 +10,10 @@ jobs: if: ${{ (github.event.review.state == 'approved') && (contains(github.event.pull_request.labels.*.name, 'test')) }} steps: - run: echo "Do something" + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - run: ${{ github.event.review.state }} no-build: @@ -17,4 +21,8 @@ jobs: if: ${{ (github.event.review.state != 'approved') || (!contains(github.event.pull_request.labels.*.name, 'test')) }} steps: - run: echo "Don't do it" + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - run: ${{ github.event.review.state }} From 3d636a498453a366f39e32f6e0c420b7f609b67d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:28:11 -0300 Subject: [PATCH 0094/1768] updqte 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index 76a62a81fb..7d1875da89 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -26,3 +26,14 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - run: ${{ github.event.review.state }} + + test-1: + runs-on: ubuntu-latest + if: github.event.review.state == 'approved' + steps: + - run: echo "Approved!" + + test-2: + runs-on: ubuntu-latest + if: contains(github.event.pull_request.labels.*.name, 'test') + - run: echo "Contains test label!" From cd3ed55aea13bc2f69bd0da773c17b10c779cec0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:28:55 -0300 Subject: [PATCH 0095/1768] updqte 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index 7d1875da89..71b8465036 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -36,4 +36,5 @@ jobs: test-2: runs-on: ubuntu-latest if: contains(github.event.pull_request.labels.*.name, 'test') + steps: - run: echo "Contains test label!" From 1eff80b979ab5d07ec63c2e0ef1f4aeebe8f47ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:31:07 -0300 Subject: [PATCH 0096/1768] update 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index 71b8465036..a37dfb37f6 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -38,3 +38,12 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'test') steps: - run: echo "Contains test label!" + + test-3: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: approved or not + if: github.event.review.state == 'approved' + run: | + echo "approved" ... \ No newline at end of file From 357c34e7b55cdc96950b06377ffb188c6922d266 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:34:55 -0300 Subject: [PATCH 0097/1768] update 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index a37dfb37f6..5f5f9dc6f2 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -3,6 +3,8 @@ name: PR approved and labeled on: pull_request: types: [labeled] + pull_request_review: + types: [submitted] jobs: build: From 990e5ec254dee51f18b114a6865ebec6c0582f7b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:36:16 -0300 Subject: [PATCH 0098/1768] update 32-pr-approved-and-labeled workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index 5f5f9dc6f2..7eee550e24 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -16,7 +16,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - run: ${{ github.event.review.state }} + - run: echo ${{ github.event.review.state }} no-build: runs-on: ubuntu-latest From ad1590bed70f4ab54301b873067795501526cf1e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:54:18 -0300 Subject: [PATCH 0099/1768] add workflow-tester12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester12.yml | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/workflow-tester12.yml diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml new file mode 100644 index 0000000000..630d6c6ede --- /dev/null +++ b/.github/workflows/workflow-tester12.yml @@ -0,0 +1,38 @@ +name: Test 12 #https://stackoverflow.com/questions/69608041/run-command-taking-output-from-previous-step-on-github-actions?noredirect=1#comment123057564_69608041 + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + outputs: + ipfs-pin: ${{ steps.ipfs-pin.outputs.hash }} + steps: + - uses: actions/checkout@master + - uses: jakejarvis/hugo-build-action@master + with: + args: --minify --buildDrafts + - uses: anantaramdas/ipfs-pinata-deploy-action@v1.6.4 + id: ipfs-pin + with: + pin-name: '[my-pin-name]' + path: './public' + pinata-api-key: [API Key] + pinata-secret-api-key: [secret API Key] + verbose: true + remove-old: true + + saves-hash-on-file: + runs-on: ubuntu-latest + needs: [build] + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' + - run: echo ${{steps.build.ipfs-pin.hash}} > /.github/ipfs-hash.txt From f1553dc882904c313f313cf14ef57c9a71cf2fb1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:55:16 -0300 Subject: [PATCH 0100/1768] update workflow-tester12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml index 630d6c6ede..dcbd9c8cc0 100644 --- a/.github/workflows/workflow-tester12.yml +++ b/.github/workflows/workflow-tester12.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - build: + build: runs-on: ubuntu-latest outputs: ipfs-pin: ${{ steps.ipfs-pin.outputs.hash }} From 8fcfa785a3fdb81c8c65f3c77a98ef7490788443 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:55:48 -0300 Subject: [PATCH 0101/1768] update workflow-tester12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester12.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml index dcbd9c8cc0..b4c7aed38f 100644 --- a/.github/workflows/workflow-tester12.yml +++ b/.github/workflows/workflow-tester12.yml @@ -31,8 +31,8 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '14' - - run: echo ${{steps.build.ipfs-pin.hash}} > /.github/ipfs-hash.txt + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' + - run: echo ${{steps.build.ipfs-pin.hash}} > /.github/ipfs-hash.txt From b2b2193fa820fee819df187ee8a68802f76bdc00 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 14:56:19 -0300 Subject: [PATCH 0102/1768] update workflow-tester12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml index b4c7aed38f..3bf7ef8263 100644 --- a/.github/workflows/workflow-tester12.yml +++ b/.github/workflows/workflow-tester12.yml @@ -22,8 +22,8 @@ jobs: with: pin-name: '[my-pin-name]' path: './public' - pinata-api-key: [API Key] - pinata-secret-api-key: [secret API Key] + pinata-api-key: 'API Key' + pinata-secret-api-key: 'secret API Key' verbose: true remove-old: true From 05cdf244734299a2b8a8a591653986e1b5b564c8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 18 Oct 2021 15:01:41 -0300 Subject: [PATCH 0103/1768] Update workflow-tester12.yml --- .github/workflows/workflow-tester12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml index 3bf7ef8263..e4dc5a6873 100644 --- a/.github/workflows/workflow-tester12.yml +++ b/.github/workflows/workflow-tester12.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest outputs: - ipfs-pin: ${{ steps.ipfs-pin.outputs.hash }} + hash: ${{ steps.ipfs-pin.outputs.hash }} steps: - uses: actions/checkout@master - uses: jakejarvis/hugo-build-action@master @@ -35,4 +35,4 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - run: echo ${{steps.build.ipfs-pin.hash}} > /.github/ipfs-hash.txt + - run: echo ${{steps.build.outputs.hash}} > /.github/ipfs-hash.txt From d11026c2ae2d5a56411b6b263514616d465ce406 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:18:52 -0300 Subject: [PATCH 0104/1768] add reusable workflow and workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/33-reusable-workflow.yml | 21 +++++++++++++++++++++ .github/workflows/34-workflow-call.yml | 12 ++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/workflows/33-reusable-workflow.yml create mode 100644 .github/workflows/34-workflow-call.yml diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml new file mode 100644 index 0000000000..9d2310ea1f --- /dev/null +++ b/.github/workflows/33-reusable-workflow.yml @@ -0,0 +1,21 @@ +name: Reusable workflow example + +on: + workflow_call: + inputs: + username: + required: true + type: string + secrets: + token: + required: true + +jobs: + example_job: + name: Pass input and secrets to my-action + runs-on: ubuntu-latest + steps: + - uses: ./.github/actions/my-action@v1 + with: + username: ${{ inputs.username }} + token: ${{ secrets.token }} \ No newline at end of file diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml new file mode 100644 index 0000000000..3baa32ccda --- /dev/null +++ b/.github/workflows/34-workflow-call.yml @@ -0,0 +1,12 @@ +name: Workflow call + +on: + push: + +jobs: + call-workflow-passing-data: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@172239021f7ba04fe7327647b213799853a9eb89 + with: + username: Guillaume + secrets: + token: ${{ secrets.GITHUB_TOKEN }} From c3776a835efd7bcfc1870e73ea65b6dfb0897d64 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:19:19 -0300 Subject: [PATCH 0105/1768] update workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 3baa32ccda..872ba9f265 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -5,7 +5,7 @@ on: jobs: call-workflow-passing-data: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@172239021f7ba04fe7327647b213799853a9eb89 + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@d11026c2ae2d5a56411b6b263514616d465ce406 with: username: Guillaume secrets: From cf4bb7af04777f4c6f41e9db36f393a4164125f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:20:53 -0300 Subject: [PATCH 0106/1768] update reusable-workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/33-reusable-workflow.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 9d2310ea1f..33a269700a 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -15,7 +15,8 @@ jobs: name: Pass input and secrets to my-action runs-on: ubuntu-latest steps: - - uses: ./.github/actions/my-action@v1 - with: - username: ${{ inputs.username }} - token: ${{ secrets.token }} \ No newline at end of file + - run: echo ${{ inputs.username }} +# - uses: ./.github/actions/my-action@v1 +# with: +# username: ${{ inputs.username }} +# token: ${{ secrets.token }} \ No newline at end of file From ac1f046f20c566a247b6a7c2577a1c65561d90d4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:21:11 -0300 Subject: [PATCH 0107/1768] update workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 872ba9f265..a7605e176c 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -5,7 +5,7 @@ on: jobs: call-workflow-passing-data: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@d11026c2ae2d5a56411b6b263514616d465ce406 + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@cf4bb7af04777f4c6f41e9db36f393a4164125f6 with: username: Guillaume secrets: From 2e6eeb603c3f6dc75b4168a199d2ce5e251332f2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:24:45 -0300 Subject: [PATCH 0108/1768] update README file Signed-off-by: GuillaumeFalourd --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 230a57fcb4..2207725382 100644 --- a/README.md +++ b/README.md @@ -171,3 +171,15 @@ This workflow illustrates how to call a webhook on each release extracting the r [![31 - Untouchable file](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/31-untouchable-file.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/31-untouchable-file.yml) This workflow illustrates how to close a Pull Request automatically if it updates on file that shouldn't be modified. + +[![32 - PR approved and labeled](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/32-pr-approved-and-labeled.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/32-pr-approved-and-labeled.yml) + +This workflow illustrates how to perform a specific action when approving a Pull request if it contains a specific label. + +[![33 - Reusable workflow](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/33-reusable-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/33-reusable-workflow.yml) + +This workflow illustrates how to implement a [reusable workflow](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows). + +[![34 - Workflow Call](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/34-workflow-call.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/34-workflow-call.yml) + +This workflow illustrates how to use and call a reusable workflow (cf workflow 33 above). From 867fe3013daa4b28fca560acd27dddfe221f93eb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:25:54 -0300 Subject: [PATCH 0109/1768] update 33-reusable-workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/33-reusable-workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 33a269700a..5d54e39b5e 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -9,6 +9,11 @@ on: secrets: token: required: true + workflow_dispatch: + inputs: + username: + required: true + type: string jobs: example_job: From 57d7fda7387997c5dfbd2c02f723511c8717faf6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:26:23 -0300 Subject: [PATCH 0110/1768] update 34-workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index a7605e176c..73c6db5a42 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -5,7 +5,7 @@ on: jobs: call-workflow-passing-data: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@cf4bb7af04777f4c6f41e9db36f393a4164125f6 + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@867fe3013daa4b28fca560acd27dddfe221f93eb with: username: Guillaume secrets: From ba6294c776b98a3b4f28e8a0b804b71e4b8d0b48 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:29:33 -0300 Subject: [PATCH 0111/1768] update workflows name Signed-off-by: GuillaumeFalourd --- .github/workflows/32-pr-approved-and-labeled.yml | 2 +- .github/workflows/33-reusable-workflow.yml | 13 ++++++++++--- .github/workflows/34-workflow-call.yml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/32-pr-approved-and-labeled.yml b/.github/workflows/32-pr-approved-and-labeled.yml index 7eee550e24..9819f89634 100644 --- a/.github/workflows/32-pr-approved-and-labeled.yml +++ b/.github/workflows/32-pr-approved-and-labeled.yml @@ -1,4 +1,4 @@ -name: PR approved and labeled +name: 32 - PR approved and labeled on: pull_request: diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 5d54e39b5e..e6a9d7bcc6 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -1,4 +1,4 @@ -name: Reusable workflow example +name: 34 - Reusable workflow on: workflow_call: @@ -16,11 +16,18 @@ on: type: string jobs: - example_job: + test: name: Pass input and secrets to my-action runs-on: ubuntu-latest steps: - - run: echo ${{ inputs.username }} + - name: Inputs username (workflow call) + if: ${{ inputs.username }} != '' + run: echo ${{ inputs.username }} + + - name: Inputs username (workflow dispatch) + if: ${{ github.event.inputs.username }} != '' + run: echo ${{ github.event.inputs.username }} + # - uses: ./.github/actions/my-action@v1 # with: # username: ${{ inputs.username }} diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 73c6db5a42..880bb29fe3 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -1,4 +1,4 @@ -name: Workflow call +name: 34 - Workflow call on: push: From 8016c7b83b3612d407e52d8b7058a7aa9eab9d4f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:29:48 -0300 Subject: [PATCH 0112/1768] update 34-workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 880bb29fe3..736e7660b5 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -5,7 +5,7 @@ on: jobs: call-workflow-passing-data: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@867fe3013daa4b28fca560acd27dddfe221f93eb + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@ba6294c776b98a3b4f28e8a0b804b71e4b8d0b48 with: username: Guillaume secrets: From c89d40320d83ff3f4daae8629d22000e42c0ff7b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:33:32 -0300 Subject: [PATCH 0113/1768] update Test 12 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester12.yml b/.github/workflows/workflow-tester12.yml index e4dc5a6873..b588d5475a 100644 --- a/.github/workflows/workflow-tester12.yml +++ b/.github/workflows/workflow-tester12.yml @@ -2,9 +2,9 @@ name: Test 12 #https://stackoverflow.com/questions/69608041/run-command-taking-o on: push: - branches: [ main ] + branches: [ dev ] pull_request: - branches: [ main ] + branches: [ dev ] workflow_dispatch: jobs: From 3993ebbad5584c1b660f27a10e0f94728a37e6db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:34:48 -0300 Subject: [PATCH 0114/1768] update 29 - Check Actor on PR or PUSH Signed-off-by: GuillaumeFalourd --- .github/workflows/29-check-actor-pr-or-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/29-check-actor-pr-or-push.yml b/.github/workflows/29-check-actor-pr-or-push.yml index 868d0a21e5..e50dd3e054 100644 --- a/.github/workflows/29-check-actor-pr-or-push.yml +++ b/.github/workflows/29-check-actor-pr-or-push.yml @@ -1,4 +1,4 @@ -name: Check Actor on PR or PUSH +name: 29 - Check Actor on PR or PUSH on: [push, pull_request] From 8f1632a1426bcfdc43ec2ecb57a7eaee1b9eb076 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:35:18 -0300 Subject: [PATCH 0115/1768] update README file Signed-off-by: GuillaumeFalourd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2207725382..134d6c981f 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ This workflow illustrates how to use outputs between jobs with the `needs` conte This workflow illustrates how to create a new Pull Request based on a branch name after a push event. -[![29 - Check Actor on PR or PUSH (Workflow)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-on-pr-or-push.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-on-pr-or-push.yml) +[![29 - Check Actor on PR or PUSH](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-pr-or-push.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/29-check-actor-pr-or-push.yml) This workflow illustrates how to add a comment on a new Pull Request based on the github actor name after a PR event. From 0ed53737ef0f3aae1d0bcda07b5837eb883b180b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:37:59 -0300 Subject: [PATCH 0116/1768] test 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester13.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/workflow-tester13.yml diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml new file mode 100644 index 0000000000..871deb1b3d --- /dev/null +++ b/.github/workflows/workflow-tester13.yml @@ -0,0 +1,16 @@ +name: Test 13 + +on: + workflow_dispatch: + inputs: + branch: + required: true + type: string + +jobs: + call-workflow: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@${{ github.event.inputs.branch }} + with: + username: Guillaume + secrets: + token: ${{ secrets.GITHUB_TOKEN }} From a5955f93de54c384a70dd4197f35967cd64c05ef Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:38:49 -0300 Subject: [PATCH 0117/1768] update test 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester13.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml index 871deb1b3d..e25cdd656e 100644 --- a/.github/workflows/workflow-tester13.yml +++ b/.github/workflows/workflow-tester13.yml @@ -9,7 +9,7 @@ on: jobs: call-workflow: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@${{ github.event.inputs.branch }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@"${{ github.event.inputs.branch }}" with: username: Guillaume secrets: From 340d51243d87a80b84a6b91b1c2be570d6798db5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:47:04 -0300 Subject: [PATCH 0118/1768] update test 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester13.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml index e25cdd656e..46a1744a00 100644 --- a/.github/workflows/workflow-tester13.yml +++ b/.github/workflows/workflow-tester13.yml @@ -1,15 +1,11 @@ name: Test 13 on: - workflow_dispatch: - inputs: - branch: - required: true - type: string + push: jobs: call-workflow: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@"${{ github.event.inputs.branch }}" + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@main with: username: Guillaume secrets: From fa2857b485b0e9ec609f5b60993acb61316a80db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:48:00 -0300 Subject: [PATCH 0119/1768] update workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 9 ++++++++- .github/workflows/workflow-tester13.yml | 12 ------------ 2 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 .github/workflows/workflow-tester13.yml diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 736e7660b5..68ebab97c9 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -4,9 +4,16 @@ on: push: jobs: - call-workflow-passing-data: + call-workflow-commit-hash: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@ba6294c776b98a3b4f28e8a0b804b71e4b8d0b48 with: username: Guillaume secrets: token: ${{ secrets.GITHUB_TOKEN }} + + call-workflow-branch-ref: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@main + with: + username: Guillaume + secrets: + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml deleted file mode 100644 index 46a1744a00..0000000000 --- a/.github/workflows/workflow-tester13.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Test 13 - -on: - push: - -jobs: - call-workflow: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@main - with: - username: Guillaume - secrets: - token: ${{ secrets.GITHUB_TOKEN }} From 42f34bc9d51567f622f339fdcbdc9f0fb7527c2b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Oct 2021 15:50:21 -0300 Subject: [PATCH 0120/1768] update workflow-call Signed-off-by: GuillaumeFalourd --- .github/workflows/34-workflow-call.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 68ebab97c9..35b09f42e3 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -13,6 +13,13 @@ jobs: call-workflow-branch-ref: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@main + with: + username: Guillaume + secrets: + token: ${{ secrets.GITHUB_TOKEN }} + + call-workflow-tag: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@1.1.0 with: username: Guillaume secrets: From bf1a5d7f0804ecbe8947bd98e9312143a98c4b94 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Oct 2021 02:30:12 +0000 Subject: [PATCH 0121/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index e401c6583d..39b4008325 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 18 02:32:48 UTC 2021 +Tue Oct 19 02:30:12 UTC 2021 From db78dcdee22c4e420ffb128c51d57a4dce6667e3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Oct 2021 15:06:06 -0300 Subject: [PATCH 0122/1768] add workflow tester 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester13.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester13.yml diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml new file mode 100644 index 0000000000..e2da757045 --- /dev/null +++ b/.github/workflows/workflow-tester13.yml @@ -0,0 +1,19 @@ +name: Test 13 + +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: '2.7' + architecture: 'x64' + - uses: GuillaumeFalourd/ritchie-cli-action@v1 + with: + rit_formula_command: rit test office365 + rit_repo_url: https://github.com/GuillaumeFalourd/formulas-perso + access_token: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file From 3765fdedb0650ff826ae4cf4e35c23911bf08b22 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Oct 2021 15:12:10 -0300 Subject: [PATCH 0123/1768] update workflow tester 13 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester13.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml index e2da757045..d97bbbcf01 100644 --- a/.github/workflows/workflow-tester13.yml +++ b/.github/workflows/workflow-tester13.yml @@ -2,6 +2,7 @@ name: Test 13 on: push: + workflow_dispatch: jobs: test: From d93e073f861b61cf65ba03cb4b18a3257b2ac85f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Oct 2021 21:41:15 -0300 Subject: [PATCH 0124/1768] Update 24-contexts.yml --- .github/workflows/24-contexts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/24-contexts.yml b/.github/workflows/24-contexts.yml index 0e778416ed..4c5b000c99 100644 --- a/.github/workflows/24-contexts.yml +++ b/.github/workflows/24-contexts.yml @@ -4,6 +4,7 @@ on: [workflow_dispatch, push, pull_request, issues, deployment_status] jobs: github-context: + name: job-context runs-on: ubuntu-latest steps: - name: Dump GitHub context From 4d93ebbb22190fbf03490dc65ed1dc9cec9aee0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Oct 2021 02:30:21 +0000 Subject: [PATCH 0125/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 39b4008325..8bd2bb4762 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Oct 19 02:30:12 UTC 2021 +Wed Oct 20 02:30:21 UTC 2021 From b7508f7f61b9f7747a11af8024a9d87dd1f91580 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 21 Oct 2021 02:35:02 +0000 Subject: [PATCH 0126/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 8bd2bb4762..02ee80b8a0 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Oct 20 02:30:21 UTC 2021 +Thu Oct 21 02:35:02 UTC 2021 From 0fe451ce59493b2c3b07e8e6d953e579068d28fb Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Oct 2021 02:31:37 +0000 Subject: [PATCH 0127/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 02ee80b8a0..2fcbece4e9 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Oct 21 02:35:02 UTC 2021 +Fri Oct 22 02:31:37 UTC 2021 From 2195ea5bcbbbb876b79b1b2c4e118607c190e7c2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Oct 2021 02:32:17 +0000 Subject: [PATCH 0128/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 2fcbece4e9..218e1a23b9 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 22 02:31:37 UTC 2021 +Sat Oct 23 02:32:17 UTC 2021 From b9e3579af5526b2fda1bd80f8e999a9c570cd677 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Oct 2021 02:28:52 +0000 Subject: [PATCH 0129/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 218e1a23b9..deb2a798a0 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Oct 23 02:32:17 UTC 2021 +Sun Oct 24 02:28:52 UTC 2021 From a06284b2473c037d1e02aea66e003c2701478ca0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Oct 2021 02:30:04 +0000 Subject: [PATCH 0130/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index deb2a798a0..ef4d7b5cb2 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Oct 24 02:28:52 UTC 2021 +Mon Oct 25 02:30:04 UTC 2021 From f4d15f0207245dfccb08fa96a4126429cfb6371c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Oct 2021 02:27:46 +0000 Subject: [PATCH 0131/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index ef4d7b5cb2..789ba969bf 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 25 02:30:04 UTC 2021 +Tue Oct 26 02:27:46 UTC 2021 From d4ac04a454b1157dc1949bd5833907a6dcd854f6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Oct 2021 02:28:11 +0000 Subject: [PATCH 0132/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 789ba969bf..a63c0e0d64 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Oct 26 02:27:46 UTC 2021 +Wed Oct 27 02:28:11 UTC 2021 From 1772081fe2bd110fe449920ebeac9f42beb7deb4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 28 Oct 2021 02:28:29 +0000 Subject: [PATCH 0133/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index a63c0e0d64..899a69a6b5 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Oct 27 02:28:11 UTC 2021 +Thu Oct 28 02:28:29 UTC 2021 From a30202db4097f80740bc05274cf910abf15755d6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:21:16 -0300 Subject: [PATCH 0134/1768] Update 10-environment-workflow.yml --- .github/workflows/10-environment-workflow.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index 0336ae6aa2..2090865166 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -62,6 +62,17 @@ jobs: run: | echo "${{ env.action_state }}" # This will output 'yellow' + job4: + runs-on: ubuntu-latest + environment: test + env: + KEY1=${{ secrets.TEST }} + steps: + - name: Show repo env secret + id: step_1 + run: | + echo ${{ env.KEY1 }} + # Deprecated with https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ # job3: From 2fe110e421a6bbf3954cefc17de307df9e357769 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:22:24 -0300 Subject: [PATCH 0135/1768] Update 10-environment-workflow.yml --- .github/workflows/10-environment-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index 2090865166..eda18443b0 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest environment: test env: - KEY1=${{ secrets.TEST }} + key1:${{ secrets.TEST }} steps: - name: Show repo env secret id: step_1 From 84e6606ab2e6d99c29df333197db973cfda67336 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:24:30 -0300 Subject: [PATCH 0136/1768] Update 10-environment-workflow.yml --- .github/workflows/10-environment-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index eda18443b0..3f512cfb98 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -66,10 +66,9 @@ jobs: runs-on: ubuntu-latest environment: test env: - key1:${{ secrets.TEST }} + KEY1:${{ secrets.TEST }} steps: - name: Show repo env secret - id: step_1 run: | echo ${{ env.KEY1 }} From 6f48c545056d97c9cc2e2fde499471fd389691a0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:35:17 -0300 Subject: [PATCH 0137/1768] Update 10-environment-workflow.yml --- .github/workflows/10-environment-workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index 3f512cfb98..89b72382be 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -65,12 +65,10 @@ jobs: job4: runs-on: ubuntu-latest environment: test - env: - KEY1:${{ secrets.TEST }} steps: - name: Show repo env secret run: | - echo ${{ env.KEY1 }} + echo ${{ secrets.TEST }} # Deprecated with https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ From c3e63669c6aa794b22cb435a2254acc1287cc65d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:36:10 -0300 Subject: [PATCH 0138/1768] Update 10-environment-workflow.yml --- .github/workflows/10-environment-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index 89b72382be..d64aa070e3 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Show repo env secret run: | - echo ${{ secrets.TEST }} + echo ${{ secrets.REPO_ENV_SECRET }} # Deprecated with https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ From abe7631acb4d8fc3359b166b6579aa6a3cce1b19 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Oct 2021 15:42:10 -0300 Subject: [PATCH 0139/1768] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134d6c981f..908d680128 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ This workflow illustrates how to pass data between jobs in the same workflow. Fo [![10 - Environment workflow](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/10-environment-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/10-environment-workflow.yml) -This workflow illustrates how to use `environment` variables from the whole workflow, a specific job, or a specific step. +This workflow illustrates how to use `environment` variables from the whole workflow, a specific job, or a specific step, as well as for an environment secret. [![11 - Input workflow](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/11-input-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/11-input-workflow.yml) From 26cd6960695a57c1fea10b02fb832f10ad279060 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Oct 2021 02:28:16 +0000 Subject: [PATCH 0140/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 899a69a6b5..141eabae54 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Oct 28 02:28:29 UTC 2021 +Fri Oct 29 02:28:16 UTC 2021 From 616aeff5aa3534567c9a517e325f0785ca189b26 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Oct 2021 02:28:53 +0000 Subject: [PATCH 0141/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 141eabae54..563bc7d745 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 29 02:28:16 UTC 2021 +Sat Oct 30 02:28:53 UTC 2021 From cba92a79965ac87c3a0dff2cb74f4289e28a2138 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 31 Oct 2021 02:29:45 +0000 Subject: [PATCH 0142/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 563bc7d745..df1851b6a1 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Oct 30 02:28:53 UTC 2021 +Sun Oct 31 02:29:45 UTC 2021 From a41fded936e16f1ddf278b174c8120952f2cbef7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Nov 2021 02:30:33 +0000 Subject: [PATCH 0143/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index df1851b6a1..7149f80a87 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Oct 31 02:29:45 UTC 2021 +Mon Nov 1 02:30:33 UTC 2021 From 0b6dbbca674552e8c8f790a9beedfe8efbfafbee Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Nov 2021 02:30:23 +0000 Subject: [PATCH 0144/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 7149f80a87..20dd604fb2 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Nov 1 02:30:33 UTC 2021 +Tue Nov 2 02:30:23 UTC 2021 From a4af8f86ac96fb2ea0e766bde22566028d691391 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Nov 2021 02:28:38 +0000 Subject: [PATCH 0145/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 20dd604fb2..9448a6c69b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Nov 2 02:30:23 UTC 2021 +Wed Nov 3 02:28:38 UTC 2021 From 49db9b6e1a199e1916b6269342f5b6b1ae7ff36f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Nov 2021 02:30:14 +0000 Subject: [PATCH 0146/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9448a6c69b..0a96c90803 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Nov 3 02:28:38 UTC 2021 +Thu Nov 4 02:30:14 UTC 2021 From afd7b9cd726464443a0dbdfc0c27f21db81484b5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Nov 2021 11:08:17 -0300 Subject: [PATCH 0147/1768] add 35 git config workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/35-github-config.yml | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/35-github-config.yml diff --git a/.github/workflows/35-github-config.yml b/.github/workflows/35-github-config.yml new file mode 100644 index 0000000000..d0562f5695 --- /dev/null +++ b/.github/workflows/35-github-config.yml @@ -0,0 +1,29 @@ +name: 35 - Github Config + +on: + push: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + token: ${{ secrets.ACCESS_TOKEN }} + - name: Check logs + run: | + git log -n 1 --pretty=format:%an # username + git log -n 1 --pretty=format:%ae # email + git config user.name "$(git log -n 1 --pretty=format:%an)" + git config user.email "$(git log -n 1 --pretty=format:%ae)" + git config --list + # - run: | + # date > report.txt + # git config user.name "$(git log -n 1 --pretty=format:%an)" + # git config user.email "$(git log -n 1 --pretty=format:%ae)" + # git add . + # git commit -m "Update checkout workflow file" + # git push + + From 290460f45858cec20459217a9a7e8ebdb2436329 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Nov 2021 02:29:39 +0000 Subject: [PATCH 0148/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0a96c90803..9f1e88ab19 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Nov 4 02:30:14 UTC 2021 +Fri Nov 5 02:29:39 UTC 2021 From 7311eba2536d40a1150b5a31ffc7bae268293f33 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 6 Nov 2021 02:29:27 +0000 Subject: [PATCH 0149/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9f1e88ab19..41e456903b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Nov 5 02:29:39 UTC 2021 +Sat Nov 6 02:29:27 UTC 2021 From e62be4f42fa825ae1bbad35ab0f360e0c6446454 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 7 Nov 2021 02:30:25 +0000 Subject: [PATCH 0150/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 41e456903b..12726b657d 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Nov 6 02:29:27 UTC 2021 +Sun Nov 7 02:30:25 UTC 2021 From 05a26f8481c34a31f088f8d141527d7c8b761481 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Nov 2021 02:29:15 +0000 Subject: [PATCH 0151/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 12726b657d..15564141f7 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Nov 7 02:30:25 UTC 2021 +Mon Nov 8 02:29:15 UTC 2021 From f1eb77b3596cc662ee0a755499b2d6c0e858b64c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Nov 2021 02:29:04 +0000 Subject: [PATCH 0152/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 15564141f7..4ea33e09ec 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Nov 8 02:29:15 UTC 2021 +Tue Nov 9 02:29:04 UTC 2021 From f84895328b3ba7222cdf9af8217f9bdb173f8d7f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Nov 2021 02:29:55 +0000 Subject: [PATCH 0153/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 4ea33e09ec..605573ac72 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Nov 9 02:29:04 UTC 2021 +Wed Nov 10 02:29:55 UTC 2021 From 6c850ff9eb5149638716fdc901ad26f48e81ca2c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Nov 2021 02:29:34 +0000 Subject: [PATCH 0154/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 605573ac72..4680e86ac7 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Nov 10 02:29:55 UTC 2021 +Thu Nov 11 02:29:34 UTC 2021 From e3ac09d0866d10f11bc97a3da427997ea59a45ef Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Nov 2021 02:29:45 +0000 Subject: [PATCH 0155/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 4680e86ac7..6dbf838c83 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Nov 11 02:29:34 UTC 2021 +Fri Nov 12 02:29:45 UTC 2021 From c61baece0e6c481409a7acd1b1aad6a5edf0c767 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 13 Nov 2021 02:29:54 +0000 Subject: [PATCH 0156/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6dbf838c83..420583247e 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Nov 12 02:29:45 UTC 2021 +Sat Nov 13 02:29:54 UTC 2021 From 1dade95e43a071be701c84c223c007d7230f48e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 14 Nov 2021 02:29:49 +0000 Subject: [PATCH 0157/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 420583247e..ff78c8b1c0 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Nov 13 02:29:54 UTC 2021 +Sun Nov 14 02:29:49 UTC 2021 From cfae2b0f87a349006bfb4c7b63168bbe1584e047 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Nov 2021 02:29:40 +0000 Subject: [PATCH 0158/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index ff78c8b1c0..20e23708d8 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Nov 14 02:29:49 UTC 2021 +Mon Nov 15 02:29:40 UTC 2021 From 7c4c1861499ef63a19d5df1e0002e8f08a0f42cf Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Nov 2021 02:29:42 +0000 Subject: [PATCH 0159/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 20e23708d8..9009f2af7c 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Nov 15 02:29:40 UTC 2021 +Tue Nov 16 02:29:42 UTC 2021 From 2fcc3f839b713bd3855cb9a34902e11569e54836 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Nov 2021 02:29:45 +0000 Subject: [PATCH 0160/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9009f2af7c..871f83c7a3 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Nov 16 02:29:42 UTC 2021 +Wed Nov 17 02:29:45 UTC 2021 From 2b418bd58c676270542ff604c13cb9008d919a35 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Nov 2021 10:27:59 -0300 Subject: [PATCH 0161/1768] add 36 - local action workflow Signed-off-by: GuillaumeFalourd --- .github/actions/local-action/action.yaml | 25 ++++++++++++++++++++++++ .github/workflows/36-local-action.yml | 18 +++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/actions/local-action/action.yaml create mode 100644 .github/workflows/36-local-action.yml diff --git a/.github/actions/local-action/action.yaml b/.github/actions/local-action/action.yaml new file mode 100644 index 0000000000..82fbc68ec2 --- /dev/null +++ b/.github/actions/local-action/action.yaml @@ -0,0 +1,25 @@ +name: 'Local Action' +description: 'Runs a composite step action' +inputs: + name: + required: true + description: "Name" + +outputs: + random: + description: "Random number output" + value: ${{ steps.step1.outputs.random }} + +runs: + using: "composite" + steps: + - name: Check out code + uses: actions/checkout@v2 + - name: Step operations + id: step1 + run: | + echo Hello ${{ inputs.name }} + echo List directory files + ls + echo "::set-output name=random::$(echo $RANDOM)" + shell: bash \ No newline at end of file diff --git a/.github/workflows/36-local-action.yml b/.github/workflows/36-local-action.yml new file mode 100644 index 0000000000..7d17004b64 --- /dev/null +++ b/.github/workflows/36-local-action.yml @@ -0,0 +1,18 @@ +name: 36 - Local Action + +on: + push: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 # Necessary to access local action + - name: Local Action Call + id: local-action + uses: ./.github/actions/local-action + with: + name: "World" + - name: Local Action Output + run: echo "${{ steps.local-action.outputs.random }}" \ No newline at end of file From 2a34279eead57ee713a920deb62288744f06ed98 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Nov 2021 10:34:44 -0300 Subject: [PATCH 0162/1768] update README file Signed-off-by: GuillaumeFalourd --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 908d680128..62efc6396e 100644 --- a/README.md +++ b/README.md @@ -183,3 +183,11 @@ This workflow illustrates how to implement a [reusable workflow](https://docs.gi [![34 - Workflow Call](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/34-workflow-call.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/34-workflow-call.yml) This workflow illustrates how to use and call a reusable workflow (cf workflow 33 above). + +[![35 - Github Config](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/35-github-config.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/35-github-config.yml) + +This workflow illustrates how to extract and use the user email and username from the commit using github config log commands. + +[![36 - Local Action](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/36-local-action.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/36-local-action.yml) + +This workflow illustrates how to use a `local action` file in one (or multiple workflows) and extract its outputs to perform other operations. From cc3a41b15a074fee026651e4a0e9bcbeaf4839ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 18 Nov 2021 02:29:44 +0000 Subject: [PATCH 0163/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 871f83c7a3..9b199ec7f6 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Nov 17 02:29:45 UTC 2021 +Thu Nov 18 02:29:44 UTC 2021 From 98b1b214ae2a0d1d76c5b7030055f1717457dc16 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 18 Nov 2021 10:13:30 -0300 Subject: [PATCH 0164/1768] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62efc6396e..af0e61c538 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This repository is a Github Actions POC with various examples regarding how to c - [Introdução ao Github Actions](https://www.zup.com.br/blog/github-actions-ci-cd) - [Como executar um script usando GitHub Actions](https://www.zup.com.br/blog/executar-script-github-actions) - [Github Actions – variáveis de ambiente e secrets](https://www.zup.com.br/blog/github-actions-variaveis-de-ambiente-e-secrets) +- [Como manipular outputs no GitHub Actions](https://www.zup.com.br/blog/manipular-outputs-github-actions) +- [Workflows no GitHub Actions: como usar events e triggers](https://www.zup.com.br/blog/workflows-no-github-actions) ## Workflow YAML Basic Structure Explanation From 65c604f2377584a533d66ff445db3db1aa2987cd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 18 Nov 2021 10:14:14 -0300 Subject: [PATCH 0165/1768] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0e61c538..7f240cfc4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![title](/docs/github-actions.png) -This repository is a Github Actions POC with various examples regarding how to create workflows 🤖 +This repository contains various proofs of concept using a Github Actions through workflows 🤖 ## Contents 🇧🇷 From 5f767f9d046eb6d81fcc022a5df8ec0cd554512e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:19:34 -0300 Subject: [PATCH 0166/1768] add continue on error workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/37-continue-on-error.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/37-continue-on-error.yml diff --git a/.github/workflows/37-continue-on-error.yml b/.github/workflows/37-continue-on-error.yml new file mode 100644 index 0000000000..ef0fee9204 --- /dev/null +++ b/.github/workflows/37-continue-on-error.yml @@ -0,0 +1,25 @@ +name: 37 - Continue On Error + +on: [push, workflow_dispatch] + +env: + PYTHON_VERSION: "2.x" + +jobs: + build: + runs-on: ubuntu-latest + strategy: + max-parallel: 2 + fail-fast: false + matrix: + python-version: [ '2.x', '3.x', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7' ] + name: Python ${{ matrix.python-version }} sample + continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} + steps: + - uses: actions/checkout@v2.3.4 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + architecture: x64 + - run: python run.py From 2c84140f8eb0611ccca878c77eb0ed05d1f14917 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:21:41 -0300 Subject: [PATCH 0167/1768] update continue on error matrix workflow Signed-off-by: GuillaumeFalourd --- ...ontinue-on-error.yml => 37-continue-on-error-matrix.yml} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{37-continue-on-error.yml => 37-continue-on-error-matrix.yml} (79%) diff --git a/.github/workflows/37-continue-on-error.yml b/.github/workflows/37-continue-on-error-matrix.yml similarity index 79% rename from .github/workflows/37-continue-on-error.yml rename to .github/workflows/37-continue-on-error-matrix.yml index ef0fee9204..eb3f08ecb9 100644 --- a/.github/workflows/37-continue-on-error.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -1,9 +1,9 @@ -name: 37 - Continue On Error +name: 37 - Continue On Error Matrix on: [push, workflow_dispatch] env: - PYTHON_VERSION: "2.x" + PYTHON_VERSIONS: "2.x" jobs: build: @@ -22,4 +22,6 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 + - name: Install Python dependencies + run: python -m pip install --upgrade pip requests - run: python run.py From fb156d8efbfbeb9c4158d3dfc6782d0f45e3bf10 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:24:07 -0300 Subject: [PATCH 0168/1768] update continue on error matrix workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/37-continue-on-error-matrix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/37-continue-on-error-matrix.yml b/.github/workflows/37-continue-on-error-matrix.yml index eb3f08ecb9..d7e7ff082e 100644 --- a/.github/workflows/37-continue-on-error-matrix.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -24,4 +24,6 @@ jobs: architecture: x64 - name: Install Python dependencies run: python -m pip install --upgrade pip requests - - run: python run.py + - name: Run script + continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} + run: python run.py From 08c64f08410f720ad4590e52a08b3d2456c096af Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:38:17 -0300 Subject: [PATCH 0169/1768] update continue on error matrix workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/37-continue-on-error-matrix.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/37-continue-on-error-matrix.yml b/.github/workflows/37-continue-on-error-matrix.yml index d7e7ff082e..d9cf52660f 100644 --- a/.github/workflows/37-continue-on-error-matrix.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -25,5 +25,9 @@ jobs: - name: Install Python dependencies run: python -m pip install --upgrade pip requests - name: Run script + id: script continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} run: python run.py + - name: Last step + if: always() + run: echo "The run script step was a ${{ steps.script.outcome }}" From 2156f4db40a93e922ef2444b6a24a1881641db1c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:40:48 -0300 Subject: [PATCH 0170/1768] update continue on error matrix workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/37-continue-on-error-matrix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/37-continue-on-error-matrix.yml b/.github/workflows/37-continue-on-error-matrix.yml index d9cf52660f..4c7668c829 100644 --- a/.github/workflows/37-continue-on-error-matrix.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -25,9 +25,10 @@ jobs: - name: Install Python dependencies run: python -m pip install --upgrade pip requests - name: Run script + if: always() && ${{ contains( '3.', '${{ matrix.python-version }}') }} id: script continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} run: python run.py - name: Last step - if: always() + if: always() && ${{ contains( '3.', '${{ matrix.python-version }}') }} run: echo "The run script step was a ${{ steps.script.outcome }}" From 10742c7a1b5ab065e88177862dd546cbe349f8ea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:42:50 -0300 Subject: [PATCH 0171/1768] update continue on error matrix workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/37-continue-on-error-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/37-continue-on-error-matrix.yml b/.github/workflows/37-continue-on-error-matrix.yml index 4c7668c829..169b77b15f 100644 --- a/.github/workflows/37-continue-on-error-matrix.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -25,10 +25,10 @@ jobs: - name: Install Python dependencies run: python -m pip install --upgrade pip requests - name: Run script - if: always() && ${{ contains( '3.', '${{ matrix.python-version }}') }} + if: ${{ contains( '3.', '${{ matrix.python-version }}') }} id: script continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} run: python run.py - name: Last step - if: always() && ${{ contains( '3.', '${{ matrix.python-version }}') }} + if: ${{ contains( '3.', '${{ matrix.python-version }}') }} run: echo "The run script step was a ${{ steps.script.outcome }}" From a531fff3ad0826ee162fe4afe6eb7c0f22f28c6c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Nov 2021 10:47:41 -0300 Subject: [PATCH 0172/1768] update continue on error matrix workflow on README Signed-off-by: GuillaumeFalourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f240cfc4a..d66037d6f4 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,7 @@ This workflow illustrates how to extract and use the user email and username fro [![36 - Local Action](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/36-local-action.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/36-local-action.yml) This workflow illustrates how to use a `local action` file in one (or multiple workflows) and extract its outputs to perform other operations. + +[![37 - Continue On Error Matrix](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/37-continue-on-error-matrix.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/37-continue-on-error-matrix.yml) + +This workflow illustrates how to use matrix as well as expressions with `continue-on-error` and `if` conditionnal fields. From 6f0484c19a3192c01ade5f21440f8ca7370784a0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Nov 2021 02:30:32 +0000 Subject: [PATCH 0173/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9b199ec7f6..e4a4bd2262 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Nov 18 02:29:44 UTC 2021 +Fri Nov 19 02:30:32 UTC 2021 From d88c838c064db2c58bae2fefa5a25eebf7eaa529 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 20 Nov 2021 02:31:58 +0000 Subject: [PATCH 0174/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index e4a4bd2262..1732fb0d07 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Nov 19 02:30:32 UTC 2021 +Sat Nov 20 02:31:58 UTC 2021 From da68a73730bcf8b9111d5da331afd169516cba3e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 21 Nov 2021 02:30:24 +0000 Subject: [PATCH 0175/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 1732fb0d07..78f3060990 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Nov 20 02:31:58 UTC 2021 +Sun Nov 21 02:30:24 UTC 2021 From 9a6f14dd6750b60fb15def39b62e55452e972d1f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Nov 2021 02:30:34 +0000 Subject: [PATCH 0176/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 78f3060990..93831fe953 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Nov 21 02:30:24 UTC 2021 +Mon Nov 22 02:30:34 UTC 2021 From e9fdbb5d512c69e55dddbaf89b9a28935ddcd8ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Nov 2021 02:29:48 +0000 Subject: [PATCH 0177/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 93831fe953..2deeed24cc 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Nov 22 02:30:34 UTC 2021 +Tue Nov 23 02:29:48 UTC 2021 From 1b91b567037490903c40a294da38e91c7df2722b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Nov 2021 02:30:16 +0000 Subject: [PATCH 0178/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 2deeed24cc..8416fa898f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Nov 23 02:29:48 UTC 2021 +Wed Nov 24 02:30:16 UTC 2021 From 06e8f2bfee48bfabd6f14e1a98b311aeda19d283 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:07:03 -0300 Subject: [PATCH 0179/1768] add workflow test 14 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester14.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/workflow-tester14.yml diff --git a/.github/workflows/workflow-tester14.yml b/.github/workflows/workflow-tester14.yml new file mode 100644 index 0000000000..c390fd0074 --- /dev/null +++ b/.github/workflows/workflow-tester14.yml @@ -0,0 +1,11 @@ +name: Test 14 #https://stackoverflow.com/questions/70101203/github-actions-workflow-syntax-not-working-as-expected?noredirect=1#70101203 +on: + push: + paths: + - '**\/abc**' + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Test" From 8e165060f1e530f1d1b68c32ca5589c460f2134f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:10:49 -0300 Subject: [PATCH 0180/1768] add workflow test 14 file Signed-off-by: GuillaumeFalourd --- aaa/test_abc.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 aaa/test_abc.txt diff --git a/aaa/test_abc.txt b/aaa/test_abc.txt new file mode 100644 index 0000000000..8318c86b35 --- /dev/null +++ b/aaa/test_abc.txt @@ -0,0 +1 @@ +Test \ No newline at end of file From 0199100b684be5ae44387b31c234c696babc2a88 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:11:20 -0300 Subject: [PATCH 0181/1768] add workflow test 14 file 2 Signed-off-by: GuillaumeFalourd --- aaa/abc/test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 aaa/abc/test.txt diff --git a/aaa/abc/test.txt b/aaa/abc/test.txt new file mode 100644 index 0000000000..81403e41bd --- /dev/null +++ b/aaa/abc/test.txt @@ -0,0 +1 @@ +test 2 \ No newline at end of file From 5113b4ed1af86e87758ef5b343feae98d071f994 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:13:20 -0300 Subject: [PATCH 0182/1768] removing test files Signed-off-by: GuillaumeFalourd --- aaa/abc/test.txt | 1 - aaa/test_abc.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 aaa/abc/test.txt delete mode 100644 aaa/test_abc.txt diff --git a/aaa/abc/test.txt b/aaa/abc/test.txt deleted file mode 100644 index 81403e41bd..0000000000 --- a/aaa/abc/test.txt +++ /dev/null @@ -1 +0,0 @@ -test 2 \ No newline at end of file diff --git a/aaa/test_abc.txt b/aaa/test_abc.txt deleted file mode 100644 index 8318c86b35..0000000000 --- a/aaa/test_abc.txt +++ /dev/null @@ -1 +0,0 @@ -Test \ No newline at end of file From 4c76db5334ff606743262b22b7dfffa22a7a3400 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:32:50 -0300 Subject: [PATCH 0183/1768] add 38 workflow Signed-off-by: GuillaumeFalourd --- .../38-get-pr-number-on-push-event.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/38-get-pr-number-on-push-event.yml diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml new file mode 100644 index 0000000000..087e1fc0e4 --- /dev/null +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -0,0 +1,19 @@ +name: 38 - Get PR Number on PUSH event + +on: [push, pull_request] + + +jobs: + build: + runs-on: ubuntu-latest + if: ${{ github.event_name == 'push' }} + steps: + - name: Get Pull Request Number + id: pr + run: echo "::set-output name=pull_request_number::$(gh pr view --json number -q .number || echo "")" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: echo "${{ steps.pr.outputs.pull_request_number }}" + - name: Check another way + run: echo ::set-env name=PULL_NUMBER::$(echo "$GITHUB_REF" | awk -F / '{print $3}') + shell: bash \ No newline at end of file From 16f8a0a5e5aef8a4e2d01e656fe6ed6e3ed665b4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:33:15 -0300 Subject: [PATCH 0184/1768] update 38 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/38-get-pr-number-on-push-event.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml index 087e1fc0e4..ba7ef23305 100644 --- a/.github/workflows/38-get-pr-number-on-push-event.yml +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -2,7 +2,6 @@ name: 38 - Get PR Number on PUSH event on: [push, pull_request] - jobs: build: runs-on: ubuntu-latest From debbeafc2721d7c06e40e91682187ebe12312165 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:35:34 -0300 Subject: [PATCH 0185/1768] update 38 workflow 2 Signed-off-by: GuillaumeFalourd --- .github/workflows/38-get-pr-number-on-push-event.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml index ba7ef23305..3952eaa5f5 100644 --- a/.github/workflows/38-get-pr-number-on-push-event.yml +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -3,7 +3,7 @@ name: 38 - Get PR Number on PUSH event on: [push, pull_request] jobs: - build: + push: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} steps: @@ -13,6 +13,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: echo "${{ steps.pr.outputs.pull_request_number }}" - - name: Check another way - run: echo ::set-env name=PULL_NUMBER::$(echo "$GITHUB_REF" | awk -F / '{print $3}') - shell: bash \ No newline at end of file + + pull-request: + runs-on: ubuntu-latest + if: ${{ github.event_name == 'pull_request' }} + steps: + - run: echo "${{ github.event.number }}"" \ No newline at end of file From 32baad99f9c062eb454ff47ce557b50d043e2beb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:37:15 -0300 Subject: [PATCH 0186/1768] update 38 workflow 3 Signed-off-by: GuillaumeFalourd --- .github/workflows/38-get-pr-number-on-push-event.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml index 3952eaa5f5..b8be16b6e2 100644 --- a/.github/workflows/38-get-pr-number-on-push-event.yml +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -7,6 +7,9 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} steps: + - uses: actions/checkout@2.3.4 + with: + fetch-depth: 0 - name: Get Pull Request Number id: pr run: echo "::set-output name=pull_request_number::$(gh pr view --json number -q .number || echo "")" From ba9ccbc345d2f20a891c4cc90596d390213cdbca Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:37:54 -0300 Subject: [PATCH 0187/1768] update 38 workflow 4 Signed-off-by: GuillaumeFalourd --- .github/workflows/38-get-pr-number-on-push-event.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml index b8be16b6e2..f830afb142 100644 --- a/.github/workflows/38-get-pr-number-on-push-event.yml +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -15,10 +15,10 @@ jobs: run: echo "::set-output name=pull_request_number::$(gh pr view --json number -q .number || echo "")" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: echo "${{ steps.pr.outputs.pull_request_number }}" + - run: echo ${{ steps.pr.outputs.pull_request_number }} pull-request: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: - - run: echo "${{ github.event.number }}"" \ No newline at end of file + - run: echo ${{ github.event.number }} \ No newline at end of file From fe9844b276b568ff1d4b68f9e0a03031d9684197 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:38:29 -0300 Subject: [PATCH 0188/1768] update 38 workflow 5 Signed-off-by: GuillaumeFalourd --- .github/workflows/38-get-pr-number-on-push-event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/38-get-pr-number-on-push-event.yml b/.github/workflows/38-get-pr-number-on-push-event.yml index f830afb142..1b507dde98 100644 --- a/.github/workflows/38-get-pr-number-on-push-event.yml +++ b/.github/workflows/38-get-pr-number-on-push-event.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@2.3.4 + - uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Get Pull Request Number From 28bc019085500f55671c403f3fda459e6e9ecc99 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:47:19 -0300 Subject: [PATCH 0189/1768] update README file with workflow 38 Signed-off-by: GuillaumeFalourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d66037d6f4..480f97d77c 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,7 @@ This workflow illustrates how to use a `local action` file in one (or multiple w [![37 - Continue On Error Matrix](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/37-continue-on-error-matrix.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/37-continue-on-error-matrix.yml) This workflow illustrates how to use matrix as well as expressions with `continue-on-error` and `if` conditionnal fields. + +[![38 - Get PR number from PUSH event](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/38-get-pr-number-on-push-event.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/38-get-pr-number-on-push-event.yml) + +This workflow illustrates how to get the related PR number to a push event. From 476ff91a00dc02689be1e12ac8ab0894305eeba7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Nov 2021 17:48:50 -0300 Subject: [PATCH 0190/1768] update README file with workflow 38 Signed-off-by: GuillaumeFalourd --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 480f97d77c..8f9899d407 100644 --- a/README.md +++ b/README.md @@ -201,3 +201,5 @@ This workflow illustrates how to use matrix as well as expressions with `continu [![38 - Get PR number from PUSH event](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/38-get-pr-number-on-push-event.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/38-get-pr-number-on-push-event.yml) This workflow illustrates how to get the related PR number to a push event. + +[PR event](https://github.com/GuillaumeFalourd/poc-github-actions/runs/4317001308?check_suite_focus=true) and [Related PUSH event](https://github.com/GuillaumeFalourd/poc-github-actions/runs/4317001027?check_suite_focus=true) From 5ab918825a37087f41653ceb6a8095a27f4cd2ed Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Nov 2021 02:30:56 +0000 Subject: [PATCH 0191/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 8416fa898f..2cb3c8ef5e 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Nov 24 02:30:16 UTC 2021 +Thu Nov 25 02:30:56 UTC 2021 From c6364c1d7c0b347f4eeaff3aeb7f76223b4dd7a5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 26 Nov 2021 02:30:39 +0000 Subject: [PATCH 0192/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 2cb3c8ef5e..4d88e637bf 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Nov 25 02:30:56 UTC 2021 +Fri Nov 26 02:30:39 UTC 2021 From a30300a11e86ce42851526638b92f71b4d5e3858 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 27 Nov 2021 02:31:43 +0000 Subject: [PATCH 0193/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 4d88e637bf..f9790c0857 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Nov 26 02:30:39 UTC 2021 +Sat Nov 27 02:31:43 UTC 2021 From a9b2481c7c23c5952e9256b6226a5e09d0f53ce2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 28 Nov 2021 02:31:05 +0000 Subject: [PATCH 0194/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f9790c0857..b9d57c7bbc 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Nov 27 02:31:43 UTC 2021 +Sun Nov 28 02:31:05 UTC 2021 From 23f4222e2d8c69bc3c183621c2faf86e48421c7d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Nov 2021 02:30:42 +0000 Subject: [PATCH 0195/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b9d57c7bbc..9a0431333a 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Nov 28 02:31:05 UTC 2021 +Mon Nov 29 02:30:42 UTC 2021 From a8b6e45f412330a1f45d8ba0c5bc7d0295a635ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Nov 2021 02:19:36 +0000 Subject: [PATCH 0196/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 9a0431333a..d1eba366ba 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Nov 29 02:30:42 UTC 2021 +Tue Nov 30 02:19:36 UTC 2021 From 507c08c7a01aad6649b7c8ba43241977d7e2cd71 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Dec 2021 02:33:39 +0000 Subject: [PATCH 0197/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index d1eba366ba..059e95944b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Nov 30 02:19:36 UTC 2021 +Wed Dec 1 02:33:39 UTC 2021 From 02317d26a36c9dbb034153eece03bb1f8f4c47ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Dec 2021 02:31:00 +0000 Subject: [PATCH 0198/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 059e95944b..eb6b24d421 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Dec 1 02:33:39 UTC 2021 +Thu Dec 2 02:31:00 UTC 2021 From 26c025500f7fdd2ba64321ed79cc5594002cb4e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 3 Dec 2021 02:31:05 +0000 Subject: [PATCH 0199/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index eb6b24d421..b2850fdc6b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Dec 2 02:31:00 UTC 2021 +Fri Dec 3 02:31:05 UTC 2021 From 797a2898933c4e49cacba286aae7bd47b98bde61 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Dec 2021 02:33:06 +0000 Subject: [PATCH 0200/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b2850fdc6b..b018e3a6d9 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Dec 3 02:31:05 UTC 2021 +Sat Dec 4 02:33:06 UTC 2021 From a3a6b88e5e19bb254538b0c23e4771dfdf7d6ff4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 5 Dec 2021 02:35:04 +0000 Subject: [PATCH 0201/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b018e3a6d9..123fb190fb 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Dec 4 02:33:06 UTC 2021 +Sun Dec 5 02:35:04 UTC 2021 From 60441af5a918ae8ccfb90f8422c18376dab9e8aa Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Dec 2021 02:32:49 +0000 Subject: [PATCH 0202/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 123fb190fb..26488ffe66 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Dec 5 02:35:04 UTC 2021 +Mon Dec 6 02:32:49 UTC 2021 From db50ef8b65dceba886ca878e1af8571521796e70 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 14:09:16 -0300 Subject: [PATCH 0203/1768] update conditional job Signed-off-by: GuillaumeFalourd --- .github/workflows/16-conditional.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 086d1d780f..93c95b01f7 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -111,6 +111,15 @@ jobs: echo "status_job1 = ${{ steps.set_outputs.outputs.status_job1 }}" echo "status_job2 = ${{ steps.set_outputs.outputs.status_job2 }}" echo "status_job3 = ${{ steps.set_outputs.outputs.status_job3 }}" - - + job5: + runs-on: ubuntu-latest + if: ${{ secrets.AWS_ACCESS_KEY_ID }} != '' + steps: + - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS NOT empty" + + job6: + runs-on: ubuntu-latest + if: ${{ secrets.AWS_ACCESS_KEY_ID }} == '' + steps: + - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" \ No newline at end of file From 3f85f71a6720a546a84ccf49aca66b2a7a664fb0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 14:11:59 -0300 Subject: [PATCH 0204/1768] update conditional job Signed-off-by: GuillaumeFalourd --- .github/workflows/16-conditional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 93c95b01f7..9ae7772abf 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -114,12 +114,12 @@ jobs: job5: runs-on: ubuntu-latest - if: ${{ secrets.AWS_ACCESS_KEY_ID }} != '' + if: ${{ ${{ secrets.AWS_ACCESS_KEY_ID }} != '' }} steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS NOT empty" job6: runs-on: ubuntu-latest - if: ${{ secrets.AWS_ACCESS_KEY_ID }} == '' + if: ${{ ${{ secrets.AWS_ACCESS_KEY_ID }} == '' }} steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" \ No newline at end of file From ae92da15bd010565b92840e7464617a44ac6c5b2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 14:12:52 -0300 Subject: [PATCH 0205/1768] update conditional job Signed-off-by: GuillaumeFalourd --- .github/workflows/16-conditional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 9ae7772abf..6e298b87bb 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -114,12 +114,12 @@ jobs: job5: runs-on: ubuntu-latest - if: ${{ ${{ secrets.AWS_ACCESS_KEY_ID }} != '' }} + if: ${{ secrets.AWS_ACCESS_KEY_ID != '' }} steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS NOT empty" job6: runs-on: ubuntu-latest - if: ${{ ${{ secrets.AWS_ACCESS_KEY_ID }} == '' }} + if: ${{ secrets.AWS_ACCESS_KEY_ID == '' }} steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" \ No newline at end of file From 2bd1918c1f04e2895d7ae4f08f6d247ef5764028 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 14:15:52 -0300 Subject: [PATCH 0206/1768] update conditional job Signed-off-by: GuillaumeFalourd --- .github/workflows/16-conditional.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 6e298b87bb..31df7b8836 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -112,14 +112,27 @@ jobs: echo "status_job2 = ${{ steps.set_outputs.outputs.status_job2 }}" echo "status_job3 = ${{ steps.set_outputs.outputs.status_job3 }}" + check-secret: + runs-on: ubuntu-latest + outputs: + my-key: ${{ steps.my-key.outputs.defined }} + steps: + - id: my-key + env: + MY_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }} + if: "${{ env.AWS_ACCESS_KEY_ID != '' }}" + run: echo "::set-output name=defined::true" + job5: runs-on: ubuntu-latest - if: ${{ secrets.AWS_ACCESS_KEY_ID != '' }} + needs: [check-secret] + if: needs.check-secret.outputs.my-key == 'true' steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS NOT empty" job6: runs-on: ubuntu-latest - if: ${{ secrets.AWS_ACCESS_KEY_ID == '' }} + needs: [check-secret] + if: needs.check-secret.outputs.my-key != 'true' steps: - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" \ No newline at end of file From 88931cf8145e8fd5392d4708f4c49de58798a263 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 14:22:23 -0300 Subject: [PATCH 0207/1768] update conditional job Signed-off-by: GuillaumeFalourd --- .github/workflows/16-conditional.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 31df7b8836..277777dbcd 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -120,7 +120,7 @@ jobs: - id: my-key env: MY_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }} - if: "${{ env.AWS_ACCESS_KEY_ID != '' }}" + if: "${{ env.MY_KEY != '' }}" run: echo "::set-output name=defined::true" job5: From fda1895297408cd4829d13fc5913432aea100585 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 17:10:18 -0300 Subject: [PATCH 0208/1768] add 39-extract-from-branch.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/39-extract-from-branch.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/39-extract-from-branch.yml diff --git a/.github/workflows/39-extract-from-branch.yml b/.github/workflows/39-extract-from-branch.yml new file mode 100644 index 0000000000..d4964899c5 --- /dev/null +++ b/.github/workflows/39-extract-from-branch.yml @@ -0,0 +1,15 @@ +name: 39 - Extract from branch + +on: + push: + branches: [release-*] + +jobs: + call-release-prod: + runs-on: ubuntu-latest + steps: + - name: Extract branch tag + run: | + BRANCH=${GITHUB_REF##*/} + VERSION="${REPO//release-/}" + echo $VERSION \ No newline at end of file From da86eabc42044fd586ce2100d17736488dd1d361 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 17:15:28 -0300 Subject: [PATCH 0209/1768] update 39-extract-from-branch.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/39-extract-from-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/39-extract-from-branch.yml b/.github/workflows/39-extract-from-branch.yml index d4964899c5..dfc4d7be9a 100644 --- a/.github/workflows/39-extract-from-branch.yml +++ b/.github/workflows/39-extract-from-branch.yml @@ -11,5 +11,5 @@ jobs: - name: Extract branch tag run: | BRANCH=${GITHUB_REF##*/} - VERSION="${REPO//release-/}" + VERSION="${BRANCH//release-/""}" echo $VERSION \ No newline at end of file From f3c94f684da25393ecf7ec7b2121bb68014fa5a9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 17:26:17 -0300 Subject: [PATCH 0210/1768] add 40-invoked-workflow-dispatch.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/39-extract-from-branch.yml | 12 +++++++++++- .../workflows/40-invoked-workflow-dispatch.yml | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/40-invoked-workflow-dispatch.yml diff --git a/.github/workflows/39-extract-from-branch.yml b/.github/workflows/39-extract-from-branch.yml index dfc4d7be9a..20dee095fe 100644 --- a/.github/workflows/39-extract-from-branch.yml +++ b/.github/workflows/39-extract-from-branch.yml @@ -9,7 +9,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Extract branch tag + id: version run: | BRANCH=${GITHUB_REF##*/} VERSION="${BRANCH//release-/""}" - echo $VERSION \ No newline at end of file + echo $VERSION + echo ::set-output name=tag::$(echo $VERSION) + + - name: Invoke Release PROD workflow + uses: benc-uk/workflow-dispatch@v1 + with: + workflow: Release PROD + repo: GuillaumeFalourd/poc-github-actions + token: ${{ secrets.ACCESS_TOKEN }} + inputs: '{ "tag": "${{ steps.version.outputs.tag }}" }' \ No newline at end of file diff --git a/.github/workflows/40-invoked-workflow-dispatch.yml b/.github/workflows/40-invoked-workflow-dispatch.yml new file mode 100644 index 0000000000..82280650a3 --- /dev/null +++ b/.github/workflows/40-invoked-workflow-dispatch.yml @@ -0,0 +1,17 @@ +name: '40 - Invoked Workflow Dispatch' + +on: + workflow_dispatch: + inputs: + tag: + description: 'Release version (e.g.: 0.0.0)' + required: true + +env: + RELEASE_VERSION: ${{ github.event.inputs.tag }} + +jobs: + build: + runs-on: ubuntu-latest + steps: + - run: echo ${{ env.RELEASE_VERSION }} \ No newline at end of file From 7192d3203cfcce93659c4eb861d1ec6da251eae4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Dec 2021 17:26:47 -0300 Subject: [PATCH 0211/1768] update 40-invoked-workflow-dispatch.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/39-extract-from-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/39-extract-from-branch.yml b/.github/workflows/39-extract-from-branch.yml index 20dee095fe..9d77ecdba9 100644 --- a/.github/workflows/39-extract-from-branch.yml +++ b/.github/workflows/39-extract-from-branch.yml @@ -19,7 +19,7 @@ jobs: - name: Invoke Release PROD workflow uses: benc-uk/workflow-dispatch@v1 with: - workflow: Release PROD + workflow: 40 - Invoked Workflow Dispatch repo: GuillaumeFalourd/poc-github-actions token: ${{ secrets.ACCESS_TOKEN }} inputs: '{ "tag": "${{ steps.version.outputs.tag }}" }' \ No newline at end of file From 406beaac06e3e5f5a9e02e8dc3e038d97f6d5427 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 7 Dec 2021 02:35:29 +0000 Subject: [PATCH 0212/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 26488ffe66..62a37731f0 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Dec 6 02:32:49 UTC 2021 +Tue Dec 7 02:35:29 UTC 2021 From a9adabbc34294e8b063293093b38d4919d0fbf4b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Dec 2021 09:31:31 -0300 Subject: [PATCH 0213/1768] update README file Signed-off-by: GuillaumeFalourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f9899d407..40ce32822c 100644 --- a/README.md +++ b/README.md @@ -203,3 +203,7 @@ This workflow illustrates how to use matrix as well as expressions with `continu This workflow illustrates how to get the related PR number to a push event. [PR event](https://github.com/GuillaumeFalourd/poc-github-actions/runs/4317001308?check_suite_focus=true) and [Related PUSH event](https://github.com/GuillaumeFalourd/poc-github-actions/runs/4317001027?check_suite_focus=true) + +[![39 - Extract From Branch](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/39-extract-from-branch.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/39-extract-from-branch.yml) [![40 - Invoked Workflow Dispatch](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/40-invoked-workflow-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/40-invoked-workflow-dispatch.yml) + +This workflows illustrate how to extract the tag version when a specific branch is created (e.g: `release-1.2.3`), and how to invoke another workflow through a disptach event sending this tag as input. From 3fdcd2d863d017340aa416adf74320ec199120dc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Dec 2021 09:40:21 -0300 Subject: [PATCH 0214/1768] add workflow 41 commit-other-repo Signed-off-by: GuillaumeFalourd --- .github/workflows/41-commit-other-repo.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/41-commit-other-repo.yml diff --git a/.github/workflows/41-commit-other-repo.yml b/.github/workflows/41-commit-other-repo.yml new file mode 100644 index 0000000000..d81def0d38 --- /dev/null +++ b/.github/workflows/41-commit-other-repo.yml @@ -0,0 +1,18 @@ +name: 41 - Commit other repo + +on: [workflow_dispatch] + +jobs: + deploy-me: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: | + git config --global user.email "poc-github-actions-test@gmail.com" + git config --global user.name "poc-github-actions-test" + git config --global credential.helper cache + git clone https://${{secrets.ACCESS_TOKEN}}@github.com/GuillaumeFalourd/formulas-4-tests + date >> test.txt + git add . + git commit -m "$(date)" + git push \ No newline at end of file From 921d761f0bf7a74ca8cb00070289bcfafde024f0 Mon Sep 17 00:00:00 2001 From: poc-github-actions-test Date: Tue, 7 Dec 2021 12:40:55 +0000 Subject: [PATCH 0215/1768] Tue Dec 7 12:40:55 UTC 2021 --- formulas-4-tests | 1 + test.txt | 1 + 2 files changed, 2 insertions(+) create mode 160000 formulas-4-tests create mode 100644 test.txt diff --git a/formulas-4-tests b/formulas-4-tests new file mode 160000 index 0000000000..77e6f0a358 --- /dev/null +++ b/formulas-4-tests @@ -0,0 +1 @@ +Subproject commit 77e6f0a35899c50b03067ef31dffc59d93fb9dbe diff --git a/test.txt b/test.txt new file mode 100644 index 0000000000..2f8d003e79 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Tue Dec 7 12:40:55 UTC 2021 From fdff4729e9da575aad252fdec2a1932d4f34352b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Dec 2021 09:42:11 -0300 Subject: [PATCH 0216/1768] Delete test.txt --- test.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test.txt diff --git a/test.txt b/test.txt deleted file mode 100644 index 2f8d003e79..0000000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -Tue Dec 7 12:40:55 UTC 2021 From 8ac397e149c4c629f88e16fb068dfa3c36adaf4c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Dec 2021 09:42:43 -0300 Subject: [PATCH 0217/1768] update workflow 41 commit-other-repo Signed-off-by: GuillaumeFalourd --- .github/workflows/41-commit-other-repo.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/41-commit-other-repo.yml b/.github/workflows/41-commit-other-repo.yml index d81def0d38..72e408f508 100644 --- a/.github/workflows/41-commit-other-repo.yml +++ b/.github/workflows/41-commit-other-repo.yml @@ -3,7 +3,7 @@ name: 41 - Commit other repo on: [workflow_dispatch] jobs: - deploy-me: + commit-other-repo: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -12,7 +12,8 @@ jobs: git config --global user.name "poc-github-actions-test" git config --global credential.helper cache git clone https://${{secrets.ACCESS_TOKEN}}@github.com/GuillaumeFalourd/formulas-4-tests - date >> test.txt + cd formulas-4-tests + date >> poc-github-actions-test.txt git add . git commit -m "$(date)" git push \ No newline at end of file From a0784de2a677a0ea4a318c593d1a6f116e1f2cab Mon Sep 17 00:00:00 2001 From: poc-github-actions-test Date: Tue, 7 Dec 2021 12:43:18 +0000 Subject: [PATCH 0218/1768] Tue Dec 7 12:43:18 UTC 2021 --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000000..e708d49ce6 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Tue Dec 7 12:43:18 UTC 2021 From 9f3b76c3482d6e1cdd7d0075a108d872e2613ce5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Dec 2021 09:43:39 -0300 Subject: [PATCH 0219/1768] Delete test.txt --- test.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test.txt diff --git a/test.txt b/test.txt deleted file mode 100644 index e708d49ce6..0000000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -Tue Dec 7 12:43:18 UTC 2021 From 1d47831be45f240648ab700999eb8802f10e2d8a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Dec 2021 09:43:54 -0300 Subject: [PATCH 0220/1768] update workflow 41 commit-other-repo Signed-off-by: GuillaumeFalourd --- formulas-4-tests | 1 - 1 file changed, 1 deletion(-) delete mode 160000 formulas-4-tests diff --git a/formulas-4-tests b/formulas-4-tests deleted file mode 160000 index 77e6f0a358..0000000000 --- a/formulas-4-tests +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 77e6f0a35899c50b03067ef31dffc59d93fb9dbe From 645a5d9484857c3eda3008bab49d98fc2f095430 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Dec 2021 09:47:10 -0300 Subject: [PATCH 0221/1768] update workflow 41 commit-other-repo and README file Signed-off-by: GuillaumeFalourd --- .github/workflows/41-commit-other-repo.yml | 6 +++++- README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/41-commit-other-repo.yml b/.github/workflows/41-commit-other-repo.yml index 72e408f508..3b5c0d2ceb 100644 --- a/.github/workflows/41-commit-other-repo.yml +++ b/.github/workflows/41-commit-other-repo.yml @@ -16,4 +16,8 @@ jobs: date >> poc-github-actions-test.txt git add . git commit -m "$(date)" - git push \ No newline at end of file + git push + + # Example to copy file from current repo + # cp index.js clonedFolder/ -f + # cd clonedFolder \ No newline at end of file diff --git a/README.md b/README.md index 40ce32822c..db6b8da166 100644 --- a/README.md +++ b/README.md @@ -207,3 +207,7 @@ This workflow illustrates how to get the related PR number to a push event. [![39 - Extract From Branch](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/39-extract-from-branch.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/39-extract-from-branch.yml) [![40 - Invoked Workflow Dispatch](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/40-invoked-workflow-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/40-invoked-workflow-dispatch.yml) This workflows illustrate how to extract the tag version when a specific branch is created (e.g: `release-1.2.3`), and how to invoke another workflow through a disptach event sending this tag as input. + +[![41 - Commit other repo](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/41-commit-other-repo.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/41-commit-other-repo.yml) + +This workflow illustrates how to commit files from the current repo to another repo. From 0eb013f2be053119c06cce1d8e73b5f855537004 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Dec 2021 02:33:29 +0000 Subject: [PATCH 0222/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 62a37731f0..fa5262d0bd 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Dec 7 02:35:29 UTC 2021 +Wed Dec 8 02:33:29 UTC 2021 From a4190eba496aa859d3cab48a81ad9819c72f17e6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Dec 2021 02:32:52 +0000 Subject: [PATCH 0223/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index fa5262d0bd..808dbfadf2 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Dec 8 02:33:29 UTC 2021 +Thu Dec 9 02:32:52 UTC 2021 From 2e7c9d28141af7d6809ed4b2e3a66439879638b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Dec 2021 10:30:58 -0300 Subject: [PATCH 0224/1768] add workflow tester 15 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester15.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/workflow-tester15.yml diff --git a/.github/workflows/workflow-tester15.yml b/.github/workflows/workflow-tester15.yml new file mode 100644 index 0000000000..382a37ec08 --- /dev/null +++ b/.github/workflows/workflow-tester15.yml @@ -0,0 +1,12 @@ +name: Test 15 #https://stackoverflow.com/questions/70290183/github-actions-pull-request-when-base-branch-has-name-something-not-target + +on: + pull_request: + branches: + - 'something\/**' + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Test" \ No newline at end of file From da6945611e0dde9a88b12bb24b23b6fecede2ee0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Dec 2021 10:50:00 -0300 Subject: [PATCH 0225/1768] add workflow tester 16 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester16.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/workflow-tester16.yml diff --git a/.github/workflows/workflow-tester16.yml b/.github/workflows/workflow-tester16.yml new file mode 100644 index 0000000000..7a4f04fb8c --- /dev/null +++ b/.github/workflows/workflow-tester16.yml @@ -0,0 +1,12 @@ +name: Test 16 #https://stackoverflow.com/questions/70290183/github-actions-pull-request-when-base-branch-has-name-something-not-target + +on: + pull_request_target: + branches: + - 'something\/**' + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Test Something" \ No newline at end of file From 12dd318a0ee955a04ae22675ee1a1a3ce763d11d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Dec 2021 10:57:23 -0300 Subject: [PATCH 0226/1768] remove workflow tester 16 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester16.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/workflow-tester16.yml diff --git a/.github/workflows/workflow-tester16.yml b/.github/workflows/workflow-tester16.yml deleted file mode 100644 index 7a4f04fb8c..0000000000 --- a/.github/workflows/workflow-tester16.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Test 16 #https://stackoverflow.com/questions/70290183/github-actions-pull-request-when-base-branch-has-name-something-not-target - -on: - pull_request_target: - branches: - - 'something\/**' - -jobs: - test: - runs-on: ubuntu-latest - steps: - - run: echo "Test Something" \ No newline at end of file From 25749f050539aad1f4a79b2eadf3639476386ec7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Dec 2021 02:31:38 +0000 Subject: [PATCH 0227/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 808dbfadf2..6518537e47 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Dec 9 02:32:52 UTC 2021 +Fri Dec 10 02:31:38 UTC 2021 From 77e7af7b24bd99ca3106c42e71f7ba697af04b70 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 11 Dec 2021 02:33:53 +0000 Subject: [PATCH 0228/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6518537e47..faa0c0e171 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Dec 10 02:31:38 UTC 2021 +Sat Dec 11 02:33:53 UTC 2021 From 41abcd77805e13e57e218a06275fd243320f1747 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:19:19 -0300 Subject: [PATCH 0229/1768] add workflow tester 16 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester16.yml | 69 +++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/workflows/workflow-tester16.yml diff --git a/.github/workflows/workflow-tester16.yml b/.github/workflows/workflow-tester16.yml new file mode 100644 index 0000000000..0388857794 --- /dev/null +++ b/.github/workflows/workflow-tester16.yml @@ -0,0 +1,69 @@ +name: Test 16 #https://stackoverflow.com/questions/60364190/invalid-workflow-file + +on: + pull_request: + branches: + - main + +env: + IMAGE_NAME: api + +jobs: + build: + name: Application build + runs-on: ubuntu-latest + steps: + - name: Checkout repository (#1) + uses: actions/checkout@v2 + - name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.101 + - name: Build API + run: dotnet build --configuration Release + + tests: + runs-on: ubuntu-latest + steps: + - name: Checkout repository (#2) + uses: actions/checkout@v2 + - name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.101 + - name: Run API Tests + run: dotnet test + + auto-approve: + name: Auto approve pull request + runs-on: ubuntu-latest + steps: + - uses: hmarr/auto-approve-action@v2.0.0 + with: + github-token: "${{ secrets.GITHUB_TOKEN }}" + + automerge: + runs-on: ubuntu-latest + steps: + - name: automerge + uses: "pascalgn/automerge-action@ccae530ae13b6af67a7a2009c266fe925844e658" + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + + docker-build: + runs-on: ubuntu-latest + steps: + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) + + docker-deploy: + runs-on: ubuntu-latest + steps: + - name: Push Docker image to registry + uses: jerray/publish-docker-action@master + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + registry: docker.pkg.github.com + repository: jerray/publish-docker-action + auto_tag: true \ No newline at end of file From 791fee810fb53fe849ea4a607198e576ff3db59a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Sat, 11 Dec 2021 11:20:32 -0300 Subject: [PATCH 0230/1768] Update workflow-tester16.yml --- .github/workflows/workflow-tester16.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester16.yml b/.github/workflows/workflow-tester16.yml index 0388857794..a69fb0eb7c 100644 --- a/.github/workflows/workflow-tester16.yml +++ b/.github/workflows/workflow-tester16.yml @@ -1,6 +1,7 @@ name: Test 16 #https://stackoverflow.com/questions/60364190/invalid-workflow-file on: + workflow_dispatch: pull_request: branches: - main @@ -66,4 +67,4 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} registry: docker.pkg.github.com repository: jerray/publish-docker-action - auto_tag: true \ No newline at end of file + auto_tag: true From 4b92b410c9f76d164e799b9a93e5a6e054f83b22 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:31:47 -0300 Subject: [PATCH 0231/1768] add workflow tester 17 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester17.yml | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/workflow-tester17.yml diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml new file mode 100644 index 0000000000..b25af52fb3 --- /dev/null +++ b/.github/workflows/workflow-tester17.yml @@ -0,0 +1,38 @@ +name: Test 17 #https://stackoverflow.com/questions/60316124/is-it-possible-to-create-a-if-statement-when-setting-an-action-input-on-github-a + +on: + workflow_dispatch: + push: + +env: + IMAGE_NAME: api + +jobs: + build: + name: Application build + runs-on: ubuntu-latest + steps: + - name: Check environment + if: github.ref == 'refs/heads/main' + id: check + run: | + if [ github.ref != 'refs/heads/main' ]; then + echo "IS NOT main branch" + echo "environment a" + ENV_A = echo "environment a" + echo "::set-output name=environment::$(echo $ENV_A)" + else + echo "IS main branch" + echo "environment b" + ENV_B = echo "environment b" + echo "::set-output name=environment::$(echo $ENV_B)" + # - name: My action + # uses: myAction@v1 + # with: + # config 1: some config identical to other step + # config 2: some other config identical to other step + # environment: ${{ steps.check.outputs.environment }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Test + run: echo "${{ steps.check.outputs.environment }}" \ No newline at end of file From 0b32efeb7330f67edf56a609ea268cec84cede85 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:32:58 -0300 Subject: [PATCH 0232/1768] update workflow tester 17 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester17.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index b25af52fb3..3f32641466 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -16,7 +16,7 @@ jobs: if: github.ref == 'refs/heads/main' id: check run: | - if [ github.ref != 'refs/heads/main' ]; then + if [ ${{github.ref}} != 'refs/heads/main' ]; then echo "IS NOT main branch" echo "environment a" ENV_A = echo "environment a" @@ -26,6 +26,7 @@ jobs: echo "environment b" ENV_B = echo "environment b" echo "::set-output name=environment::$(echo $ENV_B)" + shell: bash # - name: My action # uses: myAction@v1 # with: From 46fc537c388f3aa87c9a035d838fc511db59f62f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Sat, 11 Dec 2021 11:34:05 -0300 Subject: [PATCH 0233/1768] Update workflow-tester17.yml --- .github/workflows/workflow-tester17.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index 3f32641466..b52b0cee00 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -9,11 +9,9 @@ env: jobs: build: - name: Application build runs-on: ubuntu-latest steps: - name: Check environment - if: github.ref == 'refs/heads/main' id: check run: | if [ ${{github.ref}} != 'refs/heads/main' ]; then @@ -36,4 +34,4 @@ jobs: # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Test - run: echo "${{ steps.check.outputs.environment }}" \ No newline at end of file + run: echo "${{ steps.check.outputs.environment }}" From c67c9a710a3dd3215c4c1c82a25aba79007fd915 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:34:47 -0300 Subject: [PATCH 0234/1768] update workflow tester 17 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester17.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index b52b0cee00..d7258bc264 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -14,7 +14,7 @@ jobs: - name: Check environment id: check run: | - if [ ${{github.ref}} != 'refs/heads/main' ]; then + if [ ${{ github.ref }} != 'refs/heads/main' ]; then echo "IS NOT main branch" echo "environment a" ENV_A = echo "environment a" @@ -24,6 +24,7 @@ jobs: echo "environment b" ENV_B = echo "environment b" echo "::set-output name=environment::$(echo $ENV_B)" + fi shell: bash # - name: My action # uses: myAction@v1 From 909234c9516eba3b8d9a975ef41f09beb8814196 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:36:03 -0300 Subject: [PATCH 0235/1768] update workflow tester 17 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester17.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index d7258bc264..b8ce91c55b 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -17,13 +17,13 @@ jobs: if [ ${{ github.ref }} != 'refs/heads/main' ]; then echo "IS NOT main branch" echo "environment a" - ENV_A = echo "environment a" - echo "::set-output name=environment::$(echo $ENV_A)" + ENV_A = "environment a" + echo "::set-output name=environment::$ENV_A" else echo "IS main branch" echo "environment b" - ENV_B = echo "environment b" - echo "::set-output name=environment::$(echo $ENV_B)" + ENV_B = "environment b" + echo "::set-output name=environment::$ENV_B" fi shell: bash # - name: My action From b6061f838da0f7bcd2b56b06e2a68836ba97bb72 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 11 Dec 2021 11:36:59 -0300 Subject: [PATCH 0236/1768] update workflow tester 17 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester17.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index b8ce91c55b..266410bea5 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -17,13 +17,11 @@ jobs: if [ ${{ github.ref }} != 'refs/heads/main' ]; then echo "IS NOT main branch" echo "environment a" - ENV_A = "environment a" - echo "::set-output name=environment::$ENV_A" + echo "::set-output name=environment::a" else echo "IS main branch" echo "environment b" - ENV_B = "environment b" - echo "::set-output name=environment::$ENV_B" + echo "::set-output name=environment::b" fi shell: bash # - name: My action From 8cb98b98fc46ee241d3a0be02650811fb84ac641 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 12 Dec 2021 02:32:53 +0000 Subject: [PATCH 0237/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index faa0c0e171..3a8d32ae74 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Dec 11 02:33:53 UTC 2021 +Sun Dec 12 02:32:53 UTC 2021 From 42be3ba133565355a5902e565a6e2f4083bdf379 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Dec 2021 02:32:56 +0000 Subject: [PATCH 0238/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 3a8d32ae74..e1f6b1e947 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Dec 12 02:32:53 UTC 2021 +Mon Dec 13 02:32:56 UTC 2021 From d1dd836bf2a0a812621ef05562a33cc13fbc6c21 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Dec 2021 14:13:22 -0300 Subject: [PATCH 0239/1768] add workflow-tester18.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester18.yml | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/workflows/workflow-tester18.yml diff --git a/.github/workflows/workflow-tester18.yml b/.github/workflows/workflow-tester18.yml new file mode 100644 index 0000000000..9c7b3639fd --- /dev/null +++ b/.github/workflows/workflow-tester18.yml @@ -0,0 +1,39 @@ +name: Test 18 #https://stackoverflow.com/questions/70326569/github-workflow-how-to-conditionally-setup-env-for-all-subsequent-jobs + +on: + workflow_dispatch: + push: + +jobs: + test1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Set exported variable + id: test-env + run: | + if [ ${{ github.ref }} != 'refs/heads/main' ]; then + echo "IS NOT main branch" + echo "test=abc" >> $GITHUB_ENV + else + echo "IS main branch" + echo "test=123" >> $GITHUB_ENV + fi + shell: bash + + - name: Read exported variable + run: | + echo "$test" + echo "${{ env.test }}" + + test2: + runs-on: ubuntu-latest + needs: [test1] + steps: + - uses: actions/checkout@v2 + - name: Read exported variable + run: | + echo "$test" + echo "${{ env.test }}" + From f3193269bb645da98cafbac0422b4f1b6531de40 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Dec 2021 14:16:35 -0300 Subject: [PATCH 0240/1768] update workflow-tester18.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester18.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester18.yml b/.github/workflows/workflow-tester18.yml index 9c7b3639fd..12f8d4f4b9 100644 --- a/.github/workflows/workflow-tester18.yml +++ b/.github/workflows/workflow-tester18.yml @@ -7,6 +7,8 @@ on: jobs: test1: runs-on: ubuntu-latest + outputs: + output1: ${{ steps.test-env.outputs.test }} steps: - uses: actions/checkout@v2 @@ -16,16 +18,19 @@ jobs: if [ ${{ github.ref }} != 'refs/heads/main' ]; then echo "IS NOT main branch" echo "test=abc" >> $GITHUB_ENV + echo "::set-output name=test::abc" else echo "IS main branch" echo "test=123" >> $GITHUB_ENV + echo "::set-output name=test::123" fi shell: bash - name: Read exported variable run: | echo "$test" - echo "${{ env.test }}" + echo "ENV: ${{ env.test }}" + echo "OUTPUT: ${{ steps.check.test-env.test }}" test2: runs-on: ubuntu-latest @@ -34,6 +39,5 @@ jobs: - uses: actions/checkout@v2 - name: Read exported variable run: | - echo "$test" - echo "${{ env.test }}" - + echo "ENV ${{ env.test }}" + echo "OUTPUT: ${{needs.test1.outputs.output1}}" From ea5da38d7577201d93398caaf9a9ec30a7ac311f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Dec 2021 14:28:26 -0300 Subject: [PATCH 0241/1768] update workflow-tester18.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester18.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow-tester18.yml b/.github/workflows/workflow-tester18.yml index 12f8d4f4b9..4ec6cfab4b 100644 --- a/.github/workflows/workflow-tester18.yml +++ b/.github/workflows/workflow-tester18.yml @@ -5,15 +5,14 @@ on: push: jobs: - test1: + setup-job: runs-on: ubuntu-latest outputs: - output1: ${{ steps.test-env.outputs.test }} + var1: ${{ steps.set-variable.outputs.test }} steps: - uses: actions/checkout@v2 - - - name: Set exported variable - id: test-env + - name: Set test variable + id: set-variable run: | if [ ${{ github.ref }} != 'refs/heads/main' ]; then echo "IS NOT main branch" @@ -25,19 +24,17 @@ jobs: echo "::set-output name=test::123" fi shell: bash - - name: Read exported variable run: | - echo "$test" - echo "ENV: ${{ env.test }}" + echo "ENV ${{ env.test }}" echo "OUTPUT: ${{ steps.check.test-env.test }}" - test2: + subsequent-job: runs-on: ubuntu-latest - needs: [test1] + needs: [setup-job] steps: - uses: actions/checkout@v2 - name: Read exported variable run: | echo "ENV ${{ env.test }}" - echo "OUTPUT: ${{needs.test1.outputs.output1}}" + echo "OUTPUT: ${{needs.setup-job.outputs.var1}}" \ No newline at end of file From 73af7f16772f53570f0f3d762639205a6ca2d56c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Dec 2021 15:24:04 -0300 Subject: [PATCH 0242/1768] update workflow-tester18.yml Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester18.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester18.yml b/.github/workflows/workflow-tester18.yml index 4ec6cfab4b..1704dbb0f1 100644 --- a/.github/workflows/workflow-tester18.yml +++ b/.github/workflows/workflow-tester18.yml @@ -26,7 +26,7 @@ jobs: shell: bash - name: Read exported variable run: | - echo "ENV ${{ env.test }}" + echo "ENV: ${{ env.test }}" echo "OUTPUT: ${{ steps.check.test-env.test }}" subsequent-job: @@ -36,5 +36,5 @@ jobs: - uses: actions/checkout@v2 - name: Read exported variable run: | - echo "ENV ${{ env.test }}" + echo "ENV: ${{ env.test }}" echo "OUTPUT: ${{needs.setup-job.outputs.var1}}" \ No newline at end of file From 7654d0fc1abc405047e6b8289d0e5d198faacbe1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Dec 2021 02:34:10 +0000 Subject: [PATCH 0243/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index e1f6b1e947..65a9b3c1c4 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Dec 13 02:32:56 UTC 2021 +Tue Dec 14 02:34:10 UTC 2021 From f15f9d67ec90b6487be7bd8f60e942689be5f87f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Dec 2021 02:33:48 +0000 Subject: [PATCH 0244/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 65a9b3c1c4..b07150c094 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Dec 14 02:34:10 UTC 2021 +Wed Dec 15 02:33:48 UTC 2021 From 83bdb94f4893b1a2241564e75fe1f50f65aade17 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Dec 2021 02:32:29 +0000 Subject: [PATCH 0245/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b07150c094..dcf619972b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Dec 15 02:33:48 UTC 2021 +Thu Dec 16 02:32:29 UTC 2021 From 67e2806c20554c6a5609ef73483c96b7fb1f9b7a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Dec 2021 02:34:44 +0000 Subject: [PATCH 0246/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index dcf619972b..f045d9a1a7 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Dec 16 02:32:29 UTC 2021 +Fri Dec 17 02:34:44 UTC 2021 From 2f815b7b43ffdfcb7d350b23cfeb11a5fabea1d8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Dec 2021 02:38:03 +0000 Subject: [PATCH 0247/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f045d9a1a7..301aa34c30 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Dec 17 02:34:44 UTC 2021 +Sat Dec 18 02:38:03 UTC 2021 From 9d7b5d87e3a5418cff7589654716bb0ff4508e50 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 19 Dec 2021 02:36:42 +0000 Subject: [PATCH 0248/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 301aa34c30..2254077c6a 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Dec 18 02:38:03 UTC 2021 +Sun Dec 19 02:36:42 UTC 2021 From 995eacdeec1678bc48fea4155b528200fed13004 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Dec 2021 02:35:42 +0000 Subject: [PATCH 0249/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 2254077c6a..d6fd3ace13 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Dec 19 02:36:42 UTC 2021 +Mon Dec 20 02:35:42 UTC 2021 From 241f83d8567c98407b8261c91de03f9cd7a1c76f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 Dec 2021 02:36:37 +0000 Subject: [PATCH 0250/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index d6fd3ace13..fce2f428f6 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Dec 20 02:35:42 UTC 2021 +Tue Dec 21 02:36:37 UTC 2021 From b142623da49a937ab682a361d85ad64bec33976c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Dec 2021 02:36:57 +0000 Subject: [PATCH 0251/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index fce2f428f6..fba35a2c4b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Dec 21 02:36:37 UTC 2021 +Wed Dec 22 02:36:57 UTC 2021 From 153ae8504186f96caed1cbe6ec71c242d5f0dbf3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Dec 2021 15:00:09 -0300 Subject: [PATCH 0252/1768] add workflow-tester19 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester19.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/workflow-tester19.yml diff --git a/.github/workflows/workflow-tester19.yml b/.github/workflows/workflow-tester19.yml new file mode 100644 index 0000000000..a7000f66c8 --- /dev/null +++ b/.github/workflows/workflow-tester19.yml @@ -0,0 +1,18 @@ +name: Test 19 #https://stackoverflow.com/questions/65893608/github-actions-unable-to-set-up-python-virtual-environment + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: 3.8 + - run: | + pip install --upgrade pip + python3.8 -m venv env + source env/bin/activate \ No newline at end of file From 946012d6e77fa8e9d7941c36991a94daf51a917c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Dec 2021 15:03:40 -0300 Subject: [PATCH 0253/1768] update workflow-tester19 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester19.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester19.yml b/.github/workflows/workflow-tester19.yml index a7000f66c8..78a1b2de9a 100644 --- a/.github/workflows/workflow-tester19.yml +++ b/.github/workflows/workflow-tester19.yml @@ -15,4 +15,5 @@ jobs: - run: | pip install --upgrade pip python3.8 -m venv env - source env/bin/activate \ No newline at end of file + source env/bin/activate + echo "VIRTUAL ENV:" $VIRTUAL_ENV \ No newline at end of file From b13fcbf8a54386cab8af2b844eec1707edf6223b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Dec 2021 15:04:27 -0300 Subject: [PATCH 0254/1768] update workflow-tester19 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester19.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester19.yml b/.github/workflows/workflow-tester19.yml index 78a1b2de9a..bcbba4c82c 100644 --- a/.github/workflows/workflow-tester19.yml +++ b/.github/workflows/workflow-tester19.yml @@ -12,7 +12,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - run: | + - name: Run Python commands + run: | pip install --upgrade pip python3.8 -m venv env source env/bin/activate From ccd257fa3e143bd824aad136965bbb4caa630b57 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Dec 2021 02:35:11 +0000 Subject: [PATCH 0255/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index fba35a2c4b..ce79dfe150 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Dec 22 02:36:57 UTC 2021 +Thu Dec 23 02:35:11 UTC 2021 From 4e5b444d47c3078636d4ca64bf0cdd2996155c7a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Dec 2021 02:34:46 +0000 Subject: [PATCH 0256/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index ce79dfe150..f03289df18 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Dec 23 02:35:11 UTC 2021 +Fri Dec 24 02:34:46 UTC 2021 From 637e3ab771660e0f794502feb50fd3980ba355a5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 Dec 2021 02:36:50 +0000 Subject: [PATCH 0257/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f03289df18..79caea4b40 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Dec 24 02:34:46 UTC 2021 +Sat Dec 25 02:36:50 UTC 2021 From 1b9edc47051fd4a7548bbad1fe4e970d2631d019 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 26 Dec 2021 02:37:58 +0000 Subject: [PATCH 0258/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 79caea4b40..41652f719a 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Dec 25 02:36:50 UTC 2021 +Sun Dec 26 02:37:58 UTC 2021 From 18f59a11fc04546174c684dcc8124c96eaf5bea8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Dec 2021 02:35:12 +0000 Subject: [PATCH 0259/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 41652f719a..e9c29abe90 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Dec 26 02:37:58 UTC 2021 +Mon Dec 27 02:35:12 UTC 2021 From 5b6869b0a998d76c6a36fd4ba2a0ef21cd738e83 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 Dec 2021 02:35:02 +0000 Subject: [PATCH 0260/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index e9c29abe90..6005c76f52 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Dec 27 02:35:12 UTC 2021 +Tue Dec 28 02:35:02 UTC 2021 From c626bff960cd0d0761d0322d1b045682b2ce1b91 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Dec 2021 02:34:41 +0000 Subject: [PATCH 0261/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6005c76f52..057feaffc5 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Dec 28 02:35:02 UTC 2021 +Wed Dec 29 02:34:41 UTC 2021 From 66a81a50217150717f9c71d6aa7a99ecf87b10d5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Dec 2021 02:34:14 +0000 Subject: [PATCH 0262/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 057feaffc5..ae04c0c98d 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Dec 29 02:34:41 UTC 2021 +Thu Dec 30 02:34:14 UTC 2021 From 74ffda25420c50b12a09a772ffb88e64830e9ce2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:04:02 -0300 Subject: [PATCH 0263/1768] add workfloz-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 250 ++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 .github/workflows/workflow-tester20.yml diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml new file mode 100644 index 0000000000..a57eb6528c --- /dev/null +++ b/.github/workflows/workflow-tester20.yml @@ -0,0 +1,250 @@ + name: 'Test 20' # Related to https://stackoverflow.com/questions/70531237/github-actions-yaml-for-multiple-deployment-images-for-different-stages-with-the?noredirect=1#comment124678457_70531237 + + on: + workflow_dispatch: + # push: + # branches-ignore: + # - '**' + + workflow_dispatch: + inputs: + git-ref: + description: Git Ref (Optional) + default: develop + required: false + + account: + description: slb-dev, slb-prod + default: slb-dev + required: true + + account_prod: + description: slb-dev, slb-prod + default: slb-prod + required: true + + environment: + description: development (main, int, qs), production (v1_demo, v1_rosecity, demo) + default: main + required: false + + microservice: + description: chroma, liquid, tenant, dashboard, lims, lims-simulator, client, logging, metrc + default: chroma + required: false + + builddir: + description: MicroChromatographyService/MicroChromatographyService, MicroLiquidHandlingService/MicroLiquidHandlingService, MicroTenantService/MicroTenantService, MicroDashboardService/MicroDashboardService, LIMSIntegrationService/LIMSIntegrationService, LIMSSimulatorService/LIMSSimulatorService, IntegrationHubClientService/IntegrationHubClientService, PerkinElmer.LoggingService/PerkinElmer.LoggingService, MetRCReportService/MetRCReportService + default: MicroChromatographyService/MicroChromatographyService + required: false + + jobs: + setup: + name: Setup ENV Variables + runs-on: ubuntu-latest + environment: + name: dev + url: https://dev.test.com + steps: + - name: Set Vars + id: setvars + run: | + echo "::set-output name=APP_NAME::${{ github.event.inputs.microservice }}" + echo "::set-output name=AWS_REGION::us-east-1" + echo "::set-output name=SHA8::${{ github.sha }} | cut -c1-8)" + echo "::set-output name=BUILD_DIR::${{ github.event.inputs.builddir }}" + echo "::set-output name=ECR_REPOSITORY::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_CLUSTER::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}" + echo "::set-output name=ECS_SERVICE::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" + echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + outputs: + APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setvars.outputs.ECS_CONTAINER_NAME }} + + - name: Set Prod Vars + id: setprodvars + run: | + echo "::set-output name=APP_NAME::${{ github.event.inputs.microservice }}" + echo "::set-output name=AWS_REGION::us-east-1" + echo "::set-output name=SHA8::${{ github.sha }} | cut -c1-8)" + echo "::set-output name=BUILD_DIR::${{ github.event.inputs.builddir }}" + echo "::set-output name=ECR_REPOSITORY::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_CLUSTER::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}" + echo "::set-output name=ECS_SERVICE::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" + echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + outputs: + APP_NAME: ${{ steps.setprodvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setprodvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setprodvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setprodvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setprodvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setprodvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setprodvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setprodvars.outputs.ECS_CONTAINER_NAME }} + + DeployDev: + name: Deploy to Dev + needs: setup + runs-on: ubuntu-latest + permissions: + packages: write + contents: write + id-token: write + environment: + name: Dev + url: 'http://dev.myapp.com' + steps: + - name: Set Environments + run: | + if [[ "${{github.event.inputs.account}}" == "slb-dev" ]]; then + echo "AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }}" >> $GITHUB_ENV + echo "AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }}" >> $GITHUB_ENV + fi + + if [[ "${{github.event.inputs.account}}" == "slb-prod" ]]; then + echo "AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }}" >> $GITHUB_ENV + echo "AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }}" >> $GITHUB_ENV + fi + + - name: Clone Repository (Current branch) + uses: actions/checkout@v2 + if: github.event.inputs.git-ref == '' + + - name: Clone Repository (Custom Ref) + uses: actions/checkout@v2 + if: github.event.inputs.git-ref != '' + with: + ref: ${{ github.event.inputs.git-ref }} + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ needs.setup.outputs.AWS_REGION }} + + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + + - name: Build, tag, and push image to Amazon ECR + id: build-image + env: + ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} + ECR_REPOSITORY: ${{ needs.setup.outputs.ECR_REPOSITORY }} + IMAGE_TAG: ${{ github.sha }} + run: | + cd ${{ needs.setup.outputs.BUILD_DIR }} + docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . + docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG + docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest + echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" + + - name: Download task definition + run: | + aws ecs describe-task-definition --task-definition ${{ needs.setup.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + + - name: Fill in the new image ID in the Amazon ECS task definition + id: task-def + uses: aws-actions/amazon-ecs-render-task-definition@v1 + with: + task-definition: ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + container-name: ${{ needs.setup.outputs.ECS_CONTAINER_NAME }} + image: ${{ steps.build-image.outputs.image }} + + - name: Deploy Amazon ECS task definition + uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + with: + task-definition: ${{ steps.task-def.outputs.task-definition }} + service: ${{ needs.setup.outputs.ECS_SERVICE }} + cluster: ${{ needs.setup.outputs.ECS_CLUSTER }} + wait-for-service-stability: true + + + DeployProd: + name: Deploy to Production + needs: [setup, DeployDev] + runs-on: ubuntu-latest + permissions: + packages: write + contents: write + id-token: write + environment: + name: Production + url: 'http://dev.myapp.com' + steps: + - name: Set Environments + run: | + if [[ "${{github.event.inputs.account_prod}}" == "slb-dev" ]]; then + echo "AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }}" >> $GITHUB_ENV + echo "AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }}" >> $GITHUB_ENV + fi + if [[ "${{github.event.inputs.account_prod}}" == "slb-prod" ]]; then + echo "AWS_ACCESS_KEY_ID=${{ env.AWS_ACCESS_KEY_ID }}" >> $GITHUB_ENV + echo "AWS_SECRET_ACCESS_KEY=${{ env.AWS_SECRET_ACCESS_KEY }}" >> $GITHUB_ENV + fi + - name: Clone Repository (Current branch) + uses: actions/checkout@v2 + if: github.event.inputs.git-ref == '' + + - name: Clone Repository (Custom Ref) + uses: actions/checkout@v2 + if: github.event.inputs.git-ref != '' + with: + ref: ${{ github.event.inputs.git-ref }} + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ needs.setup.outputs.AWS_REGION }} + + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + + - name: Build, tag, and push image to Amazon ECR + id: build-image + env: + ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} + ECR_REPOSITORY: ${{ needs.setup.outputs.ECR_REPOSITORY }} + IMAGE_TAG: ${{ github.sha }} + run: | + cd ${{ needs.setup.outputs.BUILD_DIR }} + docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . + docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG + docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest + echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" + - name: Download task definition + run: | + aws ecs describe-task-definition --task-definition ${{ needs.setup.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + - name: Fill in the new image ID in the Amazon ECS task definition + id: task-def + uses: aws-actions/amazon-ecs-render-task-definition@v1 + with: + task-definition: ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + container-name: ${{ needs.setup.outputs.ECS_CONTAINER_NAME }} + image: ${{ steps.build-image.outputs.image }} + + - name: Deploy Amazon ECS task definition + uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + with: + task-definition: ${{ steps.task-def.outputs.task-definition }} + service: ${{ needs.setup.outputs.ECS_SERVICE }} + cluster: ${{ needs.setup.outputs.ECS_CLUSTER }} + wait-for-service-stability: true \ No newline at end of file From 71f250ffd45f8a5b77d4f61fac55e8ff59f6d052 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:05:51 -0300 Subject: [PATCH 0264/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index a57eb6528c..b3b0a28707 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -84,17 +84,6 @@ echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - outputs: - APP_NAME: ${{ steps.setprodvars.outputs.APP_NAME }} - AWS_REGION: ${{ steps.setprodvars.outputs.AWS_REGION }} - SHA8: ${{ steps.setprodvars.outputs.SHA8 }} - BUILD_DIR: ${{ steps.setprodvars.outputs.BUILD_DIR }} - ECR_REPOSITORY: ${{ steps.setprodvars.outputs.ECR_REPOSITORY }} - ECS_CLUSTER: ${{ steps.setprodvars.outputs.ECS_CLUSTER }} - ECS_SERVICE: ${{ steps.setprodvars.outputs.ECS_SERVICE }} - ECS_TASK_DEFINITION: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION }} - ECS_TASK_DEFINITION_FILE: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION_FILE }} - ECS_CONTAINER_NAME: ${{ steps.setprodvars.outputs.ECS_CONTAINER_NAME }} DeployDev: name: Deploy to Dev From 472daa8b0629b84fff7d7cdf50c6a123e36b7d8a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:08:19 -0300 Subject: [PATCH 0265/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 33 ++++++++++++++++--------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index b3b0a28707..7d632d7ba3 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -59,17 +59,17 @@ echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - outputs: - APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} - AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} - SHA8: ${{ steps.setvars.outputs.SHA8 }} - BUILD_DIR: ${{ steps.setvars.outputs.BUILD_DIR }} - ECR_REPOSITORY: ${{ steps.setvars.outputs.ECR_REPOSITORY }} - ECS_CLUSTER: ${{ steps.setvars.outputs.ECS_CLUSTER }} - ECS_SERVICE: ${{ steps.setvars.outputs.ECS_SERVICE }} - ECS_TASK_DEFINITION: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION }} - ECS_TASK_DEFINITION_FILE: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION_FILE }} - ECS_CONTAINER_NAME: ${{ steps.setvars.outputs.ECS_CONTAINER_NAME }} + outputs: + APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setvars.outputs.ECS_CONTAINER_NAME }} - name: Set Prod Vars id: setprodvars @@ -84,6 +84,17 @@ echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + outputs: + APP_NAME: ${{ steps.setprodvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setprodvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setprodvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setprodvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setprodvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setprodvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setprodvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setprodvars.outputs.ECS_CONTAINER_NAME }} DeployDev: name: Deploy to Dev From 525ed10c7698de280f8e1c95e8ab1251509bb830 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:08:43 -0300 Subject: [PATCH 0266/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index 7d632d7ba3..5d1cc5e9c7 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -1,7 +1,6 @@ name: 'Test 20' # Related to https://stackoverflow.com/questions/70531237/github-actions-yaml-for-multiple-deployment-images-for-different-stages-with-the?noredirect=1#comment124678457_70531237 on: - workflow_dispatch: # push: # branches-ignore: # - '**' From 54c233f2a0f3aa4b168c70d8a5fd7e5910129754 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:13:43 -0300 Subject: [PATCH 0267/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 83 ++++++++++++++----------- 1 file changed, 45 insertions(+), 38 deletions(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index 5d1cc5e9c7..caa00a7af7 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -38,38 +38,24 @@ required: false jobs: - setup: + setup1: name: Setup ENV Variables runs-on: ubuntu-latest environment: name: dev url: https://dev.test.com + outputs: + APP_NAME: ${{ steps.setprodvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setprodvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setprodvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setprodvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setprodvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setprodvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setprodvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setprodvars.outputs.ECS_CONTAINER_NAME }} steps: - - name: Set Vars - id: setvars - run: | - echo "::set-output name=APP_NAME::${{ github.event.inputs.microservice }}" - echo "::set-output name=AWS_REGION::us-east-1" - echo "::set-output name=SHA8::${{ github.sha }} | cut -c1-8)" - echo "::set-output name=BUILD_DIR::${{ github.event.inputs.builddir }}" - echo "::set-output name=ECR_REPOSITORY::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - echo "::set-output name=ECS_CLUSTER::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}" - echo "::set-output name=ECS_SERVICE::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" - echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - outputs: - APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} - AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} - SHA8: ${{ steps.setvars.outputs.SHA8 }} - BUILD_DIR: ${{ steps.setvars.outputs.BUILD_DIR }} - ECR_REPOSITORY: ${{ steps.setvars.outputs.ECR_REPOSITORY }} - ECS_CLUSTER: ${{ steps.setvars.outputs.ECS_CLUSTER }} - ECS_SERVICE: ${{ steps.setvars.outputs.ECS_SERVICE }} - ECS_TASK_DEFINITION: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION }} - ECS_TASK_DEFINITION_FILE: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION_FILE }} - ECS_CONTAINER_NAME: ${{ steps.setvars.outputs.ECS_CONTAINER_NAME }} - - name: Set Prod Vars id: setprodvars run: | @@ -83,18 +69,39 @@ echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" - outputs: - APP_NAME: ${{ steps.setprodvars.outputs.APP_NAME }} - AWS_REGION: ${{ steps.setprodvars.outputs.AWS_REGION }} - SHA8: ${{ steps.setprodvars.outputs.SHA8 }} - BUILD_DIR: ${{ steps.setprodvars.outputs.BUILD_DIR }} - ECR_REPOSITORY: ${{ steps.setprodvars.outputs.ECR_REPOSITORY }} - ECS_CLUSTER: ${{ steps.setprodvars.outputs.ECS_CLUSTER }} - ECS_SERVICE: ${{ steps.setprodvars.outputs.ECS_SERVICE }} - ECS_TASK_DEFINITION: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION }} - ECS_TASK_DEFINITION_FILE: ${{ steps.setprodvars.outputs.ECS_TASK_DEFINITION_FILE }} - ECS_CONTAINER_NAME: ${{ steps.setprodvars.outputs.ECS_CONTAINER_NAME }} - + + setup2: + name: Setup ENV Variables + runs-on: ubuntu-latest + environment: + name: dev + url: https://dev.test.com + outputs: + APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} + AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} + SHA8: ${{ steps.setvars.outputs.SHA8 }} + BUILD_DIR: ${{ steps.setvars.outputs.BUILD_DIR }} + ECR_REPOSITORY: ${{ steps.setvars.outputs.ECR_REPOSITORY }} + ECS_CLUSTER: ${{ steps.setvars.outputs.ECS_CLUSTER }} + ECS_SERVICE: ${{ steps.setvars.outputs.ECS_SERVICE }} + ECS_TASK_DEFINITION: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION }} + ECS_TASK_DEFINITION_FILE: ${{ steps.setvars.outputs.ECS_TASK_DEFINITION_FILE }} + ECS_CONTAINER_NAME: ${{ steps.setvars.outputs.ECS_CONTAINER_NAME }} + steps: + - name: Set Vars + id: setvars + run: | + echo "::set-output name=APP_NAME::${{ github.event.inputs.microservice }}" + echo "::set-output name=AWS_REGION::us-east-1" + echo "::set-output name=SHA8::${{ github.sha }} | cut -c1-8)" + echo "::set-output name=BUILD_DIR::${{ github.event.inputs.builddir }}" + echo "::set-output name=ECR_REPOSITORY::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_CLUSTER::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}" + echo "::set-output name=ECS_SERVICE::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + echo "::set-output name=ECS_TASK_DEFINITION_FILE::task-definition-${{ github.event.inputs.microservice }}.json" + echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" + DeployDev: name: Deploy to Dev needs: setup From 061ac52a8ed424c3ac0bc2564cce4305a5a4c374 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:17:00 -0300 Subject: [PATCH 0268/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index caa00a7af7..530b58e3eb 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -104,7 +104,7 @@ DeployDev: name: Deploy to Dev - needs: setup + needs: setup1 runs-on: ubuntu-latest permissions: packages: write @@ -183,7 +183,7 @@ DeployProd: name: Deploy to Production - needs: [setup, DeployDev] + needs: [setup2, DeployDev] runs-on: ubuntu-latest permissions: packages: write From 2a15d62d065dbffa0b70ec43a29c11aa5bb08759 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Dec 2021 11:19:22 -0300 Subject: [PATCH 0269/1768] update workflow-tester20 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester20.yml | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/workflow-tester20.yml b/.github/workflows/workflow-tester20.yml index 530b58e3eb..d3d795f4e7 100644 --- a/.github/workflows/workflow-tester20.yml +++ b/.github/workflows/workflow-tester20.yml @@ -71,11 +71,11 @@ echo "::set-output name=ECS_CONTAINER_NAME::${{ github.event.inputs.account_prod }}-${{ github.event.inputs.environment }}-${{ github.event.inputs.microservice }}" setup2: - name: Setup ENV Variables + name: Setup PROD Variables runs-on: ubuntu-latest environment: - name: dev - url: https://dev.test.com + name: Production + url: 'http://dev.myapp.com' outputs: APP_NAME: ${{ steps.setvars.outputs.APP_NAME }} AWS_REGION: ${{ steps.setvars.outputs.AWS_REGION }} @@ -139,9 +139,9 @@ - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ${{ needs.setup.outputs.AWS_REGION }} + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ needs.setup1.outputs.AWS_REGION }} - name: Login to Amazon ECR id: login-ecr @@ -151,10 +151,10 @@ id: build-image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: ${{ needs.setup.outputs.ECR_REPOSITORY }} + ECR_REPOSITORY: ${{ needs.setup1.outputs.ECR_REPOSITORY }} IMAGE_TAG: ${{ github.sha }} run: | - cd ${{ needs.setup.outputs.BUILD_DIR }} + cd ${{ needs.setup1.outputs.BUILD_DIR }} docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest @@ -162,22 +162,22 @@ - name: Download task definition run: | - aws ecs describe-task-definition --task-definition ${{ needs.setup.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + aws ecs describe-task-definition --task-definition ${{ needs.setup1.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup1.outputs.ECS_TASK_DEFINITION_FILE }} - name: Fill in the new image ID in the Amazon ECS task definition id: task-def uses: aws-actions/amazon-ecs-render-task-definition@v1 with: - task-definition: ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} - container-name: ${{ needs.setup.outputs.ECS_CONTAINER_NAME }} + task-definition: ${{ needs.setup1.outputs.ECS_TASK_DEFINITION_FILE }} + container-name: ${{ needs.setup1.outputs.ECS_CONTAINER_NAME }} image: ${{ steps.build-image.outputs.image }} - name: Deploy Amazon ECS task definition uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.task-def.outputs.task-definition }} - service: ${{ needs.setup.outputs.ECS_SERVICE }} - cluster: ${{ needs.setup.outputs.ECS_CLUSTER }} + service: ${{ needs.setup1.outputs.ECS_SERVICE }} + cluster: ${{ needs.setup1.outputs.ECS_CLUSTER }} wait-for-service-stability: true @@ -216,9 +216,9 @@ - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ${{ needs.setup.outputs.AWS_REGION }} + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ needs.setup2.outputs.AWS_REGION }} - name: Login to Amazon ECR id: login-ecr @@ -228,29 +228,29 @@ id: build-image env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: ${{ needs.setup.outputs.ECR_REPOSITORY }} + ECR_REPOSITORY: ${{ needs.setup2.outputs.ECR_REPOSITORY }} IMAGE_TAG: ${{ github.sha }} run: | - cd ${{ needs.setup.outputs.BUILD_DIR }} + cd ${{ needs.setup2.outputs.BUILD_DIR }} docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" - name: Download task definition run: | - aws ecs describe-task-definition --task-definition ${{ needs.setup.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} + aws ecs describe-task-definition --task-definition ${{ needs.setup2.outputs.ECS_TASK_DEFINITION }} --query taskDefinition > ${{ needs.setup2.outputs.ECS_TASK_DEFINITION_FILE }} - name: Fill in the new image ID in the Amazon ECS task definition id: task-def uses: aws-actions/amazon-ecs-render-task-definition@v1 with: - task-definition: ${{ needs.setup.outputs.ECS_TASK_DEFINITION_FILE }} - container-name: ${{ needs.setup.outputs.ECS_CONTAINER_NAME }} + task-definition: ${{ needs.setup2.outputs.ECS_TASK_DEFINITION_FILE }} + container-name: ${{ needs.setup2.outputs.ECS_CONTAINER_NAME }} image: ${{ steps.build-image.outputs.image }} - name: Deploy Amazon ECS task definition uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.task-def.outputs.task-definition }} - service: ${{ needs.setup.outputs.ECS_SERVICE }} - cluster: ${{ needs.setup.outputs.ECS_CLUSTER }} + service: ${{ needs.setup2.outputs.ECS_SERVICE }} + cluster: ${{ needs.setup2.outputs.ECS_CLUSTER }} wait-for-service-stability: true \ No newline at end of file From a22d0f61dea890fcddd492c396d9c8d67fe9eeae Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Dec 2021 02:36:56 +0000 Subject: [PATCH 0270/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index ae04c0c98d..208ebf0ed6 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Thu Dec 30 02:34:14 UTC 2021 +Fri Dec 31 02:36:56 UTC 2021 From ceb8fd4d951bc177a4d0aef4acd758aec18a3a3e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Jan 2022 02:39:26 +0000 Subject: [PATCH 0271/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 208ebf0ed6..b1215f7672 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Dec 31 02:36:56 UTC 2021 +Sat Jan 1 02:39:26 UTC 2022 From d0b2807b8d9a68fa00b10af2c3a0cde0a35296a4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 2 Jan 2022 02:37:42 +0000 Subject: [PATCH 0272/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index b1215f7672..aac3e3114f 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sat Jan 1 02:39:26 UTC 2022 +Sun Jan 2 02:37:42 UTC 2022 From 4dbe03a81f8060c972167879b20ba6daa8cf522f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Jan 2022 02:35:57 +0000 Subject: [PATCH 0273/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index aac3e3114f..0b460bbdcc 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Sun Jan 2 02:37:42 UTC 2022 +Mon Jan 3 02:35:57 UTC 2022 From e3cfeda654739cf4f0980fae0c717789e4f59fe2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Jan 2022 14:33:26 -0300 Subject: [PATCH 0274/1768] update scheduled jobs Signed-off-by: GuillaumeFalourd --- .github/workflows/01-default-workflow.yml | 2 +- .github/workflows/02-secret-workflow.yml | 2 +- .github/workflows/03-python-script-workflow.yml | 2 +- .github/workflows/04-dispatch-event-workflow.yml | 2 +- .github/workflows/05-container-workflow.yml | 2 +- .github/workflows/06-docker-image-workflow.yml | 2 +- .github/workflows/08-outputs-workflow.yml | 2 +- .github/workflows/09-artifacts-workflow.yml | 2 +- .github/workflows/10-environment-workflow.yml | 2 +- .github/workflows/19-push-event.yml | 2 +- README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/01-default-workflow.yml b/.github/workflows/01-default-workflow.yml index 4feb2a6135..fcd33669c5 100644 --- a/.github/workflows/01-default-workflow.yml +++ b/.github/workflows/01-default-workflow.yml @@ -2,7 +2,7 @@ name: 01 - Default Workflow on: schedule: - - cron: "0 0 * * *" # Runs at 00:00 UTC everyday + - cron: "0 0 * * MON-FRI" # Runs at 00:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/02-secret-workflow.yml b/.github/workflows/02-secret-workflow.yml index ae302d759e..edf1e83086 100644 --- a/.github/workflows/02-secret-workflow.yml +++ b/.github/workflows/02-secret-workflow.yml @@ -2,7 +2,7 @@ name: 02 - Secret Workflow on: schedule: - - cron: "0 1 * * *" # Runs at 01:00 UTC everyday + - cron: "0 1 * * MON-FRI" # Runs at 01:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/03-python-script-workflow.yml b/.github/workflows/03-python-script-workflow.yml index 2f6277e920..91a9bbfab5 100644 --- a/.github/workflows/03-python-script-workflow.yml +++ b/.github/workflows/03-python-script-workflow.yml @@ -2,7 +2,7 @@ name: 03 - Python Script Workflow on: schedule: - - cron: "0 2 * * *" # Runs at 02:00 UTC everyday + - cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/04-dispatch-event-workflow.yml b/.github/workflows/04-dispatch-event-workflow.yml index b52f792e80..0411eaa705 100644 --- a/.github/workflows/04-dispatch-event-workflow.yml +++ b/.github/workflows/04-dispatch-event-workflow.yml @@ -3,7 +3,7 @@ name: 04 - Remote Dispatch Action Initiator on: # push: schedule: - - cron: '0 3 * * *' # Runs at 3:00 UTC everyday + - cron: '0 3 * * MON-FRI' # Runs at 3:00 UTC repository_dispatch: workflow_dispatch: diff --git a/.github/workflows/05-container-workflow.yml b/.github/workflows/05-container-workflow.yml index 6bc17f5680..dab8773bf1 100644 --- a/.github/workflows/05-container-workflow.yml +++ b/.github/workflows/05-container-workflow.yml @@ -2,7 +2,7 @@ name: 05 - Container Workflow on: schedule: - - cron: "0 4 * * *" # Runs at 4:00 UTC everyday + - cron: "0 4 * * MON-FRI" # Runs at 4:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/06-docker-image-workflow.yml b/.github/workflows/06-docker-image-workflow.yml index 2f73784d5a..14e11f131a 100644 --- a/.github/workflows/06-docker-image-workflow.yml +++ b/.github/workflows/06-docker-image-workflow.yml @@ -2,7 +2,7 @@ name: 06 - Docker Image Workflow on: schedule: - - cron: "0 5 * * *" # Runs at 5:00 UTC everyday + - cron: "0 5 * * MON-FRI" # Runs at 5:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/08-outputs-workflow.yml b/.github/workflows/08-outputs-workflow.yml index e00a9bc706..8e78dab277 100644 --- a/.github/workflows/08-outputs-workflow.yml +++ b/.github/workflows/08-outputs-workflow.yml @@ -2,7 +2,7 @@ name: 08 - Outputs Workflow on: schedule: - - cron: "0 6 * * *" # Runs at 6:00 UTC everyday + - cron: "0 6 * * MON-FRI" # Runs at 6:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/09-artifacts-workflow.yml b/.github/workflows/09-artifacts-workflow.yml index 88cbfe4a57..e5202de663 100644 --- a/.github/workflows/09-artifacts-workflow.yml +++ b/.github/workflows/09-artifacts-workflow.yml @@ -2,7 +2,7 @@ name: 09 - Artifacts Workflow on: schedule: - - cron: "0 7 * * *" # Runs at 7:00 UTC everyday + - cron: "0 7 * * MON-FRI" # Runs at 7:00 UTC workflow_dispatch: jobs: diff --git a/.github/workflows/10-environment-workflow.yml b/.github/workflows/10-environment-workflow.yml index d64aa070e3..ffa5ed933b 100644 --- a/.github/workflows/10-environment-workflow.yml +++ b/.github/workflows/10-environment-workflow.yml @@ -2,7 +2,7 @@ name: 10 - Environment Workflow on: schedule: - - cron: "0 8 * * *" # Runs at 08:00 UTC everyday + - cron: "0 8 * * MON-FRI" # Runs at 08:00 UTC workflow_dispatch: env: diff --git a/.github/workflows/19-push-event.yml b/.github/workflows/19-push-event.yml index 21a95ee318..308177e932 100644 --- a/.github/workflows/19-push-event.yml +++ b/.github/workflows/19-push-event.yml @@ -6,7 +6,7 @@ on: - '*' # for all branches - '!main' # Except the main branch schedule: - - cron: "0 2 * * *" # Runs at 02:00 UTC everyday + - cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC from Monday to Friday workflow_dispatch: jobs: diff --git a/README.md b/README.md index db6b8da166..76d305965d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ on: push: # Run this workflow every time a new commit pushed to the repository pull_request: # Run this workflow every time a new pull request is opened to the repository scheduled: # Run this workflow as a cron job - - cron: "0 0 * * *" + - cron: "0 0 * * MON-FRI" workflow_dispatch: # Run this workflow on demand (manually) jobs: # All workflows need at list one job From cfc729bd93bde79a8d42b442963337d313abc448 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Jan 2022 02:27:07 +0000 Subject: [PATCH 0275/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0b460bbdcc..f8977aae5c 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Jan 3 02:35:57 UTC 2022 +Tue Jan 4 02:27:07 UTC 2022 From b54ec6cf46c7ec9e77b2c5ea0993750079267067 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Jan 2022 02:28:40 +0000 Subject: [PATCH 0276/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f8977aae5c..47e7fd4993 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Tue Jan 4 02:27:07 UTC 2022 +Wed Jan 5 02:28:40 UTC 2022 From 47d3deca7a59d95d7c6e5a5f10f505d25858ccd4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 10:47:32 -0300 Subject: [PATCH 0277/1768] add 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .../42-download-release-private-repo.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/42-download-release-private-repo.yml diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml new file mode 100644 index 0000000000..603c3d75d9 --- /dev/null +++ b/.github/workflows/42-download-release-private-repo.yml @@ -0,0 +1,24 @@ +name: Download Release + +# Controls when the workflow will run +on: [workflow_dispatch] + +jobs: + get-asset: + runs-on: ubuntu-latest + steps: + - name: List Releases + run: gh release list --repo GuillaumeFalourd/formulas-training #private repo + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + - name: Fetch asset + run: gh release download --repo GuillaumeFalourd/formulas-training 2.13.3 + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + - name: See what we downloaded + run: ls + + - name: Inspect content + run: cat README.md \ No newline at end of file From 0405f07575f066428325ef3df26c9c6aa1a9de16 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 10:51:52 -0300 Subject: [PATCH 0278/1768] update 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/42-download-release-private-repo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml index 603c3d75d9..8f057c5ef9 100644 --- a/.github/workflows/42-download-release-private-repo.yml +++ b/.github/workflows/42-download-release-private-repo.yml @@ -1,4 +1,4 @@ -name: Download Release +name: 42 - Download Release Private Repo # Controls when the workflow will run on: [workflow_dispatch] @@ -12,8 +12,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - - name: Fetch asset - run: gh release download --repo GuillaumeFalourd/formulas-training 2.13.3 + - name: Fetch latest asset + run: gh release download --repo GuillaumeFalourd/formulas-training env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From f06ea6f8f0c574313f17628876dee7f9292a97e5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 10:53:35 -0300 Subject: [PATCH 0279/1768] update 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/42-download-release-private-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml index 8f057c5ef9..2a54683106 100644 --- a/.github/workflows/42-download-release-private-repo.yml +++ b/.github/workflows/42-download-release-private-repo.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - name: Fetch latest asset - run: gh release download --repo GuillaumeFalourd/formulas-training + run: gh release download --repo GuillaumeFalourd/formulas-training --pattern 2.13.3 env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From b1b52fcb19a1c2585e29665f6526e57debf8fea4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 10:56:41 -0300 Subject: [PATCH 0280/1768] update 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/42-download-release-private-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml index 2a54683106..f83483daf5 100644 --- a/.github/workflows/42-download-release-private-repo.yml +++ b/.github/workflows/42-download-release-private-repo.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - name: Fetch latest asset - run: gh release download --repo GuillaumeFalourd/formulas-training --pattern 2.13.3 + run: gh release download --repo GuillaumeFalourd/formulas-training 2.13.4 env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From 171bf40c98e8495af41082a856a150a9ff7fa634 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 11:04:30 -0300 Subject: [PATCH 0281/1768] update 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/42-download-release-private-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml index f83483daf5..a33551d86a 100644 --- a/.github/workflows/42-download-release-private-repo.yml +++ b/.github/workflows/42-download-release-private-repo.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - name: Fetch latest asset - run: gh release download --repo GuillaumeFalourd/formulas-training 2.13.4 + run: gh release download 2.13.4 --repo GuillaumeFalourd/formulas-training env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From 46aff42a1c18245dd9c4ab086053c1618140ccf4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 11:09:18 -0300 Subject: [PATCH 0282/1768] remove 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .../42-download-release-private-repo.yml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/42-download-release-private-repo.yml diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml deleted file mode 100644 index a33551d86a..0000000000 --- a/.github/workflows/42-download-release-private-repo.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: 42 - Download Release Private Repo - -# Controls when the workflow will run -on: [workflow_dispatch] - -jobs: - get-asset: - runs-on: ubuntu-latest - steps: - - name: List Releases - run: gh release list --repo GuillaumeFalourd/formulas-training #private repo - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - - - name: Fetch latest asset - run: gh release download 2.13.4 --repo GuillaumeFalourd/formulas-training - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - - - name: See what we downloaded - run: ls - - - name: Inspect content - run: cat README.md \ No newline at end of file From 754393e2a5a55e3f33a3005bdfe725cef872efff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 11:14:02 -0300 Subject: [PATCH 0283/1768] add 42-download-release-private-repo.md workflow Signed-off-by: GuillaumeFalourd --- .../42-download-release-private-repo.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/42-download-release-private-repo.yml diff --git a/.github/workflows/42-download-release-private-repo.yml b/.github/workflows/42-download-release-private-repo.yml new file mode 100644 index 0000000000..4e48455087 --- /dev/null +++ b/.github/workflows/42-download-release-private-repo.yml @@ -0,0 +1,29 @@ +name: 42 - Download Release Private Repo + +# Controls when the workflow will run +on: [push, workflow_dispatch] + +jobs: + get-asset: + runs-on: ubuntu-latest + steps: + - name: List Releases + run: gh release list --repo GuillaumeFalourd/formulas-training # private repo + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + - name: Check asset + run: gh release view 2.13.3 --repo GuillaumeFalourd/formulas-training + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + - name: Fetch latest asset + run: gh release download 2.13.3 --repo GuillaumeFalourd/formulas-training + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + - name: See what we downloaded + run: ls + + - name: Inspect content + run: cat README.md \ No newline at end of file From bde6b938bbbd0cb19cd4b2459867cecb57d138ad Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jan 2022 18:42:12 -0300 Subject: [PATCH 0284/1768] update workflows push triggers Signed-off-by: GuillaumeFalourd --- .github/workflows/19-push-event.yml | 8 ++++---- .github/workflows/20-generate-patch-tag-cherry-pick.yml | 4 ++-- .../workflows/21-generate-release-branch-cherry-pick.yml | 4 ++-- .github/workflows/34-workflow-call.yml | 2 +- .github/workflows/36-local-action.yml | 1 - .github/workflows/workflow-tester13.yml | 1 - .github/workflows/workflow-tester17.yml | 1 - .github/workflows/workflow-tester19.yml | 2 +- .github/workflows/workflow-tester4.yml | 7 +++++-- .github/workflows/workflow-tester9.yml | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/19-push-event.yml b/.github/workflows/19-push-event.yml index 308177e932..948055798a 100644 --- a/.github/workflows/19-push-event.yml +++ b/.github/workflows/19-push-event.yml @@ -1,10 +1,10 @@ name: 19 - Push Event on: - push: - branches: - - '*' # for all branches - - '!main' # Except the main branch + # push: + # branches: + # - '*' # for all branches + # - '!main' # Except the main branch schedule: - cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC from Monday to Friday workflow_dispatch: diff --git a/.github/workflows/20-generate-patch-tag-cherry-pick.yml b/.github/workflows/20-generate-patch-tag-cherry-pick.yml index c449afce81..03b982b35a 100644 --- a/.github/workflows/20-generate-patch-tag-cherry-pick.yml +++ b/.github/workflows/20-generate-patch-tag-cherry-pick.yml @@ -17,13 +17,13 @@ jobs: generate-patch-tag: runs-on: ubuntu-latest steps: - + - name: Checkout uses: actions/checkout@v2.3.4 with: fetch-depth: 0 token: ${{ secrets.ACCESS_TOKEN }} - + - name: Execute Cherry Pick commands run: | git config user.name github-actions diff --git a/.github/workflows/21-generate-release-branch-cherry-pick.yml b/.github/workflows/21-generate-release-branch-cherry-pick.yml index a8edd5a057..66ae85e05a 100644 --- a/.github/workflows/21-generate-release-branch-cherry-pick.yml +++ b/.github/workflows/21-generate-release-branch-cherry-pick.yml @@ -17,13 +17,13 @@ jobs: generate-patch-release-branch: runs-on: ubuntu-latest steps: - + - name: Checkout uses: actions/checkout@v2.3.4 with: fetch-depth: 0 token: ${{ secrets.ACCESS_TOKEN }} - + - name: Execute Cherry Pick commands run: | git config user.name github-actions diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 35b09f42e3..5ba0afa96c 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -1,7 +1,7 @@ name: 34 - Workflow call on: - push: + workflow_dispatch: jobs: call-workflow-commit-hash: diff --git a/.github/workflows/36-local-action.yml b/.github/workflows/36-local-action.yml index 7d17004b64..b7f3a72b0e 100644 --- a/.github/workflows/36-local-action.yml +++ b/.github/workflows/36-local-action.yml @@ -1,7 +1,6 @@ name: 36 - Local Action on: - push: workflow_dispatch: jobs: diff --git a/.github/workflows/workflow-tester13.yml b/.github/workflows/workflow-tester13.yml index d97bbbcf01..2e412db463 100644 --- a/.github/workflows/workflow-tester13.yml +++ b/.github/workflows/workflow-tester13.yml @@ -1,7 +1,6 @@ name: Test 13 on: - push: workflow_dispatch: jobs: diff --git a/.github/workflows/workflow-tester17.yml b/.github/workflows/workflow-tester17.yml index 266410bea5..62729927db 100644 --- a/.github/workflows/workflow-tester17.yml +++ b/.github/workflows/workflow-tester17.yml @@ -2,7 +2,6 @@ name: Test 17 #https://stackoverflow.com/questions/60316124/is-it-possible-to-cr on: workflow_dispatch: - push: env: IMAGE_NAME: api diff --git a/.github/workflows/workflow-tester19.yml b/.github/workflows/workflow-tester19.yml index bcbba4c82c..c076fcb818 100644 --- a/.github/workflows/workflow-tester19.yml +++ b/.github/workflows/workflow-tester19.yml @@ -1,7 +1,7 @@ name: Test 19 #https://stackoverflow.com/questions/65893608/github-actions-unable-to-set-up-python-virtual-environment on: - push: + workflow_dispatch: jobs: build: diff --git a/.github/workflows/workflow-tester4.yml b/.github/workflows/workflow-tester4.yml index 21b67ce177..4fa644cb64 100644 --- a/.github/workflows/workflow-tester4.yml +++ b/.github/workflows/workflow-tester4.yml @@ -1,6 +1,9 @@ name: Test 4 -on: [push] +on: + push: + branches: + - 'dev' jobs: test: @@ -10,4 +13,4 @@ jobs: - name: Run Commands run: | echo "Hello World" - echo "This workflow only runs for push to the MAIN branch" \ No newline at end of file + echo "This workflow only runs for push to the DEV branch" \ No newline at end of file diff --git a/.github/workflows/workflow-tester9.yml b/.github/workflows/workflow-tester9.yml index 271359cdcc..d3904c931c 100644 --- a/.github/workflows/workflow-tester9.yml +++ b/.github/workflows/workflow-tester9.yml @@ -1,6 +1,6 @@ name: Test 9 -on: [push, workflow_dispatch] +on: [workflow_dispatch] jobs: test1: From 4b3d530f2b4164e246a1c5f78acd1c5c4cf90f25 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jan 2022 15:59:04 +0000 Subject: [PATCH 0285/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/auto_assign.yml | 26 ++ backup/.github/workflows/action-cond.yml | 21 ++ backup/.github/workflows/add-label.yml | 15 ++ backup/.github/workflows/add-reviewers.yml | 16 ++ backup/.github/workflows/app-token.yml | 22 ++ .../workflows/assert-command-line-output.yml | 196 +++++++++++++++ backup/.github/workflows/auto-approve.yml | 12 + .../.github/workflows/auto-assign-author.yml | 14 ++ backup/.github/workflows/auto-assign.yml | 11 + backup/.github/workflows/auto-merge.yml | 12 + backup/.github/workflows/branch-names.yml | 59 +++++ backup/.github/workflows/cache.yml | 24 ++ backup/.github/workflows/cancel-workflow.yml | 15 ++ backup/.github/workflows/checkout.yml | 23 ++ .../.github/workflows/close-pull-request.yml | 15 ++ backup/.github/workflows/commit-and-push.yml | 30 +++ backup/.github/workflows/compress-image.yml | 22 ++ backup/.github/workflows/copycat.yml | 22 ++ .../.github/workflows/create-pull-request.yml | 42 ++++ backup/.github/workflows/debug.yml | 9 + backup/.github/workflows/env-vars.yml | 137 ++++++++++ backup/.github/workflows/file-existence.yml | 21 ++ .../.github/workflows/first-interaction.yml | 16 ++ .../workflows/get-workflow-origin-run.yml | 44 ++++ .../.github/workflows/get-workflow-origin.yml | 41 +++ backup/.github/workflows/git-auto-commit.yml | 79 ++++++ backup/.github/workflows/github-script.yml | 20 ++ backup/.github/workflows/gitleaks.yml | 13 + backup/.github/workflows/hadolint.yml | 15 ++ backup/.github/workflows/horusec.yml | 18 ++ backup/.github/workflows/paths-filter.yml | 25 ++ backup/.github/workflows/phonito.yml | 26 ++ backup/.github/workflows/publish-docker.yml | 17 ++ backup/.github/workflows/pull-request.yml | 14 ++ backup/.github/workflows/purge-artifacts.yml | 13 + backup/.github/workflows/recreate-release.yml | 27 ++ backup/.github/workflows/release.yml | 17 ++ .../repository-dispatch-triggered.yml | 12 + .../.github/workflows/repository-dispatch.yml | 15 ++ backup/.github/workflows/retry-action.yml | 20 ++ backup/.github/workflows/set-secrets.yml | 18 ++ backup/.github/workflows/skip-duplicate.yml | 35 +++ backup/.github/workflows/stale.yml | 14 ++ backup/.github/workflows/super-linter.yml | 19 ++ backup/.github/workflows/typos.yml | 26 ++ .../workflows/upload-download-artifacts.yml | 53 ++++ backup/CODE_OF_CONDUCT.md | 76 ++++++ backup/CONTRIBUTING.md | 22 ++ backup/Dockerfile | 7 + backup/LICENSE | 202 +++++++++++++++ backup/README.md | 235 ++++++++++++++++++ backup/assert.txt | 15 ++ backup/checkout-workflow.txt | 1 + backup/commit-and-push-workflow.txt | 1 + backup/git-auto-commit-workflow.txt | 1 + backup/git-branchs.png | Bin 0 -> 27194 bytes backup/pull-request-workflow.txt | 1 + backup/useful-github-actions.png | Bin 0 -> 135573 bytes 58 files changed, 1922 insertions(+) create mode 100644 backup/.github/auto_assign.yml create mode 100644 backup/.github/workflows/action-cond.yml create mode 100644 backup/.github/workflows/add-label.yml create mode 100644 backup/.github/workflows/add-reviewers.yml create mode 100644 backup/.github/workflows/app-token.yml create mode 100644 backup/.github/workflows/assert-command-line-output.yml create mode 100644 backup/.github/workflows/auto-approve.yml create mode 100644 backup/.github/workflows/auto-assign-author.yml create mode 100644 backup/.github/workflows/auto-assign.yml create mode 100644 backup/.github/workflows/auto-merge.yml create mode 100644 backup/.github/workflows/branch-names.yml create mode 100644 backup/.github/workflows/cache.yml create mode 100644 backup/.github/workflows/cancel-workflow.yml create mode 100644 backup/.github/workflows/checkout.yml create mode 100644 backup/.github/workflows/close-pull-request.yml create mode 100644 backup/.github/workflows/commit-and-push.yml create mode 100644 backup/.github/workflows/compress-image.yml create mode 100644 backup/.github/workflows/copycat.yml create mode 100644 backup/.github/workflows/create-pull-request.yml create mode 100644 backup/.github/workflows/debug.yml create mode 100644 backup/.github/workflows/env-vars.yml create mode 100644 backup/.github/workflows/file-existence.yml create mode 100644 backup/.github/workflows/first-interaction.yml create mode 100644 backup/.github/workflows/get-workflow-origin-run.yml create mode 100644 backup/.github/workflows/get-workflow-origin.yml create mode 100644 backup/.github/workflows/git-auto-commit.yml create mode 100644 backup/.github/workflows/github-script.yml create mode 100644 backup/.github/workflows/gitleaks.yml create mode 100644 backup/.github/workflows/hadolint.yml create mode 100644 backup/.github/workflows/horusec.yml create mode 100644 backup/.github/workflows/paths-filter.yml create mode 100644 backup/.github/workflows/phonito.yml create mode 100644 backup/.github/workflows/publish-docker.yml create mode 100644 backup/.github/workflows/pull-request.yml create mode 100644 backup/.github/workflows/purge-artifacts.yml create mode 100644 backup/.github/workflows/recreate-release.yml create mode 100644 backup/.github/workflows/release.yml create mode 100644 backup/.github/workflows/repository-dispatch-triggered.yml create mode 100644 backup/.github/workflows/repository-dispatch.yml create mode 100644 backup/.github/workflows/retry-action.yml create mode 100644 backup/.github/workflows/set-secrets.yml create mode 100644 backup/.github/workflows/skip-duplicate.yml create mode 100644 backup/.github/workflows/stale.yml create mode 100644 backup/.github/workflows/super-linter.yml create mode 100644 backup/.github/workflows/typos.yml create mode 100644 backup/.github/workflows/upload-download-artifacts.yml create mode 100644 backup/CODE_OF_CONDUCT.md create mode 100644 backup/CONTRIBUTING.md create mode 100644 backup/Dockerfile create mode 100644 backup/LICENSE create mode 100644 backup/README.md create mode 100644 backup/assert.txt create mode 100644 backup/checkout-workflow.txt create mode 100644 backup/commit-and-push-workflow.txt create mode 100644 backup/git-auto-commit-workflow.txt create mode 100644 backup/git-branchs.png create mode 100644 backup/pull-request-workflow.txt create mode 100644 backup/useful-github-actions.png diff --git a/backup/.github/auto_assign.yml b/backup/.github/auto_assign.yml new file mode 100644 index 0000000000..0c5ec7b19f --- /dev/null +++ b/backup/.github/auto_assign.yml @@ -0,0 +1,26 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: true + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - GuillaumeFalourd + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 + +# A list of assignees, overrides reviewers if set +# assignees: +# - assigneeA + +# A number of assignees to add to the pull request +# Set to 0 to add all of the assignees. +# Uses numberOfReviewers if unset. +# numberOfAssignees: 2 + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +# skipKeywords: +# - wip \ No newline at end of file diff --git a/backup/.github/workflows/action-cond.yml b/backup/.github/workflows/action-cond.yml new file mode 100644 index 0000000000..2783b5f829 --- /dev/null +++ b/backup/.github/workflows/action-cond.yml @@ -0,0 +1,21 @@ +name: Action Cond + +on: [push, pull_request] + +jobs: + add_label: + runs-on: ubuntu-latest + steps: + - name: Determine Checkout Depth + uses: haya14busa/action-cond@v1.0.2 + id: fetchDepth + with: + cond: ${{ github.event_name == 'pull_request' }} + if_true: '0' # string value + if_false: '1' # string value + + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: ${{ steps.fetchDepth.outputs.value }} + token: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/add-label.yml b/backup/.github/workflows/add-label.yml new file mode 100644 index 0000000000..3047533467 --- /dev/null +++ b/backup/.github/workflows/add-label.yml @@ -0,0 +1,15 @@ +name: Add Label + +on: + issues: + types: opened + +jobs: + add_label: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-ecosystem/action-add-labels@v1.1.0 + with: + github_token: ${{ secrets.ACCESS_TOKEN }} + labels: documentation diff --git a/backup/.github/workflows/add-reviewers.yml b/backup/.github/workflows/add-reviewers.yml new file mode 100644 index 0000000000..03a09c6ad9 --- /dev/null +++ b/backup/.github/workflows/add-reviewers.yml @@ -0,0 +1,16 @@ +name: Add Reviewers + +on: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Add Reviewers + uses: madrapps/add-reviewers@v1 + with: + token: ${{ secrets.ACCESS_TOKEN }} + reviewers: GuillaumeFalourd + re-request-when-approved: true + re-request-when-changes-requested: true diff --git a/backup/.github/workflows/app-token.yml b/backup/.github/workflows/app-token.yml new file mode 100644 index 0000000000..16ee0b6c8c --- /dev/null +++ b/backup/.github/workflows/app-token.yml @@ -0,0 +1,22 @@ +name: App Token + +on: + workflow_dispatch: + +jobs: + job: + runs-on: ubuntu-18.04 + steps: + - name: Generate token + id: generate_token + uses: tibdex/github-app-token@v1 + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.PRIVATE_KEY }} + # Optional (defaults to the current repository). + # repository: owner/repo + - name: Use token + env: + TOKEN: ${{ steps.generate_token.outputs.token }} + run: | + echo "The generated token is masked: ${TOKEN}" \ No newline at end of file diff --git a/backup/.github/workflows/assert-command-line-output.yml b/backup/.github/workflows/assert-command-line-output.yml new file mode 100644 index 0000000000..e4914dc614 --- /dev/null +++ b/backup/.github/workflows/assert-command-line-output.yml @@ -0,0 +1,196 @@ +name: Assert Command Line Output + +on: + push: + workflow_dispatch: + +jobs: + +# On UBUNTU runners + PASSED-assert-file-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + + FAILED-assert-file-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + + PASSED-specific-line-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + specific_line: 1 + + FAILED-specific-line-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + specific_line: 2 + + PASSED-contains-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: runner + expected_result: PASSED + + FAILED-contains-ubuntu: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: error + expected_result: FAILED + +# On MACOS runners + PASSED-assert-file-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + + FAILED-assert-file-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + + PASSED-specific-line-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + specific_line: 1 + + FAILED-specific-line-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + specific_line: 2 + + PASSED-contains-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: runner + expected_result: PASSED + + FAILED-contains-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: error + expected_result: FAILED + +# On WINDOWS runners + PASSED-assert-file-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + + FAILED-assert-file-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + + PASSED-specific-line-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: cat README.md + assert_file_path: README.md + expected_result: PASSED + specific_line: 1 + + FAILED-specific-line-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + assert_file_path: assert.txt + expected_result: FAILED + specific_line: 2 + + PASSED-contains-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: runner + expected_result: PASSED + + FAILED-contains-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: GuillaumeFalourd/assert-command-line-output@v2 + with: + command_line: ls -lha + contains: error + expected_result: FAILED \ No newline at end of file diff --git a/backup/.github/workflows/auto-approve.yml b/backup/.github/workflows/auto-approve.yml new file mode 100644 index 0000000000..94cf66835d --- /dev/null +++ b/backup/.github/workflows/auto-approve.yml @@ -0,0 +1,12 @@ +name: Auto approve + +on: [pull_request_target] + +jobs: + auto-approve: + runs-on: ubuntu-latest + steps: + - uses: hmarr/auto-approve-action@v2 + if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' + with: + github-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/backup/.github/workflows/auto-assign-author.yml b/backup/.github/workflows/auto-assign-author.yml new file mode 100644 index 0000000000..13df53ee7d --- /dev/null +++ b/backup/.github/workflows/auto-assign-author.yml @@ -0,0 +1,14 @@ +name: 'Auto Assign Author' + +on: + pull_request_target: + types: [opened, reopened] + +permissions: + pull-requests: write + +jobs: + assign-author: + runs-on: ubuntu-latest + steps: + - uses: toshimaru/auto-author-assign@v1.3.5 \ No newline at end of file diff --git a/backup/.github/workflows/auto-assign.yml b/backup/.github/workflows/auto-assign.yml new file mode 100644 index 0000000000..de3bbc4a34 --- /dev/null +++ b/backup/.github/workflows/auto-assign.yml @@ -0,0 +1,11 @@ +name: 'Auto Assign' + +on: + pull_request: + types: [opened, ready_for_review] + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.2.0 \ No newline at end of file diff --git a/backup/.github/workflows/auto-merge.yml b/backup/.github/workflows/auto-merge.yml new file mode 100644 index 0000000000..7c47693c84 --- /dev/null +++ b/backup/.github/workflows/auto-merge.yml @@ -0,0 +1,12 @@ +name: automerge + +on: pull_request + +jobs: + automerge: + runs-on: ubuntu-latest + steps: + - name: automerge + uses: "pascalgn/automerge-action@v0.13.1" + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/backup/.github/workflows/branch-names.yml b/backup/.github/workflows/branch-names.yml new file mode 100644 index 0000000000..ef3118808c --- /dev/null +++ b/backup/.github/workflows/branch-names.yml @@ -0,0 +1,59 @@ +name: Branch Names + +on: [push, workflow_dispatch] + +jobs: + branch-names: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Get branch names + id: branch-name + uses: tj-actions/branch-names@v4 + + - name: Running on the default branch. + if: steps.branch-name.outputs.is_default == 'true' + run: | + echo "Running on default: ${{ steps.branch-name.outputs.current_branch }}" + # Outputs: "Running on default: main". + + - name: Running on a pull request branch. + if: steps.branch-name.outputs.is_default == 'false' + run: | + echo "Running on pr: ${{ steps.branch-name.outputs.current_branch }}" + # Outputs: "Running on pr: feature/test". + + - name: Current branch name + if: github.event_name == 'pull_request' + run: | + echo "${{ steps.branch-name.outputs.current_branch }}" + # Outputs: "feature/test" current PR branch. + + - name: Current branch name + if: github.event_name == 'push' + run: | + echo "${{ steps.branch-name.outputs.current_branch }}" + # Outputs: "main" the branch that triggered the push event. + + - name: Get Ref branch name + run: | + echo "${{ steps.branch-name.outputs.ref_branch }}" + # Outputs: "main" for non PR branches | "1/merge" for a PR branch + + - name: Get Head Ref branch name + if: github.event_name == 'pull_request' + run: | + echo "${{ steps.branch-name.outputs.head_ref_branch }}" + # Outputs: "feature/test" current PR branch. + + - name: Get Base Ref branch name + if: github.event_name == 'pull_request' + run: | + echo "${{ steps.branch-name.outputs.base_ref_branch }}" + # Outputs: "main" for main <- PR branch. + + - name: Get the current tag + if: startsWith(github.ref, 'refs/tags/') + run: | + echo "${{ steps.branch-name.outputs.tag }}" + # Outputs: "v0.0.1" OR "0.0.1" \ No newline at end of file diff --git a/backup/.github/workflows/cache.yml b/backup/.github/workflows/cache.yml new file mode 100644 index 0000000000..45c9d52720 --- /dev/null +++ b/backup/.github/workflows/cache.yml @@ -0,0 +1,24 @@ +name: Cache + +on: push + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Cache Primes + id: cache-primes + uses: actions/cache@v2 + with: + path: prime-numbers + key: ${{ runner.os }}-primes + + - name: Generate Prime Numbers + if: steps.cache-primes.outputs.cache-hit != 'true' + run: echo "generates prime-numbers" + + - name: Use Prime Numbers + run: echo "use prime-numbers" \ No newline at end of file diff --git a/backup/.github/workflows/cancel-workflow.yml b/backup/.github/workflows/cancel-workflow.yml new file mode 100644 index 0000000000..c899c757d3 --- /dev/null +++ b/backup/.github/workflows/cancel-workflow.yml @@ -0,0 +1,15 @@ +name: Cancel Workflow + +on: [push] + +jobs: + cancel: + name: 'Cancel Previous Runs' + runs-on: ubuntu-latest + timeout-minutes: 3 + steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.9.1 + with: + workflow_id: 'checkout.yml' + access_token: ${{ github.token }} \ No newline at end of file diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml new file mode 100644 index 0000000000..4ee4e8a9ab --- /dev/null +++ b/backup/.github/workflows/checkout.yml @@ -0,0 +1,23 @@ +name: Checkout + +on: + push: + branches: + - '*' # for all branches + - '!dev' # Except the dev branch + schedule: + - cron: "0 0 * * MON-FRI" # Runs at 00:00 UTC + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: | + date > checkout-workflow.txt + git config user.name github-actions + git config user.email github-actions@github.com + git add . + git commit -m "generated checkout workflow file" + git push \ No newline at end of file diff --git a/backup/.github/workflows/close-pull-request.yml b/backup/.github/workflows/close-pull-request.yml new file mode 100644 index 0000000000..526f6b6bf7 --- /dev/null +++ b/backup/.github/workflows/close-pull-request.yml @@ -0,0 +1,15 @@ +name: Close Pull Request + +on: + pull_request_target: + types: [opened, reopened] + paths: + - '**/close-pull-request.yml' + +jobs: + test: + runs-on: "ubuntu-latest" + steps: + - uses: superbrothers/close-pull-request@v3 + with: + comment: "Hi, this PR will be closed automatically. Please do not touch the 'close-pull-request.yml' file." diff --git a/backup/.github/workflows/commit-and-push.yml b/backup/.github/workflows/commit-and-push.yml new file mode 100644 index 0000000000..0a897e7006 --- /dev/null +++ b/backup/.github/workflows/commit-and-push.yml @@ -0,0 +1,30 @@ +name: Commit and Push + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v2 + with: + ref: main + + - name: Make changes + run: date > commit-and-push-workflow.txt + + - name: Push code + uses: github-actions-x/commit@v2.8 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + push-branch: 'main' + commit-message: 'commit and push updated report' + force-add: 'true' + files: commit-and-push-workflow.txt + name: ${{ github.actor }} + email: ${{ github.actor }}@users.noreply.github.com \ No newline at end of file diff --git a/backup/.github/workflows/compress-image.yml b/backup/.github/workflows/compress-image.yml new file mode 100644 index 0000000000..9b6b15f9e5 --- /dev/null +++ b/backup/.github/workflows/compress-image.yml @@ -0,0 +1,22 @@ +name: Compress Images + +on: + pull_request: + # Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed. + # See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference. + paths: + - '**.jpg' + - '**.jpeg' + - '**.png' + - '**.webp' +jobs: + build: + name: calibreapp/image-actions + runs-on: ubuntu-latest + steps: + - name: Checkout Repo + uses: actions/checkout@v2 + - name: Compress Images + uses: calibreapp/image-actions@main + with: + githubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/copycat.yml b/backup/.github/workflows/copycat.yml new file mode 100644 index 0000000000..c4d16933fc --- /dev/null +++ b/backup/.github/workflows/copycat.yml @@ -0,0 +1,22 @@ +name: Copycat + +on: [push, workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2.3.4 + - name: Make changes + run: date > copycat-workflow.txt + - name: Copy + uses: andstor/copycat-action@v3 + with: + personal_token: ${{ secrets.ACCESS_TOKEN }} + src_path: /. + dst_path: /backup/ + dst_owner: GuillaumeFalourd + dst_repo_name: poc-github-actions + src_branch: main + dst_branch: main \ No newline at end of file diff --git a/backup/.github/workflows/create-pull-request.yml b/backup/.github/workflows/create-pull-request.yml new file mode 100644 index 0000000000..fb2bf26fcf --- /dev/null +++ b/backup/.github/workflows/create-pull-request.yml @@ -0,0 +1,42 @@ +name: Create Pull Request + +on: + schedule: + - cron: "0 1 * * MON-FRI" # Runs at 01:00 UTC + workflow_dispatch: + +jobs: + createPullRequest: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Make changes to pull request + run: date > pull-request-workflow.txt + + - name: Create Pull Request + id: cpr + uses: peter-evans/create-pull-request@v3 + with: + token: ${{ secrets.ACCESS_TOKEN }} + commit-message: Update report + committer: GitHub + author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + signoff: false + delete-branch: true + title: '[Example] Update report' + body: | + Update report + - Updated with *today's* date + - Auto-generated by [create-pull-request][1] + labels: | + report + automerge + automated pr + assignees: GuillaumeFalourd + draft: false + + - name: Check outputs + run: | + echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" + echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" \ No newline at end of file diff --git a/backup/.github/workflows/debug.yml b/backup/.github/workflows/debug.yml new file mode 100644 index 0000000000..da366f8801 --- /dev/null +++ b/backup/.github/workflows/debug.yml @@ -0,0 +1,9 @@ +name: Debug + +on: push + +jobs: + debug: + runs-on: ubuntu-latest + steps: + - uses: hmarr/debug-action@v2 \ No newline at end of file diff --git a/backup/.github/workflows/env-vars.yml b/backup/.github/workflows/env-vars.yml new file mode 100644 index 0000000000..e7ac9446fd --- /dev/null +++ b/backup/.github/workflows/env-vars.yml @@ -0,0 +1,137 @@ +name: Env Vars + +on: [push] + +jobs: + linux: + name: Linux Demo + runs-on: ubuntu-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$CI_REPOSITORY" + echo "CI_REF_SLUG=$CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$CI_REF_NAME_SLUG" + echo "CI_REF=$CI_REF" + echo "CI_HEAD_REF_SLUG=$CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$CI_BASE_REF" + echo "CI_SHA_SHORT=$CI_SHA_SHORT" + echo "CI_SHA=$CI_SHA" + echo "CI_ACTOR=$CI_ACTOR" + echo "CI_EVENT_NAME=$CI_EVENT_NAME" + echo "CI_RUN_ID=$CI_RUN_ID" + echo "CI_RUN_NUMBER=$CI_RUN_NUMBER" + echo "CI_WORKFLOW=$CI_WORKFLOW" + echo "CI_ACTION=$CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" + echo "GITHUB_SHA=$GITHUB_SHA" + echo "GITHUB_REF=$GITHUB_REF" + echo "GITHUB_HEAD_REF=$GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$GITHUB_ACTION" + windows: + name: Windows Demo + runs-on: windows-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$Env:CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$Env:CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$Env:CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$Env:CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$Env:CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$Env:CI_REPOSITORY" + echo "CI_REF_SLUG=$Env:CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$Env:CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$Env:CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$Env:CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$Env:CI_REF_NAME_SLUG" + echo "CI_REF=$Env:CI_REF" + echo "CI_HEAD_REF_SLUG=$Env:CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$Env:CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$Env:CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$Env:CI_BASE_REF" + echo "CI_SHA_SHORT=$Env:CI_SHA_SHORT" + echo "CI_SHA=$Env:CI_SHA" + echo "CI_ACTOR=$Env:CI_ACTOR" + echo "CI_EVENT_NAME=$Env:CI_EVENT_NAME" + echo "CI_RUN_ID=$Env:CI_RUN_ID" + echo "CI_RUN_NUMBER=$Env:CI_RUN_NUMBER" + echo "CI_WORKFLOW=$Env:CI_WORKFLOW" + echo "CI_ACTION=$Env:CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$Env:GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$Env:GITHUB_REPOSITORY" + echo "GITHUB_SHA=$Env:GITHUB_SHA" + echo "GITHUB_REF=$Env:GITHUB_REF" + echo "GITHUB_HEAD_REF=$Env:GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$Env:GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$Env:GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$Env:GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$Env:GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$Env:GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$Env:GITHUB_ACTION" + macos: + name: macOS Demo + runs-on: macos-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$CI_REPOSITORY" + echo "CI_REF_SLUG=$CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$CI_REF_NAME_SLUG" + echo "CI_REF=$CI_REF" + echo "CI_HEAD_REF_SLUG=$CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$CI_BASE_REF" + echo "CI_SHA_SHORT=$CI_SHA_SHORT" + echo "CI_SHA=$CI_SHA" + echo "CI_ACTOR=$CI_ACTOR" + echo "CI_EVENT_NAME=$CI_EVENT_NAME" + echo "CI_RUN_ID=$CI_RUN_ID" + echo "CI_RUN_NUMBER=$CI_RUN_NUMBER" + echo "CI_WORKFLOW=$CI_WORKFLOW" + echo "CI_ACTION=$CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" + echo "GITHUB_SHA=$GITHUB_SHA" + echo "GITHUB_REF=$GITHUB_REF" + echo "GITHUB_HEAD_REF=$GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$GITHUB_ACTION" \ No newline at end of file diff --git a/backup/.github/workflows/file-existence.yml b/backup/.github/workflows/file-existence.yml new file mode 100644 index 0000000000..556cd273cc --- /dev/null +++ b/backup/.github/workflows/file-existence.yml @@ -0,0 +1,21 @@ +name: "File Existence" + +on: [push, pull_request, workflow_dispatch] + +jobs: + file_existence: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2.3.4 + + - name: Check file existence + id: check_files + uses: andstor/file-existence-action@v1 + with: + files: "README.md" + + - name: File exists + if: steps.check_files.outputs.files_exists == 'true' + # Only runs if all of the files exists + run: echo All files exists! \ No newline at end of file diff --git a/backup/.github/workflows/first-interaction.yml b/backup/.github/workflows/first-interaction.yml new file mode 100644 index 0000000000..b1e97ecc29 --- /dev/null +++ b/backup/.github/workflows/first-interaction.yml @@ -0,0 +1,16 @@ +name: First Interaction + +on: + pull_request: + issues: + types: opened + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Thank you for opening this ISSUE. We'll give you a return ASAP 👍" + pr-message: "Thank you for your contribution. We'll give you a return ASAP 👍" diff --git a/backup/.github/workflows/get-workflow-origin-run.yml b/backup/.github/workflows/get-workflow-origin-run.yml new file mode 100644 index 0000000000..fdbad021b0 --- /dev/null +++ b/backup/.github/workflows/get-workflow-origin-run.yml @@ -0,0 +1,44 @@ +name: Get Workflow Origin Information (Run) + +on: + workflow_run: + workflows: ['Get information'] + types: ['requested'] + +jobs: + get-info: + name: "Get information about the source run" + runs-on: ubuntu-latest + outputs: + sourceHeadRepo: ${{ steps.source-run-info.outputs.sourceHeadRepo }} + sourceHeadBranch: ${{ steps.source-run-info.outputs.sourceHeadBranch }} + sourceHeadSha: ${{ steps.source-run-info.outputs.sourceHeadSha }} + mergeCommitSha: ${{ steps.source-run-info.outputs.mergeCommitSha }} + targetCommitSha: ${{ steps.source-run-info.outputs.targetCommitSha }} + pullRequestNumber: ${{ steps.source-run-info.outputs.pullRequestNumber }} + pullRequestLabels: ${{ steps.source-run-info.outputs.pullRequestLabels }} + targetBranch: ${{ steps.source-run-info.outputs.targetBranch }} + sourceEvent: ${{ steps.source-run-info.outputs.sourceEvent }} + steps: + - name: "Get information about the origin 'CI' run" + uses: potiuk/get-workflow-origin@v1_1 + id: source-run-info + with: + token: ${{ secrets.GITHUB_TOKEN }} + sourceRunId: ${{ github.event.workflow_run.id }}``` + + test-info: + runs-on: ubuntu-latest + needs: get-info + steps: + - name: Output + run: | + echo ${{needs.get-info.outputs.sourceHeadRepo}} + echo ${{needs.get-info.outputs.sourceHeadBranch}} + echo ${{needs.get-info.outputs.sourceHeadSha}} + echo ${{needs.get-info.outputs.mergeCommitSha}} + echo ${{needs.get-info.outputs.targetCommitSha}} + echo ${{needs.get-info.outputs.pullRequestNumber}} + echo ${{needs.get-info.outputs.pullRequestLabels}} + echo ${{needs.get-info.outputs.targetBranch}} + echo ${{needs.get-info.outputs.sourceEvent}} \ No newline at end of file diff --git a/backup/.github/workflows/get-workflow-origin.yml b/backup/.github/workflows/get-workflow-origin.yml new file mode 100644 index 0000000000..5cb7d29a63 --- /dev/null +++ b/backup/.github/workflows/get-workflow-origin.yml @@ -0,0 +1,41 @@ +name: Get Workflow Origin Information (PR) +on: + pull_request: + branches: ['main'] + +jobs: + get-info: + name: "Get information about the source run" + runs-on: ubuntu-latest + outputs: + sourceHeadRepo: ${{ steps.workflow-run-info.outputs.sourceHeadRepo }} + sourceHeadBranch: ${{ steps.workflow-run-info.outputs.sourceHeadBranch }} + sourceHeadSha: ${{ steps.workflow-run-info.outputs.sourceHeadSha }} + mergeCommitSha: ${{ steps.workflow-run-info.outputs.mergeCommitSha }} + targetCommitSha: ${{ steps.workflow-run-info.outputs.targetCommitSha }} + pullRequestNumber: ${{ steps.workflow-run-info.outputs.pullRequestNumber }} + pullRequestLabels: ${{ steps.workflow-run-info.outputs.pullRequestLabels }} + targetBranch: ${{ steps.source-run-info.outputs.targetBranch }} + sourceEvent: ${{ steps.workflow-run-info.outputs.sourceEvent }} + steps: + - name: "Get information about the current run" + uses: potiuk/get-workflow-origin@v1_1 + id: workflow-run-info + with: + token: ${{ secrets.GITHUB_TOKEN }} + + test-info: + runs-on: ubuntu-latest + needs: get-info + steps: + - name: Output + run: | + echo ${{needs.get-info.outputs.sourceHeadRepo}} + echo ${{needs.get-info.outputs.sourceHeadBranch}} + echo ${{needs.get-info.outputs.sourceHeadSha}} + echo ${{needs.get-info.outputs.mergeCommitSha}} + echo ${{needs.get-info.outputs.targetCommitSha}} + echo ${{needs.get-info.outputs.pullRequestNumber}} + echo ${{needs.get-info.outputs.pullRequestLabels}} + echo ${{needs.get-info.outputs.targetBranch}} + echo ${{needs.get-info.outputs.sourceEvent}} \ No newline at end of file diff --git a/backup/.github/workflows/git-auto-commit.yml b/backup/.github/workflows/git-auto-commit.yml new file mode 100644 index 0000000000..d55c439566 --- /dev/null +++ b/backup/.github/workflows/git-auto-commit.yml @@ -0,0 +1,79 @@ +name: Git Auto Commit + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} + + - name: Make changes + run: date > git-auto-commit-workflow.txt + + - name: Add txt file + run: git add git-auto-commit-workflow.txt + + - name: Push code + uses: stefanzweifel/git-auto-commit-action@v4 + with: + # Optional, but recommended + # Defaults to "Apply automatic changes" + commit_message: Automated Change + + # Optional branch name where commit should be pushed to. + # Defaults to the current branch. + branch: main + + # Optional. Used by `git-commit`. + # See https://git-scm.com/docs/git-commit#_options + commit_options: '--no-verify --signoff' + + # Optional glob pattern of files which should be added to the commit + # Defaults to all (.) + # See the `pathspec`-documentation for git + # - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203 + # - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec + file_pattern: . + + # Optional local file path to the repository + # Defaults to the root of the repository + repository: . + + # Optional commit user and author settings + commit_user_name: My GitHub Actions Bot # defaults to "GitHub Actions" + commit_user_email: my-github-actions-bot@example.org # defaults to "actions@github.com" + commit_author: Author # defaults to author of the commit that triggered the run + + # Optional tag message + # Action will create and push a new tag to the remote repository and the defined branch + tagging_message: 'v1.0.0' + + # Optional. Used by `git-status` + # See https://git-scm.com/docs/git-status#_options + status_options: '--untracked-files=no' + + # Optional. Used by `git-add` + # See https://git-scm.com/docs/git-add#_options + add_options: '-u' + + # Optional. Used by `git-push` + # See https://git-scm.com/docs/git-push#_options + push_options: '--force' + + # Optional. Disable dirty check and always try to create a commit and push + skip_dirty_check: true + + # Optional. Skip internal call to `git fetch` + skip_fetch: true + + # Optional. Prevents the shell from expanding filenames. + # Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html + disable_globbing: true \ No newline at end of file diff --git a/backup/.github/workflows/github-script.yml b/backup/.github/workflows/github-script.yml new file mode 100644 index 0000000000..399b05d9a5 --- /dev/null +++ b/backup/.github/workflows/github-script.yml @@ -0,0 +1,20 @@ +name: Github Script + +on: + issues: + types: [opened] + +jobs: + comment: + runs-on: ubuntu-latest + steps: + - uses: actions/github-script@v3 + with: + github-token: ${{secrets.GITHUB_TOKEN}} + script: | + github.issues.createComment({ + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + body: '👋 Thanks for reporting!' + }) \ No newline at end of file diff --git a/backup/.github/workflows/gitleaks.yml b/backup/.github/workflows/gitleaks.yml new file mode 100644 index 0000000000..1a5691dc07 --- /dev/null +++ b/backup/.github/workflows/gitleaks.yml @@ -0,0 +1,13 @@ +name: Gitleaks + +on: [push, pull_request, workflow_dispatch] + +jobs: + gitleaks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: '0' + - name: gitleaks-action + uses: zricethezav/gitleaks-action@master \ No newline at end of file diff --git a/backup/.github/workflows/hadolint.yml b/backup/.github/workflows/hadolint.yml new file mode 100644 index 0000000000..0d4b862feb --- /dev/null +++ b/backup/.github/workflows/hadolint.yml @@ -0,0 +1,15 @@ +name: Hadolint + +on: [push, pull_request] + +jobs: + hadolint: + name: hadolint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: hadolint + uses: burdzwastaken/hadolint-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + HADOLINT_ACTION_DOCKERFILE_FOLDER: . \ No newline at end of file diff --git a/backup/.github/workflows/horusec.yml b/backup/.github/workflows/horusec.yml new file mode 100644 index 0000000000..7c2c8eb422 --- /dev/null +++ b/backup/.github/workflows/horusec.yml @@ -0,0 +1,18 @@ +name: Horusec + +on: [push, workflow_dispatch] + +jobs: + checking_code: + runs-on: ubuntu-latest + name: Horusec Scan + steps: + - name: Check out code + uses: actions/checkout@v2.3.4 + with: # Required when commit authors is enabled + fetch-depth: 0 + - name: Run Horusec + id: run_horusec + uses: fike/horusec-action@main + with: + arguments: -p="./" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**" diff --git a/backup/.github/workflows/paths-filter.yml b/backup/.github/workflows/paths-filter.yml new file mode 100644 index 0000000000..923f85a871 --- /dev/null +++ b/backup/.github/workflows/paths-filter.yml @@ -0,0 +1,25 @@ +name: Paths Filter + +on: [push, workflow_dispatch] + +jobs: + paths-filter: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: dorny/paths-filter@v2 + id: filter + with: + filters: | + workflows: + - '.github/workflows/**' + + # run only if 'workflows' files were changed + - name: workflow tests + if: steps.filter.outputs.workflows == 'true' + run: echo "Workflow file" + + # run only if not 'workflows' files were changed + - name: not workflow tests + if: steps.filter.outputs.workflows != 'true' + run: echo "NOT workflow file" \ No newline at end of file diff --git a/backup/.github/workflows/phonito.yml b/backup/.github/workflows/phonito.yml new file mode 100644 index 0000000000..c5fb890247 --- /dev/null +++ b/backup/.github/workflows/phonito.yml @@ -0,0 +1,26 @@ +name: Phonito + +on: [push] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + + - name: Set tag var + id: vars + run: echo ::set-output name=docker_tag::$(echo ${GITHUB_REF} | cut -d'/' -f3)-${GITHUB_SHA} + + - name: Build the Docker image + run: docker build . --file Dockerfile --tag myapp:${{ steps.vars.outputs.docker_tag }} + + # Comment as PHONITO secret not set + # - name: Scan with Phonito Security + # uses: phonito/phonito-scanner-action@master + # with: + # image: myapp:${{ steps.vars.outputs.docker_tag }} + # phonito-token: ${{ secrets.PHONITO_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/publish-docker.yml b/backup/.github/workflows/publish-docker.yml new file mode 100644 index 0000000000..7b00e86f86 --- /dev/null +++ b/backup/.github/workflows/publish-docker.yml @@ -0,0 +1,17 @@ +name: Publish Docker + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + + # Comment as DOCKER secrets not set + # - name: Publish to Registry + # uses: elgohr/Publish-Docker-Github-Action@master + # with: + # name: myDocker/repository + # username: ${{ secrets.DOCKER_USERNAME }} + # password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file diff --git a/backup/.github/workflows/pull-request.yml b/backup/.github/workflows/pull-request.yml new file mode 100644 index 0000000000..f291f77f2b --- /dev/null +++ b/backup/.github/workflows/pull-request.yml @@ -0,0 +1,14 @@ +name: Pull Request + +on: [push, workflow_dispatch] + +jobs: + pull-request: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: pull-request + uses: repo-sync/pull-request@v2 + with: + destination_branch: "main" + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/purge-artifacts.yml b/backup/.github/workflows/purge-artifacts.yml new file mode 100644 index 0000000000..5c67f9387b --- /dev/null +++ b/backup/.github/workflows/purge-artifacts.yml @@ -0,0 +1,13 @@ +name: 'Delete old artifacts' +on: + schedule: + - cron: '0 * * * MON-FRI' + +jobs: + delete-artifacts: + runs-on: ubuntu-latest + steps: + - uses: kolpav/purge-artifacts-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + expire-in: 7days # Setting this to 0 will delete all artifacts (https://github.com/jkroso/parse-duration) diff --git a/backup/.github/workflows/recreate-release.yml b/backup/.github/workflows/recreate-release.yml new file mode 100644 index 0000000000..bee6379d1c --- /dev/null +++ b/backup/.github/workflows/recreate-release.yml @@ -0,0 +1,27 @@ +name: Recreate Release + +on: + push: + tags: + - 'v*.*.*' + +jobs: + build: + name: Recreate Release + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Recreate Release + uses: GongT/actions-recreate-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: latest + release_name: Release at ${{ github.ref }} + body: | + Changes in this Release + - First Change + - Second Change + draft: false + prerelease: false \ No newline at end of file diff --git a/backup/.github/workflows/release.yml b/backup/.github/workflows/release.yml new file mode 100644 index 0000000000..34e4b70d6b --- /dev/null +++ b/backup/.github/workflows/release.yml @@ -0,0 +1,17 @@ +name: Release + +on: + push: + tags: + - 'v*.*.*' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Release + uses: softprops/action-gh-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/repository-dispatch-triggered.yml b/backup/.github/workflows/repository-dispatch-triggered.yml new file mode 100644 index 0000000000..b0f2f54c83 --- /dev/null +++ b/backup/.github/workflows/repository-dispatch-triggered.yml @@ -0,0 +1,12 @@ +name: Repository Dispatch Triggered + +on: [repository_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch Triggered + if: github.event.action == 'event-demo' + run: | + echo "Workflow triggered successfully by repository dispatch action!" \ No newline at end of file diff --git a/backup/.github/workflows/repository-dispatch.yml b/backup/.github/workflows/repository-dispatch.yml new file mode 100644 index 0000000000..47c20093ef --- /dev/null +++ b/backup/.github/workflows/repository-dispatch.yml @@ -0,0 +1,15 @@ +name: Repository Dispatch + +on: [push, workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v1.1.3 + with: + token: ${{ secrets.ACCESS_TOKEN }} + repository: GuillaumeFalourd/useful-actions + event-type: event-demo + client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' \ No newline at end of file diff --git a/backup/.github/workflows/retry-action.yml b/backup/.github/workflows/retry-action.yml new file mode 100644 index 0000000000..f3c42f52e8 --- /dev/null +++ b/backup/.github/workflows/retry-action.yml @@ -0,0 +1,20 @@ +name: Retry Action + +on: + workflow_dispatch: + push: + tags: + - 'v*.*.*' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name : Retry action + uses : Wandalen/wretry.action@0.2.7 + with : + action : actions/setup-node@v1 + with : | + node-version : 16.x + attempt_limit : 3 + attempt_delay: 1000 diff --git a/backup/.github/workflows/set-secrets.yml b/backup/.github/workflows/set-secrets.yml new file mode 100644 index 0000000000..44dbc3acc2 --- /dev/null +++ b/backup/.github/workflows/set-secrets.yml @@ -0,0 +1,18 @@ +name: Set Secrets + +on: + workflow_dispatch: + +jobs: + job: + runs-on: ubuntu-18.04 + steps: + - uses: hmanzur/actions-set-secret@v2.0.0 + with: + name: 'MY_SECRET_NAME' + value: 'Lorem ipsun dolor simit' + repository: GuillaumeFalourd/useful-actions + token: ${{ secrets.ACCESS_TOKEN }} + + - name: "Echo Created Secret" + run: echo ${{ secrets.MY_SECRET_NAME }} \ No newline at end of file diff --git a/backup/.github/workflows/skip-duplicate.yml b/backup/.github/workflows/skip-duplicate.yml new file mode 100644 index 0000000000..51efeb449b --- /dev/null +++ b/backup/.github/workflows/skip-duplicate.yml @@ -0,0 +1,35 @@ +name: Skip Duplicate + +on: # rebuild any PRs and main branch changes + pull_request: + push: + +jobs: + pre_job: + runs-on: ubuntu-latest + outputs: + should_skip: ${{ steps.skip_check.outputs.should_skip }} + steps: + - uses: actions/checkout@v2.3.4 + - uses: ./ + id: skip_check + with: + concurrent_skipping: 'never' + # skip_after_successful_duplicate: 'true' + # paths_ignore: '["**/README.md", "**/docs/**"]' + # do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]' + cancel_others: true + + main_job_not_skipped: + needs: pre_job + if: ${{ needs.pre_job.outputs.should_skip != 'true' }} + runs-on: ubuntu-latest + steps: + - run: echo "There is something to do here (not skipped)" + + main_job_skipped: + needs: pre_job + if: ${{ needs.pre_job.outputs.should_skip == 'true' }} + runs-on: ubuntu-latest + steps: + - run: echo "There is nothing to do here (skipped)" \ No newline at end of file diff --git a/backup/.github/workflows/stale.yml b/backup/.github/workflows/stale.yml new file mode 100644 index 0000000000..b5ae3828cd --- /dev/null +++ b/backup/.github/workflows/stale.yml @@ -0,0 +1,14 @@ +name: 'Stale' + +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale' + stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale' \ No newline at end of file diff --git a/backup/.github/workflows/super-linter.yml b/backup/.github/workflows/super-linter.yml new file mode 100644 index 0000000000..28ad9f993c --- /dev/null +++ b/backup/.github/workflows/super-linter.yml @@ -0,0 +1,19 @@ +name: Super Linter + +on: [push, workflow_dispatch] + +jobs: + build: + name: Super Linter + runs-on: ubuntu-latest + steps: + - name: Checkout Code + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Lint Code Base + uses: github/super-linter@v3 + env: + VALIDATE_ALL_CODEBASE: false + DEFAULT_BRANCH: main + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/backup/.github/workflows/typos.yml b/backup/.github/workflows/typos.yml new file mode 100644 index 0000000000..09d13e9c8d --- /dev/null +++ b/backup/.github/workflows/typos.yml @@ -0,0 +1,26 @@ + +name: Typos + +on: [workflow_dispatch] + +jobs: + run: + name: Spell Check with Typos + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v2 + + - name: Prepare file with mistakes. + run: echo "The quick brown foxx jumped over the slepy dog." > file.txt + - name: Test force pass with mistakes + uses: crate-ci/typos@v1.0.4 + with: + files: ./file.txt + + - name: Prepare file with no mistakes. + run: echo "The quick brown fox jumped over the sleepy dog." > file.txt + - name: Test force pass with no mistakes + uses: crate-ci/typos@v1.0.4 + with: + files: ./file.txt \ No newline at end of file diff --git a/backup/.github/workflows/upload-download-artifacts.yml b/backup/.github/workflows/upload-download-artifacts.yml new file mode 100644 index 0000000000..425d06326c --- /dev/null +++ b/backup/.github/workflows/upload-download-artifacts.yml @@ -0,0 +1,53 @@ +name: Upload & Download Artifacts + +on: [push, workflow_dispatch] + + +jobs: + + job_1: + name: Add 3 and 7 + runs-on: ubuntu-latest + steps: + - shell: bash + run: | + expr 3 + 7 > math-homework.txt + - name: Upload math result for job 1 + uses: actions/upload-artifact@v2 + with: + name: homework + path: math-homework.txt + + job_2: + name: Multiply by 9 + needs: job_1 + runs-on: windows-latest + steps: + - name: Download math result for job 1 + uses: actions/download-artifact@v2 + with: + name: homework + - shell: bash + run: | + value=`cat math-homework.txt` + expr $value \* 9 > math-homework.txt + - name: Upload math result for job 2 + uses: actions/upload-artifact@v2 + with: + name: homework + path: math-homework.txt + + job_3: + name: Display results + needs: job_2 + runs-on: macOS-latest + steps: + - name: Download math result for job 2 + uses: actions/download-artifact@v2 + with: + name: homework + - name: Print the final result + shell: bash + run: | + value=`cat math-homework.txt` + echo The result is $value \ No newline at end of file diff --git a/backup/CODE_OF_CONDUCT.md b/backup/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..11482d75fa --- /dev/null +++ b/backup/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to make participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all project spaces, and it also applies when +an individual is representing the project or its community in public spaces. +Examples of representing a project or community include using an official +project e-mail address, posting via an official social media account, or acting +as an appointed representative at an online or offline event. Representation of +a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at [ritchie@zup.com.br](ritchie@zup.com.br). All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +[https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq) diff --git a/backup/CONTRIBUTING.md b/backup/CONTRIBUTING.md new file mode 100644 index 0000000000..f9cf6a628a --- /dev/null +++ b/backup/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contribution + +You're welcome to add useful actions to the repository + +## New contents for the project + +**Always** base your work on the project's `main` branch, naming your new branch +according to the following guide: + +![branchs](/git-branchs.png) + +**Examples: `feature/new-action-name` or `fix/action-name`** + +## Guidelines + +- Contents should be written in English. + +- Add new actions on the [Global Actions section](https://github.com/GuillaumeFalourd/useful-actions#-global-actions) or on the [Docker Actions section](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) on the main README file (respect an `alphabetical` order). + +- New actions should be associated to a workflow example on the `.github/workflows` directory of the [Useful Actions](https://github.com/GuillaumeFalourd/useful-actions) repository, based on the official action repository examples. + +_Observation: If the action can be triggered through a `workflow_dispacth` event, please add it to the trigger options on the workflow implementation. It will make tests easier._ diff --git a/backup/Dockerfile b/backup/Dockerfile new file mode 100644 index 0000000000..ed84390096 --- /dev/null +++ b/backup/Dockerfile @@ -0,0 +1,7 @@ +FROM alpine:3.10 + +# WORKFLOW TEST + +RUN apk add --no-cache curl==7.66.0-r4 +RUN apk add --no-cache bash==5.0.0-r0 +RUN apk add --no-cache make==4.2.1-r2 \ No newline at end of file diff --git a/backup/LICENSE b/backup/LICENSE new file mode 100644 index 0000000000..dd2b7db635 --- /dev/null +++ b/backup/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2021 Guillaume Falourd + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/backup/README.md b/backup/README.md new file mode 100644 index 0000000000..560c412527 --- /dev/null +++ b/backup/README.md @@ -0,0 +1,235 @@ +# useful-actions + +![title](/useful-github-actions.png) + +This repository lists some useful generic Actions to use in your Github workflows and repositories. + +## Summary + +- [Good to Know](https://github.com/GuillaumeFalourd/useful-actions#-good-to-know) +- [Useful Actions](https://github.com/GuillaumeFalourd/useful-actions#-useful-actions) + - [Global Actions](https://github.com/GuillaumeFalourd/useful-actions#-global-actions) + - [Docker Actions](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) +- [How to create new actions](https://github.com/GuillaumeFalourd/useful-actions#-how-to-create-new-actions) +- [How to test actions locally](https://github.com/GuillaumeFalourd/useful-actions#-how-to-test-actions-locally) +- [Contribution](CONTRIBUTING.md) + +*** + +## 💡 Good To Know + +- [Usage Limits](https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration) +- [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) +- [Authentication in a workflow](https://docs.github.com/en/actions/reference/authentication-in-a-workflow) +- [Creating a personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) + +*** + +## 🔎 Useful Actions + +*** + +## 🌐 Global Actions + +[![Action Cond](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/action-cond.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/action-cond.yml) + +[Action Cond](https://github.com/marketplace/actions/conditional-value-for-github-action): GitHub Action to use a `if-else` operation when needed, to set dynamic configuration of other steps. + +[![Add Label](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/add-label.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/add-label.yml) + +[Add Label](https://github.com/marketplace/actions/actions-ecosystem-add-labels): GitHub Action to add GitHub labels to an issue or a pull request. + +[![Add Reviewers](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/add-reviewers.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/add-reviewers.yml) + +[Add Reviewers](https://github.com/marketplace/actions/add-reviewers): Github action that adds Reviewers to the Pull Request. + +[![App Token](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/app-token.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/app-token.yml) + +[App Token](https://github.com/marketplace/actions/github-app-token): Github Action to impersonate a GitHub App when `secrets.GITHUB_TOKEN`'s limitations are too restrictive and a personal access token is not suitable. + +[![Assert command line output](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/assert-command-line-output.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/assert-command-line-output.yml) + +[Assert command line output](https://github.com/marketplace/actions/assert-command-line-output): Github Action to assert / check a command line output. + +[![Auto approve](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-approve.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-approve.yml) + +[Auto Approve](https://github.com/marketplace/actions/auto-approve): Github Action to automatically approve pull requests. + +[![Auto Assign](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-assign.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-assign.yml) + +[Auto Assign](https://github.com/marketplace/actions/auto-assign-action): Github Action to add reviewers and assignees to a pull request when opened (needs [auto_assign.yml](https://github.com/GuillaumeFalourd/useful-actions/actions/auto_assign.yml) configuration file). + +[![Auto Assign Author](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-assign-author.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-assign-author.yml) + +[Auto Assign Author](https://github.com/marketplace/actions/auto-author-assign): Github Action to automatically assigns PR author as an assignee. + +[![Auto merge](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-merge.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-merge.yml) + +[Auto Merge](https://github.com/marketplace/actions/merge-pull-requests): GitHub action to automatically merge pull requests when they are ready (`automerged` label). + +[![Branch Names](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/branch-names.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/branch-names.yml) + +[Branch Names](https://github.com/marketplace/actions/branch-names): Github Action to get branch or tag information without the `/ref/*` prefix. + +[![Cache](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/cache.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/cache.yml) + +[Cache](https://github.com/marketplace/actions/cache): Github Action to cache dependencies and build outputs to improve workflow execution time. + +[![Cancel Workflow](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/cancel-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/cancel-workflow.yml) + +[Cancel Workflow](https://github.com/marketplace/actions/cancel-workflow-action): Github Action cancel any previous runs that are not `completed` for a given workflow. This includes runs with a status of `queued` or `in_progress`. + +[![Checkout](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/checkout.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/checkout.yml) + +[Checkout](https://github.com/marketplace/actions/checkout): Github Action to checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it. + +[![Close Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/close-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/close-pull-request.yml) + +[Close Pull Request](https://github.com/marketplace/actions/close-pull-request): Github Action to automatically close a pull request (for example if modifying _untouchable files_). + +[![Commit And Push](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/commit-and-push.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/commit-and-push.yml) + +[Commit And Push](https://github.com/marketplace/actions/git-commit-and-push): Github Action to commit and push new code to the repository. + +[![Compress Images](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/compress-image.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/compress-image.yml) + +[Compress Images](https://github.com/marketplace/actions/image-actions): Github Action to automatically compresses JPEGs, PNGs and WebPs in Pull Requests. + +[![Create Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml) + +[Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub action to create a pull request for changes to your repository in the actions workspace. + +[![Debug](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml) + +[Debug](https://github.com/marketplace/actions/debug-action): GitHub action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. + +[![Env Vars](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml) + +[Env Vars](https://github.com/marketplace/actions/github-environment-variables-action): GitHub action to expose useful environment variables. + +[![File Existence](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/file-existence.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/file-existence.yml) + +[File Existence](https://github.com/marketplace/actions/file-existence): Github Action to check if files exists or not. + +[![First Interaction](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/first-interaction.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/first-interaction.yml) + +[First Interaction](https://github.com/marketplace/actions/first-interaction): Github Action to filter pull requests and issues from first-time contributors. + +[![Get Workflow Origin](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/get-workflow-origin.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/get-workflow-origin.yml) [![Get Workflow Origin Information](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/get-workflow-origin-run.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/get-workflow-origin-run.yml) + +[Get Workflow Origin](https://github.com/potiuk/get-workflow-origin): Github Action to provide information about the pull requests that triggered the workflow for the `pull_request` and `pull_request_review` events or for the `workflow_run` event that is triggered by one of those events. + +[![Git Auto Commit](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml) + +[Git Auto Commit](https://github.com/marketplace/actions/git-auto-commit): A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. + +[![Github Script](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml) + +[Github Script](https://github.com/marketplace/actions/github-script): Github Action to make it easy to quickly write a script in your workflow that uses the GitHub API and the workflow run context. + +[![Gitleaks](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gitleaks.yml) + +[Gitleaks](https://github.com/marketplace/actions/gitleaks): Github Action to detect hardcoded secrets like passwords, api keys, and tokens in git repos. + +[![Horusec](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml) + +[Horusec](https://github.com/marketplace/actions/horusec): Github Action to identify vulnerabilities in your project. + +[![Paths Filter](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml) + +[Paths Filter](https://github.com/marketplace/actions/paths-changes-filter): Github Action that enables conditional execution of workflow steps and jobs, based on the files modified by pull request, on a feature branch, or by the recently pushed commits. + +[![Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/pull-request.yml) + +[Pull Request](https://github.com/marketplace/actions/github-pull-request-action): GitHub Action to create pull requests automatically. + +[![Purge Artifacts](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/purge-artifacts.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/purge-artifacts.yml) + +[Purge Artifacts](https://github.com/marketplace/actions/purge-artifacts): Github Action responsible for deleting old artifacts by setting expire duration. + +[![Set Secrets](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml) + +[Set Secrets](https://github.com/marketplace/actions/set-action-secret): Github Action to Create or edit actions secrets in repository or organizations. + +Example + +[![Skip duplicate](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml) + +[Skip duplicate](https://github.com/marketplace/actions/skip-duplicate-actions): GitHub Action to skip duplicate workflow-runs (after merges, pull requests or similar), skip concurrent or parallel workflow-runs for things that you do not want to run twice, skip ignored paths to speedup documentation-changes or similar, skip if paths not changed for something like directory-specific tests, cancel outdated workflow-runs after branch-pushes. + +[![Stale](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml) + +[Stale](https://github.com/marketplace/actions/close-stale-issues): GitHub Action to warn and then close issues and PRs that have had no activity for a specified amount of time. + +[![Recreate Release](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/recreate-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/recreate-release.yml) + +[Recreate Release](https://github.com/GongT/actions-recreate-release): Github Action to delete previous release by `tag_name` or `release_name` and then call `actions/create-release` to create it again. + +[![Release](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/release.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/release.yml) + +[Release](https://github.com/marketplace/actions/gh-release): GitHub Action for creating GitHub Releases on Linux, Windows, and macOS virtual environments. + +[![Repository-Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml) [![Repository-Dispatch-Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml) + +[Repository-Dispatch](https://github.com/marketplace/actions/repository-dispatch): GitHub Action to create a repository dispatch event. + +[![Retry Action](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/retry-action.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/retry-action.yml) + +[Retry Action](https://github.com/marketplace/actions/retry-action): GitHub Action to rerun another GitHub Actions and commands. + +[![Super Linter](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/super-linter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/super-linter.yml) + +[Super Linter](https://github.com/marketplace/actions/super-linter): Github Action to help validate your source code. + +[![Upload & Download Artifacts](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/upload-download-artifacts.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/upload-download-artifacts.yml) + +[Upload Artifact](https://github.com/marketplace/actions/upload-a-build-artifact): Github Action to share data between jobs and store data once a workflow is complete ([example](https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)). + +[Download Artifact](https://github.com/marketplace/actions/download-a-build-artifact): Github Action to download artifacts from your build ([example](https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)). + +*** + +## 🐳 Docker Actions + +[![Hadolint](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/hadolint.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/hadolint.yml) + +[Hadolint](https://github.com/burdzwastaken/hadolint-action): Github Action to run Hadolint and reports violations given a Dockerfile within a repository on a pull request. + +[![Phonito](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/phonito.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/phonito.yml) + +[Phonito](https://github.com/marketplace/actions/docker-vulnerability-scan-with-phonito-security): Github Action to automate scanning Docker images for OS & library vulnerabilities. Need a free Phonito Security account at [https://phonito.io](https://phonito.io). + +[![Publish Docker](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/publish-docker.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/publish-docker.yml) + +[Publish Docker](https://github.com/marketplace/actions/publish-docker): Github Action to build and push containers. + +*** + +## 🧐 How to create new actions + +The [Github tutorial](https://docs.github.com/en/actions/creating-actions) is great to understand how to create: + +- [Docker Container Actions](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action) +- [Javascript Actions](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action) +- [Composite Run Steps Actions](https://docs.github.com/en/actions/creating-actions/creating-a-composite-run-steps-action) + +*** + +## 🤖 How to test actions locally + +This tool can be used to test actions locally: [Act](https://github.com/nektos/act) + +Screenshot + +*** + +## 🤝 Contribution + +Would like to contribute to the repository? Here are the [guidelines](CONTRIBUTING.md) 🚀 + + + + + + +(Made with [contributors-img](https://contrib.rocks)) diff --git a/backup/assert.txt b/backup/assert.txt new file mode 100644 index 0000000000..39b1701819 --- /dev/null +++ b/backup/assert.txt @@ -0,0 +1,15 @@ +total 440 +drwxr-xr-x 14 runner docker 448B Nov 29 10:06 . +drwxr-xr-x 88 runner docker 2.8K Nov 25 18:51 .. +drwxr-xr-x 15 runner docker 480B Nov 29 10:06 .git +drwxr-xr-x 4 runner docker 128B Jul 6 11:48 .github +-rw-r--r-- 1 runner docker 3.4K Apr 8 2021 CODE_OF_CONDUCT.md +-rw-r--r-- 1 runner docker 1.0K Nov 19 09:39 CONTRIBUTING.md +-rw-r--r-- 1 runner docker 149B May 27 2021 Dockerfile +-rw-r--r-- 1 runner docker 11K Apr 8 2021 LICENSE +-rw-r--r-- 1 runner docker 17K Nov 19 09:39 README.md +-rw-r--r-- 1 runner docker 29B Nov 29 10:06 checkout-workflow.txt +-rw-r--r-- 1 runner docker 29B Nov 19 09:39 commit-and-push-workflow.txt +-rw-r--r-- 1 runner docker 27K Apr 8 2021 git-branchs.png +-rw-r--r-- 1 runner docker 29B Nov 29 10:06 pull-request-workflow.txt +-rw-r--r-- 1 runner docker 132K Jun 22 15:46 useful-github-actions.png \ No newline at end of file diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt new file mode 100644 index 0000000000..5c23dda6e1 --- /dev/null +++ b/backup/checkout-workflow.txt @@ -0,0 +1 @@ +Thu Jan 6 15:49:11 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt new file mode 100644 index 0000000000..6d5685c405 --- /dev/null +++ b/backup/commit-and-push-workflow.txt @@ -0,0 +1 @@ +Thu Jan 6 15:56:40 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt new file mode 100644 index 0000000000..1c23f99181 --- /dev/null +++ b/backup/git-auto-commit-workflow.txt @@ -0,0 +1 @@ +Thu Jan 6 15:58:55 UTC 2022 diff --git a/backup/git-branchs.png b/backup/git-branchs.png new file mode 100644 index 0000000000000000000000000000000000000000..2380aac5c645b22ba2d3efad65192d60aa1cffcf GIT binary patch literal 27194 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 literal 0 HcmV?d00001 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt new file mode 100644 index 0000000000..1daf8b752b --- /dev/null +++ b/backup/pull-request-workflow.txt @@ -0,0 +1 @@ +Thu Jan 6 02:14:10 UTC 2022 diff --git a/backup/useful-github-actions.png b/backup/useful-github-actions.png new file mode 100644 index 0000000000000000000000000000000000000000..c30fbcb5f211ffa67a8fb0417312d3ecbd9eeabd GIT binary patch literal 135573 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

G%8fR zDl~uicBVJyUaIwq%2DQr*A^#Ji2K^~k!|U3mXSWE`rWsb?=ASZ&au_n;JbBEElb=i z2%pi+@Y)0kY*51|?bApsD$zZtMUxNZQ08z+O4qwrCSMLh9G5iH3HdckTP{Fv{6DLT zmR#i#Jv)EqG;LLK{LNq_oQLks5wB)+0DAt?N^`kl7+jRZn+na%iZhK7FHI7YGwM_g zs6-90uqe}j9o~fxBFX9T7De+eC`FFN+Z^b;pzr-3w!Q)?%I$lbmXPi)k#6af5Xqst zyOHirX#oKRh6X{pyE_#mhVG%8q2(KY_p0~5*0IcdEc|ou4kWf_LEc5Ho(g| zGz#4dBOtakN7K1H^MZcT;(I0huAf4?V(xW)C;EzO21$7f|L)!$I6=H!_)`yz&t06^ zeycv0mJf|sbhBt^3S!uzzIT208`G@imK%!ycDaPt`4t(x-5nhNL`E^qt_vzCm>lhz z9wn)3Cn8L)?UJ&$U)*{Z z2lP?sd5hV?(#9-<0T{Z5?(hVDVg#cAJl3#+A+9BPh~dPk7*k$ZG2+&6Nh z#%8Zq47RM_YuRxCjJL-;1 ziT8xff%4j7Z1{)` zq6Zk?Dm7V?YCTBOKEsoUrIJ=+<3XxR!PaBv-3#$kSq$XM~UWOX3;+uF-|Xl?2FW&8^w=p0+Bfwc(o5_u4?l`7S2!1m(nxYa z_W-vF*Z6L3O=GcmrV~Bvg|;i}n9Qa`nU1NDDk7ZMM0{6mz3_s)q_`Y&H$J}p1dpe0 zTL$-!#=yg-eEip>4kTj2DT4&XGxtvFJW=e!?BeMyq!Lyblo{KU2dCe~uA3RX?!Vz) zt#}rFF$8ABZ>cmz!*9qIz9*+Bl|%=X>zVI|yz?kK^E?@bp2?RDE8cwh6Zmy}lsSW> zYC=m{A5A%ZjpP78oZW8sMY!EGD)y_A9BP+ZeRR7JsNQzK@ze(ChbT(rMBLC!^H1X# zGSOs>oN-ICNN=51Va52@PO6E34!VhHT)VFaG4D;LJ+T&CVr}s(@6K_ytlHtjKSj`F z!4USb%e4*MB_938ez0oB%Fvc2uF5R6ihmlh>;|HGDMNR5JYsvT=wErTPtvqaD;cnj z=q(yl3<|=OS-*dIsnkzEP6b%6fdVIvLB}DyMrN9!KGIo`RJz3;oyC-fE7VsM8|(!e3sa4Z^%cST^;-!E9GnHqJ)YH* z<`c+siMPulB6`=??~ku{#(hs#?ggAmGXWFr^x^Iz%#feOh`tXqy^yIQle%okmA=kr z>(^piyXBG|+_N_0;3>nts7W`0IIAh#i<87hif*AhNU<4&rABb|-t7m(tb78sxaxxZ zE4JKmKl!@ARYHGdpCa{i@?>8GA%7oXf9$(MgKk8>N_G)u2eEcWD`o;K5$>5LbJ$uT zVn>HR97W_Z;ytyS5*4s9|L|saEm2`1qFg`JWt_U{ger54CQsQAsh(|$SlsucG;`{*$i8$G>o6fgC?EEbFEd6z@*7e(0gH4GZ`+WV< z{dh$WlPOImX$c-~pQ~o{Tv$X+vRAvoZcaQ%&r&*lOha>yD2OmOtbSp(Dmk!e@I_%Y z=1K^p3yT;H>`g*s(XJytD6u>X!FR@u!8K^A8w~Im4Jy}7y~yrO@w)`Vza8jm3iQaa zp3G(VZnWC3o5k>sC&B`iLGae^Cm(0W=E*y+H@&M{k)l2?*`0PcnHsHX1u`*fJkE?4 zj@xlQf+|OJJbBw{Z!S=R#Up!Gm3vtakbW~P1q&#M_qbv_0~iqgk9-;{*yAOZ^glE4 zygGC&Hz@Q)9*1y9S#vQj-jR*^)rxOer+h)W{0mPJ#qi9B0Y1xA&7(#68i~X zM+1UIP@Z`%&TQ?#d7ysa4-5+C)+knqpz9qj57JbYn|1d`2IG%c_C^rq5qV4R8n}BQ z?fi>vMOp@N9$Q}y9$=4~>6OP|wCh>NFz2@3Ue?6*h(;|EPp!Y6o7p8xT6M2e!=ydbP z)sIt(u~yV0kIuxMv_i7Q9fY0!tyYr*5~Lu>AeF!Dn9xS zs0m;m$w7;#6?Y}vv1do5=|U6OFm5yNtK77gkhn1E#A4bawmG`WIq7=tWtz$Ohc*VIFPh+g3_o!-&F)bg0h#_bYghK?{F|n_ka2%AXWE zDNXU9)`KQZ`c%RBh--5%7V~gTA~Ss+m3I-&o96NjVb3W>6aWp$mYLYAOk5&bY~zdm zT9A29_7U-bm;M9l9s}to`fH0x@w?Q2yp3xVlnspxHMNBa?w|Lvq^RU@k8f>c)`z`R z+r#B%zof?13&$kN2l^C;u}p?IEJxyrKZq)^7KPbb<|CsuYE}hUjqoGhbboCVoA znJB8tjsnT25@GSbRUS$AK#Umq^XsBY=W zD)V{W$d!SVBBb`Tb?Bu-ziR)=vP$)8r%vCGCz?JNWTk?ccksB5Q4VM1g7LMv z17sV~sRv>M-%o>9g=_(B0eA;x1dn7-6-3~V#b)JzzMF*$A3tJvwm@a3Vqr8lw2g;N4@b3GB@2FjDOEQKXU7Kz4MLS&Ej3z~K1E!JtaI%a z^lhYS^Jyg{`9S7>rAqUS1WHd?zW${+>L0Hjgj|;{oD<{nIy+%9g4c8&vfhUvAN0Zf|WP=|s{|NUJlqph(`JxJ4{{#m;bp(ef2D z+83v*Cx`Wp$d!O={KFa6{PZNzkiAP2IiI)FXm-@`5-yJq5N{96(%RbS`$69Ud)A`1 z&X{_#>wIKPIwIVk^Ix5Ho}Gnpk6+FocRPjXJ;Flmt#u(XXx)<^^pbM;YV59l!nQ8EXa5ZL=!hMPogkiBtRP*Mf zR~_P;xZdn%LV&L2*FIj%3k6jlN}9n`++I2=S%@V}4aOX1*Oe6F!TAAtTq$R+q@EIP zc|kKR32zQ#dYg!7KAu?>_zw;|tQ8p8?y;LCXV$F7DQwC(kyV{k?ALP>yo=S(`FP-) zmoQDWpeM*7qVTWxmCD(M3RW*(9rGVXaVY7aHDWLWUlX|4Ae>$&yjsHD8$vSYuCQ3a zJ^~3mk?=8XAEc#aVe4i7&_5eimQQ3($`bo3kjlc-aMl7dH*u0wuNks~JnPOf-_e`9 z&@f8#mevq3T>p;B?8$G=PY?C|%>+i2%F@NUm6?Zmx=v{BBwkjoQ2?%xphLzrZh7@1 zPLT_^Dt^-)e7&$bQ-lAV{vm$eYuqhr9v4%zkLr@jL5Ab;sb7)qK6`G^{+a1GMNLBe z#GSLh5w&I$?la+ut|t*l7Del35}VldP6M{@ewaMCyG{ZIQ#ydT|Ka|4oXjO zkyvi{VX&pzqO#+saE*B53H$sPE22%17yZp79rv|)bb}wXw^c?9(?Hr%(-|12qr&ie zj0FMG;YO|UCvwh&*=0tgM8*2z3}{sQ=d}?5oAiYVxHpDj;b}0a{ut~|eFq$^iFRB8Xm&yshK{_I&!#_e`ul?e z6fz7WRD*5w{VOo)VZJOEMu7n2tDs^wz2B=pcOhrE+CpCweYjm$*SJ`nNsqE z+60HV%NHo7EpD~l=#vEb=Dl~^qUj0Vy)dp`6#FfgD}heiyG&n9jib2( zRLI6oNL*}$XXarqfuJtHQ{ZEkC5GXnvbHhZ$5Gt)91&{KM`Il_NiK@a`m38<)ea z%&`aLtCJy2D|UQbXjL$b!?7b(6_!aQVIWO)s0)^>WOxxeEAb7%$MRb-7ED>;;89ykI$w;iBfv)ZZB)l!a6+OO_bu|piK z?)`Ru|Cw;1yt)g+nyWzR6uX{szxpNTV(j5Elr}~4O)Fjq1v^Er7eO^yx3SScMVC)8 zT4W1V=ZE&zuhufubs)ew>dZ0-9TMYT*=f{fS3|mprWfVxgc&BnrSj>64?)oZxaAx7 zlk4k1XJ^H(!Nt0NGgesa-M7%VLr(00uKTYVT8afTXhKD%7DnH%nl!Y7Xu%t3SiNdo zE@SB(pPT8E9vyo_hcQV$%h>x#7&nPI6fi5ti@L7Em^M)SLXCy|ngg}Yj}0C2I$jYk z|Ili;kC8Mx32oj7Pk&6ooRVEc$V#lqvTL?X%EJl($1r>>>}ahvReVP=(t#u}$Vn!w z8Gg#LP)muYGKPFktn=}ZS&aW&CgQ{?z$aD;aVOzAlT*9i)C8};ph^LDil5QX0D%Vh zS~o&yC=Sk9v;fRu&Rpn$sFSTzb~JKmh{>6q-W7A?=L*ohC+!HN-c0w6XK}D%-|tz- zk~CE8!1TBBC}zLvDgq#u)-O*_|1m~OPH3X3Lq_JV_&d@31oMDo9wAg7j{_v*<3pu@ z;}=$~*J{8!(qgAp!z4~kiC54rcy-a&|L&HtQ=o7eEFx*#OvFrBrYj+E!t{b^LgRx< z^pnZkc8yI6iqCEg0su6EJE969i(a*Nu!~le`~fZ-x_RE}#&_7WM{P$_hC;YHCAr7m zL&}+oFULT1F-BY%#0AO~tGW%VmF&iGKX9VORXAugS$aax);ral!ah{3^;-;$%AwfN zsH5?d&pxwI7MW<`eG53gr3f#?c>5{?#nf%Xw+mc7+2$eGIA7FxBHn$a6Y0b4u_^8C zdzeZsR4x_+r;m55O#{Oo(%Co-dR1t)yVHqyi3^*A@ZG^+Lr z9Gc^W;nqo3v5>vO3Q{Ajdb3Y$ZWF@&W{o^yQv`%dZ`j+3Ycz^OlRQU5x0rGv4HS^A=;j)R*b8- zvZT+xLuoi9{{%X8=`RmCZ0u-k>K~xa9r-I z@$2rz9lpS>mI8Pk->nGP*1aA>J^u6(i;fn;ioLc^`=@h@S3e_P2Qh0(NqZdK3yne| z8&Mk^xod<6o7`Ye(7LaBE5&x~tn{(Y-+Wdlnr5=#D6lF#*VrSLqLHRX*&tD>27Ea$ zu<~+wswXHqk$ND_DX^$6q?6QXy*LkO4Rp_DB^mRH)#-~m&B!YjO zYB~=>NKR-(ZbEl)a+uX~xZ;Bzu((2z@MyA~NX4>x&E$tO;^<)n8~jSKTTxVnZl9ex(Kjb^**B~|Kbn8nU;itcpv_+ z_klBVjd^4Y7z+O3_V+zomq>yUj zwU6eA^jpq~ySpDYG$2l>egW-gSy*hxc9+$xCIP5RF1u>FFb2hpNh!5;ti)|_)D$iiY$$Y7eblKZ z{}go7Lo7F`JY>yV0N3)=1H;(Dz%4&?oVl7-pTV|&wRb4LlN*IT5qS_ooyknYqQJ>V zigf1*J?$!X+Cf3Q)MI2F};3E%7A=4q^n zlk*Uz8b6rDAe?`4StdU;$R!RvKW`f7Rcjo$s9yJ~KVh+SpnsCzXeGm*e|T>aAFl=F z6L5b0_J%T+n&_;>X61hObQ{jA?Q4Ur&I(0a(Q1VO$jl&pM2Q0bGL1OMy|mkgVt6hC z?L3|&*;2^iS%Su)v$}mCq&$TbDYY z3d^j)yvbvyBlO#V7s$bHLdpXSa3ZgP9^e)ZxJ{rY_uOZ z)!uH zw^3bu*omhPFS!KS|Ad%)1P1YtsNCHHh4nq?R-t4>dY~CAV5sBBNc||m3A*TeLP$m5 zjr5XvWOS(fcx@eN5~sX;?|t!lQ}i=e13-cA#Fxu5Zw`#-A||Qywf7ZbVotwmXKAdH zI)J&Rhmej<3s=Xl7Q8*L^WL@+vfnY+2#X0R^Rk%jaW8VZP-@Zky6(NdzlrxMp&T++ za;h{{1ei6@7w|SFqK~vc@zWaN61!QbL7}#Q@8J%0tDkox`>HsIoZw{Ztz|Q zSdnn@X(%o*iIO$CfLS+mG@>*JI7@Fn15?Ux&^wCSeT449Xs*&LCLmumC44Aj=7p<# zx*R(goX{e*`(EPh$hx+0-wk(66qXMx`^LkV-G(H1q#d2jp*95Q4adiGO%rrGxfrMP zQ3xMqVZzB`lN2>3Y@~kzdIxQ>2WP8ZA`chqeY=*+1y%Ay9PaC0hyI1b+rg+ zsw~HPE)U-fh_qH9I^8MtRmAp<7O%1`Oh=uh`ZK)L2*uu5QttF-pW`Xq-2zr(lQ{3a zztWYYrWM;Wbrviv_C#NP56U9*1h6@1v7J=^LbPa;6XCfV5?;oX@PJo$0g;irdcVh% zqlWy}%R{b!N9o^KkZy)BfT(|}ll6IhxT^Uuy02RyEyOKj^+u{uX($5~~2!vQ(e4+%phjY{t`F7iZ(ud1ITEFd4Y4x6@1HpOnT($ zC3;+R8LLZn*r7T!RNSaWlF*43*D!s0b*SosyD1cLxNQ;BdbECUca$1)0d0#C{5d`+(onrF$5t{SAx%7H z!7jTulQBBK%wX&)RwNK;7rfKD0uu$gpZJObo#jn;oAZWHQ8oQCY0 zW9OrOZOqTXUX;-)GFP0O5A@<-pY5IZ%#RwEgZ7n=%s_IOsZstCl{ALN^7>o7Jd|WK z%WT7^z`XOqxc}$#lE2MXv{*JsE>3*68jQDlLK^ILokgWw1S896@l^o^yxiyDtX{6`P=8X-b- zbLUwZViNOdnCTmS`qkB0F={T%GmBJktB@Qd1G?G&(ZIs|bqJ;z*IxGqweg$ydi0#p zs7j5h3VOmBg@#j#@M}h3#+c{;v}uZ8g$@czS^I6>vVVWjqp@Ok7N?kH3>ZmjYP{E%z$4Q%er?MuG z!N-5{#?_fU8D?0?lX^b5!e1noW>U-`s>TnwqR@k`Rvpr=s!+Jr;Tc#&H3BQ@4C-l| zFpY$a({iE|d3#sS^UU|_L)S%I17pZc{RHyZ6Eu!)6{YWw?4${o3UMsVhhW_GqR!?h z=eii`xG~tw{gXt7@{~UUoFmsTz_%22FQ>WV6MPdmKYEm!7P^eE2^9|p_>ATlcv()| zxm1e`cx|*2-BmjM&O(3HE}#%J`TO^izo0a>ONz6{3}y06Sqi0J#7dNsoX6MIcR1kD zrCW5#fa|9F1#$dT6qmg|(HVGvcLj^L;rs*TFXYa2ft zdAq%0u~}P!4dO~7)p-$l)!lXVn(RV!0H6Nmm@4K+aRc}CbRj+Epl6QvNUqbm0qQ22 zgX-b=sG`^@H=WV$K2xZB9?Fr%0 zC(q~xFxH&UbLm+A5zS$mXeQB^PuUvgo|+%Fhj~PxtHm6>bBuTX=SFkplr+6I6KEX% zj}VP^k2(DI20xWXcME5+J6QDH@_Ji)`jZ)j2i`tHC(-m`2ZWQeQA+%yz{Ks_JwglS zGZ7CIq5|I4t;BGUy^*unPiffbE}D*^t@5s-O#>HV-OwX+z8}h7P6JLTVrHl!1K-1& z59TTl>nY9rXYq^8m|CqEXk$Kp>TN2VJ-j&*#QA3>5&Abc87J{nn33X9^^Z{(AuGGQ zk>w&@_kJF(>?lHS@w8ysldQndOjFGH182cG$8^$6SBTm7x ze@uH?@qd%95&?cs3uA?Mehy<(mR{p<&um!zNUq?&ax2{*A4?U3(V1^eLTFAOpebTS z976@b1<8r*%(PPvF!Y~}-toMkAoxKNGS-V%#8q5Ic)$k~O{tfk7zXixujakwTO6^g0p|o3R^r2S+o>>b#PiARqqOy5jzqLMF9kZTWH4$v zk`gxL?6}51w)ChKL-XjAqtuvoG1<=OjAZFae##06oRA%jDes^UsyHKPQ8Qg8K)_5b~db z7}p{gkMMmR#LK{+A5OZG_1S3@<~^UwE_$X;0Sn?H_4(1nG&q z#?ZRsGaIWYbT;D6sDVX3)Udkt(gc4Tb@f;<9$2-)Xj_MPdrQvd4rHv$9(fjxC-bya6wAhT>86d)ZVk-kh% zXEb&S&w7eFJvW+Ygg7)wgTr2pM)g60546?!o}Gw}N&3Zg6i&#%D(}lh2?%9T?Ph~Q z#0IWT&`mHf?o;-ecNU|N*X1G8$&@(w7!B#Lb7rqTiK1TV>zMh`|mE) zgbV3od^3#2BDML4%rk`C+WwUK^X3#{gD2=^k}SjrSbCNL=X^_EQm{v-&>dp|_qcXF zwX@2}fWjZj+7@S<6{D9=^>>n zI`}JzaA>`*&RCQ7-{1Mi(!O~>KexzMK$7^ccGf+ErWcT?{5RCU-O>L(I1L4^t}XAs ziu{SgEzswh4VNYSKer7+CWCH6y5Og}Q~9kT#vZ@qLhh{0{wHDi^^b7{)Ce-|u+;*8 zi%aqs%6gl_qwxC{|BHFnzbfto@H3l#zO4(b%+>OcUE%$o&+Wc~PJI@EbDY+{H{L;p zeo+92!Cme5ll*T*&GJ|Jq(gw^F7x|ss$b97%$FNoq;^wU^sb9?e>v$uZT_Bnza22A zC=^UYiFu+Gz%Q${aUb*;)|pynz(Q zt|rm#@{SK(?Yw^3TG2@?k9=}7`R4d*u%?izID5DV>}=I{|@FJO5!lc+}%Eqascrz$+HtUM$Do&fODm;hM6 zUykqQI&i|blnr!vOw;;Svl{5BeXU6UbFw*RWz}Dzq~F9j3@%rk0Soni7mj|sZ-Kcf za+ZPzmBTXisx@K@vvr;KnxhTbPS6ut87Vdd78iKxKrPMn?yk3^h6l``z;l;j3PXbi zq;UD|q_c%5hJCO;-^4Df;*GWJi)DpNhLQUg6`4loB@x8)l?gE9!0f1c#sGdu>w(>8b}8N$Dh_ih>$xo-)}D?kNi5)BsySm#`i zajLIY^F*|EJLC^5OkabAQGSDUdg*@p%t)=)tMVMK&v?I)L(Eu&pC|}`ixaTI&1vCaq69{gna4R@FNrOLZJaur zL7vrDr6o_IcDc2QKW)cnbh+-`5G zPv-Y5VxcZsBEosCSO(|c{`<(#OA`;`!g^ct+4gzIX-V4<@5 zbSq1eC?f52tUS(@X-4id{yVhO7egO8G~wDvp!`40p(fGEg|w`(ixj9+_!r2^saLn> z0_DEBhSins#gr&GJ6lNP^1F<0N={T`j8Juj?M}^l7y_?+oQuS>JW(HW##LdXQDbLs zxHJSj)#JFu7*2~DMupjH`R{^XAE9`hM^nY1ru0$gZA%8C4yx&pc+^(LL3+V$2_{s8L6Tet@k1ONM0SvHCD6uoWj(sKJ;r`%iZ!Mon1*m zNkkeU;Vn2fB;>3hj?+@M4_i-_?*X}zz2BRpvn^h0BbK_WtA;R@CrNUlFYal>wQv)s z;HwJkQcf$K=NhRUe7&0cIZHRk&K_>>jpW>{f4d2 z_XRxLt*)j0p6j}1gJnAM^NdbpM}n*1I03wn*4U1d(s1fUW7V@5z-;2eO29tt@+i%Z zR+oErl`Ee%Roi6ApO6$+SbE4BS&UG(a?Jje^xYO=5~c2d=2x1tpUC zaMFo>;Pixn4Tz5A?#;Jc#@uxGR?U)u<@+B|QvC=&YW8sS;HPgFpRXYO@^%%9EK4QVlFCD9@Rs-Nb%*oYsaeDf zAVf$n%<;a9(;T$tGk?8B)lv#X4!MZet-RN%dH8ydQJNutJ~QA{^~!te%0e3zaD9@? z;v%H;6|v?a)1aoXR<|L(KIO^^ps1PqOk>_09s3~p657zVhi+VzFv zuk0FSf;rcE!X*`rvsi=^fOhk%xAmZtW0;^)JK!?17wYksIBLTRpc#ZxRIR4-G@V5l zx5>HD=r!drqEpf42UD7&4+(IsY(@?X9n*^U57xbqOzU~Z94)cgtY|$ZG?5QQ=HCTB zeo=+OjTR$YP-W{BOitEDtjK7!t!^S7$tbcJa&E)CD$>uYs6aXFm4| zBhfMxNIsXI3t?~{8hy~Qxc3AyfjS?;n>=;i@Lbaik_oph%eO`^dvbw?X|Rb zRyrDy!Fw3KARdp>PsH7FyE~|T#57ojC1=Xw>EpAS*NG>uBBdos+4cE^gX*TeJs&c$(n8+(tjFmq8<^X*Y~wm;TOTNsY!JAXw6wuOx_`%`xF6?o`ZE}TU(Ls`k%NC6aIXcfbFo<= zHcr41zgW_!1pw*}FOpd&+bX0hTAFLL;7kb)Di+m6Y`(r+JRYp5+>;HT`fj+KT_?s+ z;ci=;QsND~6NAtgtIf`cnEM(vR@nn8sO-Dpjvw#e+N_S2N{0(O9-ni}`2FAbtq#>E zTn(m?|HLnHtsL?^ORb#cBaCA9wM@RTcS#Sy^i%Y5y@*V)zrd!E_0?QZ&HyUTV2 zkqZ*LWpipqdCdky4-;GQ3L2KL_uPbMXCTUhoC97$Tl1No z1|<%7K`g=SBIlXacV(`A0@XreS?FAuEX?5Fp_?HxT{TgcH>>ff-h8ph1xyT1to9oH(hzDj{~)O_`A z_RttWJij9*BEU(Ad$9_xHLNoN-|N2~U)lB7^V~dvwlgy?(wrhnI`GM&q-nul#ht$$ z8cA|6C=Ju_OJL0C#s5Oz+-9dMt>#VSjPch8DX-c63jg)zeWQQfRZ|9PRI>TEb>e~M z!JO{_*VCzwl_xNFY#(3{FB(v#`luCN8<17;^J5ElZ^gA+WkS@{s&ibG!jFKkcEWqzh)9ztJ7^HqsP4_KEa zu`9bKpwdventoQ}uz#HAfY#NQo*;PQ)^8UPhIKa3cHD9!pV(-#jamTyK~9?ib56eD z+J02DtMuYjy0%+|iXlVqei62jfNVSoC#0a|I#3j*J}W5SG3FXBIshzvL*zu8K-Kx3 z@a%4iNi5ax?UDX;q))EY*}A*?xLTZEWReYIJa`IZnZUvh>U|iee?VaQG58TlfzC$! z)uh`XQ`)O{~8vs5^Z4ZpN$z1B~SmGM< zR^+_2KVzH(W3RC9+b$Rd)R+gJy_bU>efv>zidM&a|1I)M1HcTR`O3gOvbSOoM)DQ6e+^W9S3fe^FwOOV=eE3E}S656S+3o5L7OprfYQ(VkmGYmSq+4|j!ed%1>pXSBSeYR>@h=i&T z^j{U*11>cVx68@9CQ(t|Y5VeqZFq+a`8g?+MV4qVO>&pl4iwR&yfUP41hIAf%y>2) zZ#aOi?@ThZwQT{aGW)9VvFFS5!9JAsq1j;ht405i`ZyAM%BlRMs?Z(Vu0h9j(b9&h zmQO{Epf<*wApno6XBD5_wUa4x@YPDB7U1YxXGh>hgXD8_f`i*be>&gHCSc4$4}l+w z&y*C2lP$BTARMNTX(zd2es7>EKzo&G(LJwD= zI!k0x=q}P2Nwr|yx11_b^K|ZXj3wbn80bhd%65J22SGFFB4dg=VF|`%>+Q*i@DDB~-zhJbW zUky#WcspfGP_QE661x`7-Mp+8hm5((>z0~FyC#Yr@03SHMOSLjUeK3TC!k1=3OT4c zpc+%9wTwo3$ezu{G%dEEI$N(=Qx21;WiKB-;n$8f*m{iaoFnd)oyp+jl8~Tzc$^v5 z*czeujFbnY@aN?}-(aGG{Fq51-*Z~nHsP6Av(|X4kuy6;g;mOVzVl|4IneOAHa%s2;seTn79uM*8~DT<>aoW}b9TiyC~Q8R>nt*C<6 zY#ZZ`yz-hnQ?{NSc5h+^=>R_gziPs+I!_#Q$ItbrLl6JqgCHL^T6Y?Xx9Gn zWgA8*^~5(0`@%CA<60N&X17J@`7Rb>zQkA_zY>oxi%<-3@GKq$Z|@zUf5izRRRN<7 z>!ZFOvJZr{bl#Pe8S-Nx`if1KQwN&w4-_SQEFL)6ob9aad{6V@uptf z${(HMGeojiHIKtz%pAlxs$9>nP3cKGdF)lZ&t7p{(0i6r(jJtG$d8TSOqGXH%0}P3 z0)ZDXGBB#?g!m0Nu*o|MYe;QpG`;r~(a5BU3{ryAvJszJN3A$)1#mi*35f|RH(tOi zl7_#nZ+%euunsuqKvTFRJ7G;KeMXMHC^ zt2MarePb2?rfSui1@!~(1Y7cH&p4TYf{ti#3f_eIj&?5ZQTY7`grAxL+SmRnG|VcS z{Y~-7!OcU=zy{u5B$^BJOI02Iud2dgTao$ke+%{_gDra)1!O?P+QP%>j~iKX*ng*&X`a8zm8>>B6F-eFAtiMAIw9S!T0HHaXty z4c!*`zca@3gtU+g($0Uvfhb%{Nv{@oA?elp{JP=N?(;gFABgWuvD<9oJ<|eXiuf$! z{8Z~+NAK0R?3v8tL^*AO0oVOw7OPOiHrMoJd!`9EP26PVKw8gMYj%w2p@nD1uZ+(Z zHY+1F1qK*2>1b*WCt%?`JfV8<(|?Lz>g8?VbC<|Hp#qOvdCJm(tS64dkrMoFS^w@= zygL3A&DISWFXZ8}i>qNQe02#!RfSeC!KA?>WzwH%k5pf?J=ESfJ|T&z3QOq&=t`z? zxhz;@D(7h1<0gMw{I3%2Wj6g?e{JNi^a9lu(8gGV53-gvoO_q7kf&!OnsICM&{KNOYQOPwn7Goq+iqs19zexx{p` z?BMkIv78s}{Xp29xU-se(xuUwx2TN=ePvZKX5HbknYbV1E5sb5e(k=+LA1njVRcH6 zU<@vZ)=%sbzH7hPQV%vOBum~>Xi~uhlOf-Lj@&}UrR(EhqpJ!NsPH;Izs(lB47J+3}{ukm-Tv3c62Y&=}s zONCdo$RS`+@s4CKE&lmHYmw6tM!ajw<^OaA9uKIJhLH}6eUsJI)c!dgee(FcJKbV@ z7p01LoMTh;U6IMjv3y|U#B6!RS~Nz*@wxVi^0n?89qRqE=j-y$-vbI7E!mwaK&jjK zHBA>la7}bp^qF?8LI?R{Xtiyex3lB7LrHP)Vx%*^mBF-HcD0sWq|a?h2d*H3Q2hz% zn6DpF zzda!|0Kq;v4Uql>D_Z0J$HKc(RJ)qx&(>!xx{}q>G9ZB+b9I3?HfZx|FGuTe>bk7^ z*kO$Vb`8ZNt$3EaBj11c62{QkTw?yz?P_t*yWKb}PbcN9)Ek*yGKb-QTtI{9bW1BOigb5(cMcsQlG2Toq%=b}NJ%3-bmt7s z5JUXq#rx@h`&>Tf>{@H>b;z=y1!ksphWz6_zfpwOM5llk!OClqpVBMrR|kAN10JQw zKP6yzv1(bt-!*3NGYbRJAxwaxd}JT+f>l9NU+aXlf*?;BigMG`)M3caro%(<1ebmP2sP<0P|p?IK}s-q79$uVBwlw*7;b z&%^%jO=0RP$owxN!N0AM3NtQIPA%czST^xxM!1hB%woSLGeD2O#L4PtXtE7D@=Pp_ zXD-6G7qGOSQ2B_D|HifSJ2`74Eau#U#R(V$0RbO|Dj5LoTt+35f(WmDgP3r10nfcK z*0GTzy>cs-sw0jTrAma=DKi@wKG+dVs@YSa&Q|ewe1f zl^ajBc;giKvB)w@QNXL^VPsR6^T-mK*sCt&_~b+|=6|H_q;CC{`~9%RbOs&?<*UXL zcAe{Qj^_oTR@K0R=+t_d%)&i`^2$xAu&kF7hu@EjMcax;sZ&AzZ`Ig%t)JR#{-v() z)!^~_*&<5v@2_-eBE*$RNGWFjjiS|^+sDR^Pgi66gyjUurEoUm4p+>QiIh-Y3f45Z zMpEQojYCp?VL!2^XARXhX4U87Ja*bS5ODnwSXK3Syq#Yw#Lp^3+5bv&F8kyd)!S^P z>e# zFm${@tF-UYs@Sb^_W24lO_m2^(qhVms-qzh0c{ z<@mrt1FudAAl`EMMlaLIo9u2yW4>A98wYpOF4e50W~xr{nVdNFH|h`es8i`mCL6ae z*QVo?O>D;i+9rIVE9A%GnTa2%hJQ|QY#wJmM5qwRTNT~e-q?Pv8#vJQ|I0#lD`>(0 zp@Pvvy5E0e;p;JiUlMfsH?}u)2n9ixO4ETdZ~qWrB$M&t5=z0GnhH&#0I=@VI`9^EMRkL>a5K3P|W_v

Y|BHOhC4iK+BhH*E*aLo&BK^e8X`Tu|$nqX`2 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 literal 0 HcmV?d00001 From 6c87b9b4872e554750b6e38c78eabea8c0528966 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jan 2022 16:02:18 +0000 Subject: [PATCH 0286/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 6 +++++- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index 560c412527..a2553cf941 100644 --- a/backup/README.md +++ b/backup/README.md @@ -95,6 +95,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Compress Images](https://github.com/marketplace/actions/image-actions): Github Action to automatically compresses JPEGs, PNGs and WebPs in Pull Requests. +[![Copycat](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/copycat.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/copycat.yml) + +[Copycat](https://github.com/marketplace/actions/copycat-action): GitHub action to copy files from your repository to another external repository. It is also possible to copy files from/to repository Wikis. + [![Create Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml) [Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub action to create a pull request for changes to your repository in the actions workspace. @@ -121,7 +125,7 @@ This repository lists some useful generic Actions to use in your Github workflow [![Git Auto Commit](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml) -[Git Auto Commit](https://github.com/marketplace/actions/git-auto-commit): A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. +[Git Auto Commit](https://github.com/marketplace/actions/git-auto-commit): GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. [![Github Script](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml) diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 6d5685c405..266e967a3b 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 6 15:56:40 UTC 2022 +Thu Jan 6 16:02:16 UTC 2022 From 2ca37e7a93d43a753e2886e2769b65b6f6bf16ce Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jan 2022 16:05:44 +0000 Subject: [PATCH 0287/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/checkout.yml | 3 +-- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml index 4ee4e8a9ab..2c09d59b46 100644 --- a/backup/.github/workflows/checkout.yml +++ b/backup/.github/workflows/checkout.yml @@ -3,8 +3,7 @@ name: Checkout on: push: branches: - - '*' # for all branches - - '!dev' # Except the dev branch + - 'dev' # For the dev branch schedule: - cron: "0 0 * * MON-FRI" # Runs at 00:00 UTC workflow_dispatch: diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 266e967a3b..78932837be 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 6 16:02:16 UTC 2022 +Thu Jan 6 15:59:11 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 1c23f99181..4c5227102a 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jan 6 15:58:55 UTC 2022 +Thu Jan 6 16:03:07 UTC 2022 From 64302eea3b95743a06d1a9839602ceb4810a746a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 02:14:11 +0000 Subject: [PATCH 0288/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5c23dda6e1..96f6fb7024 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 6 15:49:11 UTC 2022 +Fri Jan 7 00:34:06 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 78932837be..f6ee8fe882 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 6 15:59:11 UTC 2022 +Thu Jan 6 16:05:44 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1daf8b752b..ab5ed99460 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 6 02:14:10 UTC 2022 +Fri Jan 7 02:13:43 UTC 2022 From 04708e65ce02b1f17af0353bc81e88453c0cbcf3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 02:09:12 +0000 Subject: [PATCH 0289/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 96f6fb7024..db6f567a00 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 7 00:34:06 UTC 2022 +Mon Jan 10 00:31:53 UTC 2022 From eeb93db7a01b47e02f969f75ca9119a1144c9db2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 17:04:05 +0000 Subject: [PATCH 0290/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../workflow-dispatch-triggerred.yml | 11 +++++++ .../.github/workflows/workflow-dispatch.yml | 29 +++++++++++++++++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/workflow-dispatch-triggerred.yml create mode 100644 backup/.github/workflows/workflow-dispatch.yml diff --git a/backup/.github/workflows/workflow-dispatch-triggerred.yml b/backup/.github/workflows/workflow-dispatch-triggerred.yml new file mode 100644 index 0000000000..cc6ad31dc9 --- /dev/null +++ b/backup/.github/workflows/workflow-dispatch-triggerred.yml @@ -0,0 +1,11 @@ +name: Workflow Dispatch Triggered + +on: [workflow_dispatch, repository_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch Triggered + run: | + echo "Workflow triggered successfully by workflow dispatch action!" diff --git a/backup/.github/workflows/workflow-dispatch.yml b/backup/.github/workflows/workflow-dispatch.yml new file mode 100644 index 0000000000..87965bfee1 --- /dev/null +++ b/backup/.github/workflows/workflow-dispatch.yml @@ -0,0 +1,29 @@ + +name: Workflow Dispatch + +on: [workflow_dispatch] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Invoke workflow without inputs + uses: benc-uk/workflow-dispatch@v1 + with: + workflow: workflow-dispatch + token: ${{ secrets.ACCESS_TOKEN }} + + - name: Invoke workflow with inputs + uses: benc-uk/workflow-dispatch@v1 + with: + workflow: 'Workflow Dispatch Triggered' + token: ${{ secrets.ACCESS_TOKEN }} + inputs: '{ "message": "blah blah", "debug": true }' + + - name: Invoke workflow in another repo with inputs + uses: benc-uk/workflow-dispatch@v1 + with: + workflow: '04 - Remote Dispatch Action Initiator' + repo: GuillaumeFalourd/poc-github-actions + token: ${{ secrets.ACCESS_TOKEN }} + inputs: '{ "message": "blah blah", "debug": true }' diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index f6ee8fe882..5bec7bb90c 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 6 16:05:44 UTC 2022 +Mon Jan 10 17:03:58 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 4c5227102a..a3edae94b0 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jan 6 16:03:07 UTC 2022 +Mon Jan 10 17:03:39 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ab5ed99460..946102498a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 7 02:13:43 UTC 2022 +Mon Jan 10 02:08:17 UTC 2022 From 5690752f0675805db3688b1480029ce15c33913c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 17:05:42 +0000 Subject: [PATCH 0291/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/auto-merge.yml | 2 +- backup/.github/workflows/workflow-dispatch.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/auto-merge.yml b/backup/.github/workflows/auto-merge.yml index 7c47693c84..b5ddb953b9 100644 --- a/backup/.github/workflows/auto-merge.yml +++ b/backup/.github/workflows/auto-merge.yml @@ -1,4 +1,4 @@ -name: automerge +name: Auto-Merge on: pull_request diff --git a/backup/.github/workflows/workflow-dispatch.yml b/backup/.github/workflows/workflow-dispatch.yml index 87965bfee1..64e9afbb92 100644 --- a/backup/.github/workflows/workflow-dispatch.yml +++ b/backup/.github/workflows/workflow-dispatch.yml @@ -4,13 +4,13 @@ name: Workflow Dispatch on: [workflow_dispatch] jobs: - run: + job1: runs-on: ubuntu-latest steps: - name: Invoke workflow without inputs uses: benc-uk/workflow-dispatch@v1 with: - workflow: workflow-dispatch + workflow: 'Workflow Dispatch Triggered' token: ${{ secrets.ACCESS_TOKEN }} - name: Invoke workflow with inputs From 13d8f42b94fddd8c7eba02e644f36b5a901d64da Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 17:07:56 +0000 Subject: [PATCH 0292/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/workflow-dispatch.yml | 6 ++++++ backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/backup/.github/workflows/workflow-dispatch.yml b/backup/.github/workflows/workflow-dispatch.yml index 64e9afbb92..471d313427 100644 --- a/backup/.github/workflows/workflow-dispatch.yml +++ b/backup/.github/workflows/workflow-dispatch.yml @@ -13,6 +13,9 @@ jobs: workflow: 'Workflow Dispatch Triggered' token: ${{ secrets.ACCESS_TOKEN }} + job2: + runs-on: ubuntu-latest + steps: - name: Invoke workflow with inputs uses: benc-uk/workflow-dispatch@v1 with: @@ -20,6 +23,9 @@ jobs: token: ${{ secrets.ACCESS_TOKEN }} inputs: '{ "message": "blah blah", "debug": true }' + job3: + runs-on: ubuntu-latest + steps: - name: Invoke workflow in another repo with inputs uses: benc-uk/workflow-dispatch@v1 with: diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index a3edae94b0..9b2ec2301c 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:03:39 UTC 2022 +Mon Jan 10 17:07:45 UTC 2022 From 8196fd658249f544213e4c3607696fdcbfdf00c0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 17:12:25 +0000 Subject: [PATCH 0293/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../.github/workflows/workflow-dispatch-triggerred.yml | 10 +++++++++- backup/.github/workflows/workflow-dispatch.yml | 6 +++--- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/backup/.github/workflows/workflow-dispatch-triggerred.yml b/backup/.github/workflows/workflow-dispatch-triggerred.yml index cc6ad31dc9..961ef1046f 100644 --- a/backup/.github/workflows/workflow-dispatch-triggerred.yml +++ b/backup/.github/workflows/workflow-dispatch-triggerred.yml @@ -1,6 +1,13 @@ name: Workflow Dispatch Triggered -on: [workflow_dispatch, repository_dispatch] +on: + workflow_dispatch: + inputs: + input: + description: "Test" + required: false + default: "World" + repository_dispatch: jobs: build: @@ -9,3 +16,4 @@ jobs: - name: Repository Dispatch Triggered run: | echo "Workflow triggered successfully by workflow dispatch action!" + echo Hello ${{ github.event.inputs.input }} diff --git a/backup/.github/workflows/workflow-dispatch.yml b/backup/.github/workflows/workflow-dispatch.yml index 471d313427..7ae9750735 100644 --- a/backup/.github/workflows/workflow-dispatch.yml +++ b/backup/.github/workflows/workflow-dispatch.yml @@ -21,7 +21,7 @@ jobs: with: workflow: 'Workflow Dispatch Triggered' token: ${{ secrets.ACCESS_TOKEN }} - inputs: '{ "message": "blah blah", "debug": true }' + inputs: '{ "input": "You" }' job3: runs-on: ubuntu-latest @@ -29,7 +29,7 @@ jobs: - name: Invoke workflow in another repo with inputs uses: benc-uk/workflow-dispatch@v1 with: - workflow: '04 - Remote Dispatch Action Initiator' + workflow: '00 - Workflow Dispatch' repo: GuillaumeFalourd/poc-github-actions token: ${{ secrets.ACCESS_TOKEN }} - inputs: '{ "message": "blah blah", "debug": true }' + inputs: '{ "input": "You" }' diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 5bec7bb90c..8d7330b02e 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:03:58 UTC 2022 +Mon Jan 10 17:11:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 9b2ec2301c..e722bcf589 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:07:45 UTC 2022 +Mon Jan 10 17:11:48 UTC 2022 From 6137f0f0afb474c0d50caba9c511cda368a46fe8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jan 2022 17:16:35 +0000 Subject: [PATCH 0294/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 4 ++++ backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index a2553cf941..71a8425815 100644 --- a/backup/README.md +++ b/backup/README.md @@ -191,6 +191,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Download Artifact](https://github.com/marketplace/actions/download-a-build-artifact): Github Action to download artifacts from your build ([example](https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)). +[![Workflow Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch.yml) [![Workflow Dispatch Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch-triggerred.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch-triggerred.yml) + +[Workflow Dispatch](https://github.com/marketplace/actions/workflow-dispatch): Github Action to trigger another GitHub Actions workflow, using the `workflow_dispatch` event. The workflow must be configured for this event type `e.g. on: [workflow_dispatch]`. This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you to maintain separate workflows for CI and CD, and pass data between them as required. + *** ## 🐳 Docker Actions diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e722bcf589..e9508458de 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:11:48 UTC 2022 +Mon Jan 10 17:16:25 UTC 2022 From 21aa326692aacaf7357f1e868c929270cef8403f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 11 Jan 2022 02:10:35 +0000 Subject: [PATCH 0295/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index db6f567a00..202b0f0a1b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 10 00:31:53 UTC 2022 +Tue Jan 11 00:33:02 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 8d7330b02e..da5f56c3b2 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:11:52 UTC 2022 +Mon Jan 10 17:16:34 UTC 2022 From e359bd3a3f0b196d9c2472e463f6e436c19fce13 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Jan 2022 20:01:30 +0000 Subject: [PATCH 0296/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/enforce-labels.yml | 15 +++++++++++++++ backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/enforce-labels.yml diff --git a/backup/.github/workflows/enforce-labels.yml b/backup/.github/workflows/enforce-labels.yml new file mode 100644 index 0000000000..a4a276a7c8 --- /dev/null +++ b/backup/.github/workflows/enforce-labels.yml @@ -0,0 +1,15 @@ +name: Enforce PR labels + +on: + pull_request: + types: [labeled, unlabeled, opened, edited, synchronize] + +jobs: + enforce-label: + runs-on: ubuntu-latest + steps: + - uses: yogevbd/enforce-label-action@2.1.0 + with: + REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog,test" + REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog','test']" + BANNED_LABELS: "banned" \ No newline at end of file diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 202b0f0a1b..d7ffc3548d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 11 00:33:02 UTC 2022 +Wed Jan 12 00:32:14 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e9508458de..e81cd908cf 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:16:25 UTC 2022 +Wed Jan 12 20:01:19 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 946102498a..93645b1b6b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 10 02:08:17 UTC 2022 +Tue Jan 11 02:09:29 UTC 2022 From c37089c2fffac51c44518b719289b7d533727678 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Jan 2022 20:02:29 +0000 Subject: [PATCH 0297/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/commit-and-push-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index da5f56c3b2..c3505104cb 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Mon Jan 10 17:16:34 UTC 2022 +Wed Jan 12 20:02:17 UTC 2022 From e1909bf2997a1a00e8d1d4d7f36607682b6e6711 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Jan 2022 20:15:26 +0000 Subject: [PATCH 0298/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 4 ++++ backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 71a8425815..e0be32dd41 100644 --- a/backup/README.md +++ b/backup/README.md @@ -107,6 +107,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Debug](https://github.com/marketplace/actions/debug-action): GitHub action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. +[![Enforce PR labels](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml) + +[Enforce PR labels](https://github.com/marketplace/actions/enforce-pr-labels): GitHub action to enforce assigning labels before merging PR's. Useful for generating automatic changelog and release notes with `github-release-notes`. + [![Env Vars](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml) [Env Vars](https://github.com/marketplace/actions/github-environment-variables-action): GitHub action to expose useful environment variables. diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e81cd908cf..230c4ce2ad 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Jan 12 20:01:19 UTC 2022 +Wed Jan 12 20:15:15 UTC 2022 From 7d7f30725834c4eccf899329109d6e8464a6d93c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 13 Jan 2022 02:12:36 +0000 Subject: [PATCH 0299/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d7ffc3548d..ad9d9eb06b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 12 00:32:14 UTC 2022 +Thu Jan 13 00:33:47 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index c3505104cb..1894bebdf6 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Jan 12 20:02:17 UTC 2022 +Wed Jan 12 20:15:32 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 93645b1b6b..e670d5236e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 11 02:09:29 UTC 2022 +Thu Jan 13 02:11:41 UTC 2022 From 46bf4921fad54384ae21ec3c62f9802e24eeab26 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 14 Jan 2022 02:10:55 +0000 Subject: [PATCH 0300/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ad9d9eb06b..358712e323 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 13 00:33:47 UTC 2022 +Fri Jan 14 00:31:55 UTC 2022 From b18e1cb28bcdb02b6e902ac79c262b399b3048a5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Jan 2022 02:11:19 +0000 Subject: [PATCH 0301/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 358712e323..8e5863dc50 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 14 00:31:55 UTC 2022 +Mon Jan 17 00:32:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e670d5236e..f81e108d21 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 13 02:11:41 UTC 2022 +Fri Jan 14 02:10:05 UTC 2022 From 67d4f41b61b6e4ce4bdfa72abeaef8e7d1fed605 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Jan 2022 13:02:51 -0300 Subject: [PATCH 0302/1768] add not trigger on tag workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/43-not-trigger-on-tag.yml | 20 ++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/43-not-trigger-on-tag.yml diff --git a/.github/workflows/43-not-trigger-on-tag.yml b/.github/workflows/43-not-trigger-on-tag.yml new file mode 100644 index 0000000000..d9b9e450a1 --- /dev/null +++ b/.github/workflows/43-not-trigger-on-tag.yml @@ -0,0 +1,20 @@ +name: Not trigger on tag + +on: + push: + # This should disable running the workflow on tags, according to the + # on.. GitHub Actions docs. + branches: + - "*" + pull_request: + schedule: + - cron: '48 6 * * *' + + # If you define only tags/tag-ignore or only branches/branches-ignore, the workflow won't run for events affecting the undefined Git ref. + # Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Workflow run" \ No newline at end of file diff --git a/README.md b/README.md index 76d305965d..47a138092b 100644 --- a/README.md +++ b/README.md @@ -211,3 +211,7 @@ This workflows illustrate how to extract the tag version when a specific branch [![41 - Commit other repo](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/41-commit-other-repo.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/41-commit-other-repo.yml) This workflow illustrates how to commit files from the current repo to another repo. + +[![43 - Not trigger on tag](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/43-not-trigger-on-tag.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/43-not-trigger-on-tag.yml) + +This workflow illustrates how to trigger a workflow on different event but NOT on tag. From 8708d4bd713ed4cc70e69710d96f54366dc760fb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Jan 2022 13:03:38 -0300 Subject: [PATCH 0303/1768] update not trigger on tag workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/43-not-trigger-on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/43-not-trigger-on-tag.yml b/.github/workflows/43-not-trigger-on-tag.yml index d9b9e450a1..7f86dee09a 100644 --- a/.github/workflows/43-not-trigger-on-tag.yml +++ b/.github/workflows/43-not-trigger-on-tag.yml @@ -1,4 +1,4 @@ -name: Not trigger on tag +name: 43 - Not trigger on tag on: push: From 7426eb9178c89da0165981407f062760c42e4611 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 18 Jan 2022 02:11:11 +0000 Subject: [PATCH 0304/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8e5863dc50..1debf278d0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 17 00:32:01 UTC 2022 +Tue Jan 18 00:32:47 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f81e108d21..9ac2caf586 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 14 02:10:05 UTC 2022 +Tue Jan 18 02:10:45 UTC 2022 From d4c66fa42dc47151cfeb25689a80b61ffbc54101 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Jan 2022 01:58:48 +0000 Subject: [PATCH 0305/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1debf278d0..38636fc3c8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 18 00:32:47 UTC 2022 +Wed Jan 19 00:28:36 UTC 2022 From 9d2b044b707917abfaf9bb9c77f02a936a33eae8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Jan 2022 19:17:39 -0300 Subject: [PATCH 0306/1768] add 44 Check if PR from Fork workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/44-check-if-pr-from-fork.yml | 17 +++++++++++++++++ README.md | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 .github/workflows/44-check-if-pr-from-fork.yml diff --git a/.github/workflows/44-check-if-pr-from-fork.yml b/.github/workflows/44-check-if-pr-from-fork.yml new file mode 100644 index 0000000000..685a9f78a4 --- /dev/null +++ b/.github/workflows/44-check-if-pr-from-fork.yml @@ -0,0 +1,17 @@ +name: 44 - Check if PR from Fork + +on: [pull_request] + +jobs: + fork: + runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.fork == true + steps: + - run: echo "This workflow run if PR is from a fork repo" + + not-fork: + runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.fork == false + steps: + - run: echo "This workflow run if PR is NOT from a fork repo" + diff --git a/README.md b/README.md index 47a138092b..5a7c8afa65 100644 --- a/README.md +++ b/README.md @@ -215,3 +215,7 @@ This workflow illustrates how to commit files from the current repo to another r [![43 - Not trigger on tag](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/43-not-trigger-on-tag.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/43-not-trigger-on-tag.yml) This workflow illustrates how to trigger a workflow on different event but NOT on tag. + +[![44 - Check if PR from Fork](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/44-check-if-pr-from-fork.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/44-check-if-pr-from-fork.yml) + +This workflow illustrates how to check if a PR is opened from a FORK repository or not. From 545a353d1cacc5f9ee9a19d3cf55449ca5ada126 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jan 2022 02:14:27 +0000 Subject: [PATCH 0307/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 38636fc3c8..2a777f288a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 19 00:28:36 UTC 2022 +Thu Jan 20 00:35:11 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9ac2caf586..2eae71cc3a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 18 02:10:45 UTC 2022 +Wed Jan 19 01:57:58 UTC 2022 From 95b6a9be14bd4659d01be439d80025950ece4de9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jan 2022 18:47:52 +0000 Subject: [PATCH 0308/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/changed-files.yml | 28 ++++++++++++++++++++++ backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 5 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/changed-files.yml diff --git a/backup/.github/workflows/changed-files.yml b/backup/.github/workflows/changed-files.yml new file mode 100644 index 0000000000..f64869d1de --- /dev/null +++ b/backup/.github/workflows/changed-files.yml @@ -0,0 +1,28 @@ +name: Changed Files + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest # windows-latest | macos-latest + name: Test changed-files + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + + - name: Get changed files + id: changed-files + uses: tj-actions/changed-files@v13.1 + + - name: List all changed files + run: | + for file in ${{ steps.changed-files.outputs.all_changed_files }}; do + echo "$file was changed" + done \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index e0be32dd41..a9d2934b37 100644 --- a/backup/README.md +++ b/backup/README.md @@ -79,6 +79,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Cancel Workflow](https://github.com/marketplace/actions/cancel-workflow-action): Github Action cancel any previous runs that are not `completed` for a given workflow. This includes runs with a status of `queued` or `in_progress`. +[![Changed Files](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/changed-files.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/changed-files.yml) + +[Changed Files](https://github.com/marketplace/actions/changed-files): Github Action to retrieve all changed files relative to the default branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files from the project root. + [![Checkout](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/checkout.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/checkout.yml) [Checkout](https://github.com/marketplace/actions/checkout): Github Action to checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 1894bebdf6..acce7901d6 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Jan 12 20:15:32 UTC 2022 +Thu Jan 20 18:47:23 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 230c4ce2ad..02214a4b7a 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Jan 12 20:15:15 UTC 2022 +Thu Jan 20 18:47:05 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2eae71cc3a..abaa580a52 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 19 01:57:58 UTC 2022 +Thu Jan 20 02:13:23 UTC 2022 From 6460ab5ca501cdb233ffafd979db3befc2a93420 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jan 2022 18:53:29 +0000 Subject: [PATCH 0309/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/read-file.yml | 16 +++++++++++++++ backup/README.md | 28 +++++++++++++++----------- 2 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 backup/.github/workflows/read-file.yml diff --git a/backup/.github/workflows/read-file.yml b/backup/.github/workflows/read-file.yml new file mode 100644 index 0000000000..51a7f65ff2 --- /dev/null +++ b/backup/.github/workflows/read-file.yml @@ -0,0 +1,16 @@ +name: Read File + +on: + workflow_dispatch: + +jobs: + job: + runs-on: ubuntu-18.04 + steps: + - name: Read checkout-workflow.txt + id: txt + uses: juliangruber/read-file-action@v1 + with: + path: ./checkout-workflow.txt + - name: Echo checkout-workflow.txt + run: echo "${{ steps.txt.outputs.content }}" \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index a9d2934b37..3d8247384e 100644 --- a/backup/README.md +++ b/backup/README.md @@ -159,19 +159,9 @@ This repository lists some useful generic Actions to use in your Github workflow [Purge Artifacts](https://github.com/marketplace/actions/purge-artifacts): Github Action responsible for deleting old artifacts by setting expire duration. -[![Set Secrets](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml) - -[Set Secrets](https://github.com/marketplace/actions/set-action-secret): Github Action to Create or edit actions secrets in repository or organizations. +[![Read File](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/read-file.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/read-file.yml) -Example - -[![Skip duplicate](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml) - -[Skip duplicate](https://github.com/marketplace/actions/skip-duplicate-actions): GitHub Action to skip duplicate workflow-runs (after merges, pull requests or similar), skip concurrent or parallel workflow-runs for things that you do not want to run twice, skip ignored paths to speedup documentation-changes or similar, skip if paths not changed for something like directory-specific tests, cancel outdated workflow-runs after branch-pushes. - -[![Stale](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml) - -[Stale](https://github.com/marketplace/actions/close-stale-issues): GitHub Action to warn and then close issues and PRs that have had no activity for a specified amount of time. +[Read File](https://github.com/marketplace/actions/read-file): Github Action to read file contents. [![Recreate Release](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/recreate-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/recreate-release.yml) @@ -189,6 +179,20 @@ This repository lists some useful generic Actions to use in your Github workflow [Retry Action](https://github.com/marketplace/actions/retry-action): GitHub Action to rerun another GitHub Actions and commands. +[![Set Secrets](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/set-secrets.yml) + +[Set Secrets](https://github.com/marketplace/actions/set-action-secret): Github Action to Create or edit actions secrets in repository or organizations. + +Example + +[![Skip duplicate](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/skip-duplicate.yml) + +[Skip duplicate](https://github.com/marketplace/actions/skip-duplicate-actions): GitHub Action to skip duplicate workflow-runs (after merges, pull requests or similar), skip concurrent or parallel workflow-runs for things that you do not want to run twice, skip ignored paths to speedup documentation-changes or similar, skip if paths not changed for something like directory-specific tests, cancel outdated workflow-runs after branch-pushes. + +[![Stale](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/stale.yml) + +[Stale](https://github.com/marketplace/actions/close-stale-issues): GitHub Action to warn and then close issues and PRs that have had no activity for a specified amount of time. + [![Super Linter](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/super-linter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/super-linter.yml) [Super Linter](https://github.com/marketplace/actions/super-linter): Github Action to help validate your source code. From 7402ec498eae5600055762ced8630826c254d880 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jan 2022 18:56:51 +0000 Subject: [PATCH 0310/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/read-file.yml | 1 + backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/read-file.yml b/backup/.github/workflows/read-file.yml index 51a7f65ff2..d43fa23ec4 100644 --- a/backup/.github/workflows/read-file.yml +++ b/backup/.github/workflows/read-file.yml @@ -7,6 +7,7 @@ jobs: job: runs-on: ubuntu-18.04 steps: + - uses: actions/checkout@v2 - name: Read checkout-workflow.txt id: txt uses: juliangruber/read-file-action@v1 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index acce7901d6..40760e67fd 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 20 18:47:23 UTC 2022 +Thu Jan 20 18:56:30 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 02214a4b7a..40f132c443 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jan 20 18:47:05 UTC 2022 +Thu Jan 20 18:56:20 UTC 2022 From 89363498d12273821db75a1eb5314b46ad5d8763 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 21 Jan 2022 02:01:43 +0000 Subject: [PATCH 0311/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2a777f288a..2b0c42addb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 20 00:35:11 UTC 2022 +Fri Jan 21 00:28:52 UTC 2022 From 711d2b1aaa291325fae5afc9a83ff4e8f1f66e6b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 24 Jan 2022 02:07:05 +0000 Subject: [PATCH 0312/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2b0c42addb..c51dba3ad4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 21 00:28:52 UTC 2022 +Mon Jan 24 00:29:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index abaa580a52..de0a91e0f7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 20 02:13:23 UTC 2022 +Mon Jan 24 02:05:57 UTC 2022 From 8b602ce1d7fdbed2c8c512d96cbbecea7650e12f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 25 Jan 2022 02:06:44 +0000 Subject: [PATCH 0313/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c51dba3ad4..12924e8d83 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 24 00:29:01 UTC 2022 +Tue Jan 25 00:32:44 UTC 2022 From 3df78070012e4afad330851f34a86463c04f701d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 26 Jan 2022 02:07:47 +0000 Subject: [PATCH 0314/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 12924e8d83..c4be942668 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 25 00:32:44 UTC 2022 +Wed Jan 26 00:33:20 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de0a91e0f7..98b6057858 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 24 02:05:57 UTC 2022 +Tue Jan 25 02:05:47 UTC 2022 From 6f2e90a4bb6c2f03f27ffbea9544e910f4290a06 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 27 Jan 2022 02:01:25 +0000 Subject: [PATCH 0315/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c4be942668..de2464f509 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 26 00:33:20 UTC 2022 +Thu Jan 27 00:29:27 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 98b6057858..2da2c47dad 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 25 02:05:47 UTC 2022 +Thu Jan 27 02:00:24 UTC 2022 From 07abb44d4b9a9982b9614afb797734dddb955656 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 28 Jan 2022 02:00:49 +0000 Subject: [PATCH 0316/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index de2464f509..3175450e8c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 27 00:29:27 UTC 2022 +Fri Jan 28 00:29:04 UTC 2022 From 5c873fc85b0e3002b75fa095758330b50a2969aa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 31 Jan 2022 01:58:35 +0000 Subject: [PATCH 0317/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3175450e8c..ea0e26c7f3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 28 00:29:04 UTC 2022 +Mon Jan 31 00:29:35 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2da2c47dad..7a9b6e71ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 27 02:00:24 UTC 2022 +Fri Jan 28 02:00:18 UTC 2022 From 485fde6b92642771e08eff1c5582e05d10146d1e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Feb 2022 02:03:59 +0000 Subject: [PATCH 0318/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ea0e26c7f3..0e10dd1c7d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 31 00:29:35 UTC 2022 +Tue Feb 1 00:31:04 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7a9b6e71ca..c5907896a2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 28 02:00:18 UTC 2022 +Mon Jan 31 01:57:42 UTC 2022 From e2a1fec5dabcde47d49fa68124b475f3da00d4a8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Feb 2022 12:29:46 +0000 Subject: [PATCH 0319/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 24 ++++++++++++++++++++++++ backup/pull-request-workflow.txt | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 3d8247384e..ee3a947ee4 100644 --- a/backup/README.md +++ b/backup/README.md @@ -235,6 +235,30 @@ The [Github tutorial](https://docs.github.com/en/actions/creating-actions) is gr *** +## 🕵️ How to debug workflows + +The [action-upterm](https://github.com/lhotari/action-upterm) uses [upterm](https://upterm.dev/) and [tmux](https://github.com/tmux/tmux/wiki) offers you a direct way to interact with the host system on which the actual actions will run. + +By using this minimal example a upterm session will be created. + +```yaml +name: CI +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 +``` + +To get the `ssh` connection string, just open the workflow `Checks` tab and scroll to the bottom. + +_Note: If you want to continue a workflow and you are inside a upterm session, just create a empty file with the name `continue` either in the root directory or in the workspace directory by running `touch continue` or `sudo touch /continue`. Closing the terminal will also continue the workflow. However you won't be able to reconnect in that case. It's possible to detach from the terminal and not continue by first pressing C-b and then d (tmux detach command keys)._ + +*** + ## 🤖 How to test actions locally This tool can be used to test actions locally: [Act](https://github.com/nektos/act) diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c5907896a2..e581f8e94b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 31 01:57:42 UTC 2022 +Tue Feb 1 02:03:04 UTC 2022 From ee065f758706ac4b678ea084949704759bf7613a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Feb 2022 12:37:04 +0000 Subject: [PATCH 0320/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index ee3a947ee4..4c332cf708 100644 --- a/backup/README.md +++ b/backup/README.md @@ -237,7 +237,7 @@ The [Github tutorial](https://docs.github.com/en/actions/creating-actions) is gr ## 🕵️ How to debug workflows -The [action-upterm](https://github.com/lhotari/action-upterm) uses [upterm](https://upterm.dev/) and [tmux](https://github.com/tmux/tmux/wiki) offers you a direct way to interact with the host system on which the actual actions will run. +The [action-upterm](https://github.com/lhotari/action-upterm) uses [upterm](https://upterm.dev/) and [tmux](https://github.com/tmux/tmux/wiki) to offer a direct way to interact with the host system on which the actual actions will run. By using this minimal example a upterm session will be created. diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 40f132c443..f441f70b2a 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jan 20 18:56:20 UTC 2022 +Tue Feb 1 12:36:53 UTC 2022 From 97ebe09bbae9df9846ee2884638b5de87e4fada3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 1 Feb 2022 16:12:26 -0300 Subject: [PATCH 0321/1768] test centos latest update Signed-off-by: Guillaume Falourd --- .github/workflows/workflow_tester21.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/workflow_tester21.yml diff --git a/.github/workflows/workflow_tester21.yml b/.github/workflows/workflow_tester21.yml new file mode 100644 index 0000000000..314334389f --- /dev/null +++ b/.github/workflows/workflow_tester21.yml @@ -0,0 +1,21 @@ +name: Test 21 + +on: + workflow_dispatch: + push: + +jobs: + rpm: + runs-on: ubuntu-latest + container: + image: centos:latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup dependencies + run: | + sudo sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* + sudo sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* + yum install -y git tar curl wget sudo make yum-utils device-mapper-persistent-data lvm2 rpm-build + yum clean all + - run: echo "Success" From 4c5b800b5a35dd12579acf2d0bc6b074236e3e3d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 1 Feb 2022 16:13:23 -0300 Subject: [PATCH 0322/1768] refactor test centos latest update Signed-off-by: Guillaume Falourd --- .github/workflows/workflow_tester21.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_tester21.yml b/.github/workflows/workflow_tester21.yml index 314334389f..8e8a053818 100644 --- a/.github/workflows/workflow_tester21.yml +++ b/.github/workflows/workflow_tester21.yml @@ -14,8 +14,8 @@ jobs: uses: actions/checkout@v2 - name: Setup dependencies run: | - sudo sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* - sudo sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* + sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* + sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* yum install -y git tar curl wget sudo make yum-utils device-mapper-persistent-data lvm2 rpm-build yum clean all - run: echo "Success" From 322081bd6b037af4a58bf4c49dc45311754e01cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 2 Feb 2022 02:01:06 +0000 Subject: [PATCH 0323/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0e10dd1c7d..aa427309b0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 1 00:31:04 UTC 2022 +Wed Feb 2 00:32:15 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 40760e67fd..a6beb8202e 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 20 18:56:30 UTC 2022 +Tue Feb 1 12:37:08 UTC 2022 From 7bd5ba2bcc68f0c02dbadf62e63328f08ef7adc4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Feb 2022 01:57:45 +0000 Subject: [PATCH 0324/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index aa427309b0..e09d02920b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 2 00:32:15 UTC 2022 +Thu Feb 3 00:29:48 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e581f8e94b..b11a7480a6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 1 02:03:04 UTC 2022 +Wed Feb 2 02:00:38 UTC 2022 From 662e1cc1f3a0908674c0a3c798f6dd5d6967571a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Feb 2022 12:32:46 +0000 Subject: [PATCH 0325/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 1 + backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index 4c332cf708..f8fdcae787 100644 --- a/backup/README.md +++ b/backup/README.md @@ -11,6 +11,7 @@ This repository lists some useful generic Actions to use in your Github workflow - [Global Actions](https://github.com/GuillaumeFalourd/useful-actions#-global-actions) - [Docker Actions](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) - [How to create new actions](https://github.com/GuillaumeFalourd/useful-actions#-how-to-create-new-actions) +- [How to debug workflows](https://github.com/GuillaumeFalourd/useful-actions#%EF%B8%8F-how-to-debug-workflows) - [How to test actions locally](https://github.com/GuillaumeFalourd/useful-actions#-how-to-test-actions-locally) - [Contribution](CONTRIBUTING.md) diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index f441f70b2a..be3660a680 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Tue Feb 1 12:36:53 UTC 2022 +Thu Feb 3 12:32:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b11a7480a6..784adaf356 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 2 02:00:38 UTC 2022 +Thu Feb 3 01:57:21 UTC 2022 From a21aeceaf392a4ee49fc0879e7444c4634b525d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 4 Feb 2022 01:51:20 +0000 Subject: [PATCH 0326/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e09d02920b..674fedaddc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 3 00:29:48 UTC 2022 +Fri Feb 4 00:29:40 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index a6beb8202e..33ee2175f4 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Tue Feb 1 12:37:08 UTC 2022 +Thu Feb 3 12:33:00 UTC 2022 From a75e981f3682a47d5a4574f52d9e113af831fc36 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 7 Feb 2022 02:01:02 +0000 Subject: [PATCH 0327/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 674fedaddc..77e64b5f2b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 4 00:29:40 UTC 2022 +Mon Feb 7 00:30:41 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 784adaf356..57abbf18c3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 3 01:57:21 UTC 2022 +Mon Feb 7 01:59:59 UTC 2022 From ec1820e81809330615cf04c6ab91da4009d2e98d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 7 Feb 2022 11:36:20 -0300 Subject: [PATCH 0328/1768] Update 09-artifacts-workflow.yml --- .github/workflows/09-artifacts-workflow.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/09-artifacts-workflow.yml b/.github/workflows/09-artifacts-workflow.yml index e5202de663..31550de931 100644 --- a/.github/workflows/09-artifacts-workflow.yml +++ b/.github/workflows/09-artifacts-workflow.yml @@ -7,7 +7,7 @@ on: jobs: - job_1: + sum: name: Add 3 and 7 runs-on: ubuntu-latest steps: @@ -20,9 +20,9 @@ jobs: name: homework path: math-homework.txt - job_2: + multiplication: name: Multiply by 9 - needs: job_1 + needs: sum runs-on: windows-latest steps: - name: Download math result for job 1 @@ -39,9 +39,9 @@ jobs: name: homework path: math-homework.txt - job_3: + result: name: Display results - needs: job_2 + needs: multiplication runs-on: macOS-latest steps: - name: Download math result for job 2 @@ -52,4 +52,4 @@ jobs: shell: bash run: | value=`cat math-homework.txt` - echo The result is $value \ No newline at end of file + echo The result is $value From 75307c727abf0f87e028a3d729bc85953dd98977 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 8 Feb 2022 02:02:29 +0000 Subject: [PATCH 0329/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 77e64b5f2b..0792a1e725 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 7 00:30:41 UTC 2022 +Tue Feb 8 00:30:55 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 57abbf18c3..21ca230230 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 7 01:59:59 UTC 2022 +Tue Feb 8 02:01:31 UTC 2022 From 2a08fe0cdf74251f5f4a5065b2027ede8549ce7a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 8 Feb 2022 13:40:52 -0300 Subject: [PATCH 0330/1768] add 45-workflow.yml file Signed-off-by: Guillaume Falourd --- .github/workflows/45-get-all-yaml-files.yml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/45-get-all-yaml-files.yml diff --git a/.github/workflows/45-get-all-yaml-files.yml b/.github/workflows/45-get-all-yaml-files.yml new file mode 100644 index 0000000000..d21fcd2e27 --- /dev/null +++ b/.github/workflows/45-get-all-yaml-files.yml @@ -0,0 +1,32 @@ +name: 45 - Get all yaml files + +on: [push, workflow_dispatch] + +jobs: + yml: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: List yml files + run: git ls-files '*.yml' > yml-files.txt + - name: Check list + run: cat yml-files.txt + - name: Upload yml-files + uses: actions/upload-artifact@v2 + with: + name: yml-files + path: yml-files.txt + + yaml: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: List yaml files + run: git ls-files '*.yaml' > yaml-files.txt + - name: Check list + run: cat yaml-files.txt + - name: Upload yaml-files + uses: actions/upload-artifact@v2 + with: + name: yaml-files + path: yaml-files.txt From 833ef53bb4605a6b612d6c929fbeb6ce2387e8a3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 8 Feb 2022 13:41:46 -0300 Subject: [PATCH 0331/1768] update 45 workflow .yml Signed-off-by: Guillaume Falourd --- .github/workflows/45-get-all-yaml-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/45-get-all-yaml-files.yml b/.github/workflows/45-get-all-yaml-files.yml index d21fcd2e27..bf0b58e28c 100644 --- a/.github/workflows/45-get-all-yaml-files.yml +++ b/.github/workflows/45-get-all-yaml-files.yml @@ -12,7 +12,7 @@ jobs: - name: Check list run: cat yml-files.txt - name: Upload yml-files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2 with: name: yml-files path: yml-files.txt @@ -26,7 +26,7 @@ jobs: - name: Check list run: cat yaml-files.txt - name: Upload yaml-files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2 with: name: yaml-files path: yaml-files.txt From 9961d6a730f21acfa9967e356325c0f67a9c6272 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 8 Feb 2022 13:42:18 -0300 Subject: [PATCH 0332/1768] update 45 workflow .yml Signed-off-by: Guillaume Falourd --- .github/workflows/45-get-all-yaml-files.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/45-get-all-yaml-files.yml b/.github/workflows/45-get-all-yaml-files.yml index bf0b58e28c..7af0d16211 100644 --- a/.github/workflows/45-get-all-yaml-files.yml +++ b/.github/workflows/45-get-all-yaml-files.yml @@ -13,9 +13,9 @@ jobs: run: cat yml-files.txt - name: Upload yml-files uses: actions/upload-artifact@v2 - with: - name: yml-files - path: yml-files.txt + with: + name: yml-files + path: yml-files.txt yaml: runs-on: ubuntu-latest @@ -27,6 +27,6 @@ jobs: run: cat yaml-files.txt - name: Upload yaml-files uses: actions/upload-artifact@v2 - with: - name: yaml-files - path: yaml-files.txt + with: + name: yaml-files + path: yaml-files.txt From 9f2f1d62d8776b13e09d6616cdeb5f97fa23e2a4 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 8 Feb 2022 13:45:55 -0300 Subject: [PATCH 0333/1768] update README file and 45 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/45-get-all-yaml-files.yml | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/45-get-all-yaml-files.yml b/.github/workflows/45-get-all-yaml-files.yml index 7af0d16211..d5fbb26a01 100644 --- a/.github/workflows/45-get-all-yaml-files.yml +++ b/.github/workflows/45-get-all-yaml-files.yml @@ -1,6 +1,6 @@ -name: 45 - Get all yaml files +name: 45 - Get all yaml files #Related to https://stackoverflow.com/questions/71036449/how-to-scan-entire-github-repository-for-certain-files -on: [push, workflow_dispatch] +on: [workflow_dispatch] jobs: yml: diff --git a/README.md b/README.md index 5a7c8afa65..e3a7c0dfa1 100644 --- a/README.md +++ b/README.md @@ -219,3 +219,7 @@ This workflow illustrates how to trigger a workflow on different event but NOT o [![44 - Check if PR from Fork](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/44-check-if-pr-from-fork.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/44-check-if-pr-from-fork.yml) This workflow illustrates how to check if a PR is opened from a FORK repository or not. + +[![45 - Get all yaml files](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/45-get-all-yaml-files.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/45-get-all-yaml-files.yml) + +This workflow illustrates how to list all files from a specific extension (here, `.yaml` or `.yml`). \ No newline at end of file From 221a1bec866bd6f6678cba15aabe37d7be6e07e1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 9 Feb 2022 02:06:43 +0000 Subject: [PATCH 0334/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0792a1e725..c1f961c959 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 8 00:30:55 UTC 2022 +Wed Feb 9 00:33:10 UTC 2022 From cbbb8b5aee55749081b51d947236e78a15e7dffe Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:10:45 -0300 Subject: [PATCH 0335/1768] Update 33-reusable-workflow.yml --- .github/workflows/33-reusable-workflow.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index e6a9d7bcc6..1c5f4fca0a 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -28,7 +28,11 @@ jobs: if: ${{ github.event.inputs.username }} != '' run: echo ${{ github.event.inputs.username }} -# - uses: ./.github/actions/my-action@v1 -# with: -# username: ${{ inputs.username }} -# token: ${{ secrets.token }} \ No newline at end of file + - uses: actions/checkout@v2.3.4 # Necessary to access local action + - name: Local Action Call + id: local-action + uses: ./.github/actions/local-action + with: + name: "World" + - name: Local Action Output + run: echo "${{ steps.local-action.outputs.random }}" From 915620153151eb2728b056a3f9ef676358c06352 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:12:57 -0300 Subject: [PATCH 0336/1768] Update 34-workflow-call.yml --- .github/workflows/34-workflow-call.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/34-workflow-call.yml b/.github/workflows/34-workflow-call.yml index 5ba0afa96c..7883dbb927 100644 --- a/.github/workflows/34-workflow-call.yml +++ b/.github/workflows/34-workflow-call.yml @@ -5,7 +5,7 @@ on: jobs: call-workflow-commit-hash: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@ba6294c776b98a3b4f28e8a0b804b71e4b8d0b48 + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@cbbb8b5aee55749081b51d947236e78a15e7dffe with: username: Guillaume secrets: @@ -23,4 +23,4 @@ jobs: with: username: Guillaume secrets: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} From 45d0739a804ec4228eb593aec0451744d5ae152e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:52:42 -0300 Subject: [PATCH 0337/1768] Create workflow_tester22.yml --- .github/workflows/workflow_tester22.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/workflow_tester22.yml diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow_tester22.yml new file mode 100644 index 0000000000..e68ca90314 --- /dev/null +++ b/.github/workflows/workflow_tester22.yml @@ -0,0 +1,20 @@ +name: Test workflow dispatch input check # Related to https://stackoverflow.com/questions/71045674/how-to-check-if-an-optional-workflow-dispatch-input-is-set-or-not + +on: + workflow_dispatch: + inputs: + test: + description: "Test" + required: false + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Print variable if not empty + if: ${{ github.event.inputs.test != "" }} + run: echo Test value is: ${{ github.event.inputs.test }} + + - name: Print message if empty + if: ${{ github.event.inputs.test == "" }} + run: echo Value is empty From f385d247c335969b1f5cb4ed51e1f7f26213f0f6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:53:04 -0300 Subject: [PATCH 0338/1768] Update workflow_tester22.yml --- .github/workflows/workflow_tester22.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow_tester22.yml index e68ca90314..ce0940fe2e 100644 --- a/.github/workflows/workflow_tester22.yml +++ b/.github/workflows/workflow_tester22.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Print variable if not empty if: ${{ github.event.inputs.test != "" }} - run: echo Test value is: ${{ github.event.inputs.test }} + run: echo Test value is ${{ github.event.inputs.test }} - name: Print message if empty if: ${{ github.event.inputs.test == "" }} From 0faff627fddc2de3d547b1dd49d4dbea541f0db5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:53:49 -0300 Subject: [PATCH 0339/1768] Update workflow_tester22.yml --- .github/workflows/workflow_tester22.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow_tester22.yml index ce0940fe2e..c77f96404d 100644 --- a/.github/workflows/workflow_tester22.yml +++ b/.github/workflows/workflow_tester22.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Print variable if not empty - if: ${{ github.event.inputs.test != "" }} + if: ${{ github.event.inputs.test != \"\" }} run: echo Test value is ${{ github.event.inputs.test }} - name: Print message if empty - if: ${{ github.event.inputs.test == "" }} + if: ${{ github.event.inputs.test == \"\" }} run: echo Value is empty From ee9423652342b8e169e7d426537618d82086915b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 09:55:50 -0300 Subject: [PATCH 0340/1768] Update workflow_tester22.yml --- .github/workflows/workflow_tester22.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow_tester22.yml index c77f96404d..7375a720a7 100644 --- a/.github/workflows/workflow_tester22.yml +++ b/.github/workflows/workflow_tester22.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Print variable if not empty - if: ${{ github.event.inputs.test != \"\" }} + if: github.event.inputs.test != "" run: echo Test value is ${{ github.event.inputs.test }} - name: Print message if empty - if: ${{ github.event.inputs.test == \"\" }} + if: github.event.inputs.test == "" run: echo Value is empty From 242cab44891c4e63a5d2f7d1f1128949f3bc750e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 9 Feb 2022 10:00:17 -0300 Subject: [PATCH 0341/1768] Update workflow_tester22.yml --- .github/workflows/workflow_tester22.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow_tester22.yml index 7375a720a7..4dee03ff06 100644 --- a/.github/workflows/workflow_tester22.yml +++ b/.github/workflows/workflow_tester22.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Print variable if not empty - if: github.event.inputs.test != "" + if: "${{ github.event.inputs.test != '' }}" run: echo Test value is ${{ github.event.inputs.test }} - name: Print message if empty - if: github.event.inputs.test == "" + if: "${{ github.event.inputs.test == '' }}" run: echo Value is empty From c257bc95f72ccd791a8790b315dec39559ab8ef9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 10 Feb 2022 02:00:45 +0000 Subject: [PATCH 0342/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c1f961c959..97138c89fc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 9 00:33:10 UTC 2022 +Thu Feb 10 00:31:42 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 21ca230230..d6679b9d9b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 8 02:01:31 UTC 2022 +Wed Feb 9 02:06:16 UTC 2022 From 82fd5b57f4501b7c18ae589c00b1dc5ea8807cab Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Feb 2022 10:02:58 -0300 Subject: [PATCH 0343/1768] add test 23 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow_tester23.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/workflow_tester23.yml diff --git a/.github/workflows/workflow_tester23.yml b/.github/workflows/workflow_tester23.yml new file mode 100644 index 0000000000..7b7d3c9c52 --- /dev/null +++ b/.github/workflows/workflow_tester23.yml @@ -0,0 +1,18 @@ +name: Test 23 # Related to https://stackoverflow.com/questions/71041571/github-action-how-to-get-value-from-expression-evaluation-and-assign-it-to-the/71042503?noredirect=1#comment125620374_71042503 + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: git log -n1 --pretty='%h' + - run: echo git describe --exact-match --tags $(git log -n1 --pretty='%h') + - name: set up env var + run: | + TAG=$(echo git describe --exact-match --tags $(git log -n1 --pretty='%h')) + echo $TAG + echo "TAG=$TAG" >> $GITHUB_ENV + - name: use env var + run: echo ${{ env.TAG }} \ No newline at end of file From cc0568c9c98611c8b6a7bee0ba8ccb7362e7bd14 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Feb 2022 10:05:37 -0300 Subject: [PATCH 0344/1768] update test 23 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow_tester23.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow_tester23.yml b/.github/workflows/workflow_tester23.yml index 7b7d3c9c52..0ade9c9470 100644 --- a/.github/workflows/workflow_tester23.yml +++ b/.github/workflows/workflow_tester23.yml @@ -7,6 +7,7 @@ jobs: job1: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - run: git log -n1 --pretty='%h' - run: echo git describe --exact-match --tags $(git log -n1 --pretty='%h') - name: set up env var From d2e510077c01465dc67664fcf01e2393dbf45518 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 11 Feb 2022 02:03:33 +0000 Subject: [PATCH 0345/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 97138c89fc..71ea1b44d0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 10 00:31:42 UTC 2022 +Fri Feb 11 00:34:05 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d6679b9d9b..470564fce6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 9 02:06:16 UTC 2022 +Thu Feb 10 01:59:59 UTC 2022 From 74481a0ef96ba9976deb26182c00215fe7b90a54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sun, 13 Feb 2022 14:04:42 +0000 Subject: [PATCH 0346/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/create-pull-request.yml | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/create-pull-request.yml b/backup/.github/workflows/create-pull-request.yml index fb2bf26fcf..06187c84a6 100644 --- a/backup/.github/workflows/create-pull-request.yml +++ b/backup/.github/workflows/create-pull-request.yml @@ -2,7 +2,7 @@ name: Create Pull Request on: schedule: - - cron: "0 1 * * MON-FRI" # Runs at 01:00 UTC + - cron: "0 6 * * MON-FRI" # Runs at 06:00 UTC workflow_dispatch: jobs: diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index be3660a680..e911373d14 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Feb 3 12:32:40 UTC 2022 +Sun Feb 13 14:04:34 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 470564fce6..66210877aa 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 10 01:59:59 UTC 2022 +Fri Feb 11 02:02:37 UTC 2022 From b5244d1f6f746d38a5a6122731e2a8828ca74028 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 14 Feb 2022 06:25:04 +0000 Subject: [PATCH 0347/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 71ea1b44d0..cc5c2103ef 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 11 00:34:05 UTC 2022 +Mon Feb 14 00:30:45 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 33ee2175f4..03b4bc450b 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Feb 3 12:33:00 UTC 2022 +Sun Feb 13 14:04:49 UTC 2022 From 0ecc8484cab5e98ef872fc5ad2f858920972b735 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 15 Feb 2022 06:24:36 +0000 Subject: [PATCH 0348/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc5c2103ef..2d58c1f6bf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 14 00:30:45 UTC 2022 +Tue Feb 15 00:33:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 66210877aa..7285aac3bc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 11 02:02:37 UTC 2022 +Mon Feb 14 06:24:16 UTC 2022 From 329ecb0d2b5e841e342687f837759ec584402125 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 16 Feb 2022 06:27:16 +0000 Subject: [PATCH 0349/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2d58c1f6bf..0a303a9132 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 15 00:33:43 UTC 2022 +Wed Feb 16 00:31:24 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7285aac3bc..bea39719f5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 14 06:24:16 UTC 2022 +Tue Feb 15 06:24:14 UTC 2022 From 750055c86f11dd87a987b94834247b83f9dc50c6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Feb 2022 09:49:05 -0300 Subject: [PATCH 0350/1768] Update 16-conditional.yml --- .github/workflows/16-conditional.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 277777dbcd..00c1b214c0 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -135,4 +135,16 @@ jobs: needs: [check-secret] if: needs.check-secret.outputs.my-key != 'true' steps: - - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" \ No newline at end of file + - run: echo "This command is executed if AWS_ACCESS_KEY_ID secret IS empty" + + job7: + runs-on: ubuntu-latest + steps: + - id: step1 + run: echo "::set-output name=test::hello" + - name: step 2 + if: contains(steps.step1.outputs.test, 'hello') + run: echo 'is executed' + - name: step 3 + if: contains(steps.step1.outputs.test, 'not_hello') + run: echo 'not executed' From 2f65ac9f1b6357b59fc589da06538b34f20550a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Feb 2022 06:26:08 +0000 Subject: [PATCH 0351/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0a303a9132..765ceacb78 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 16 00:31:24 UTC 2022 +Thu Feb 17 00:29:21 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bea39719f5..0cfc6441b5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 15 06:24:14 UTC 2022 +Thu Feb 17 06:25:16 UTC 2022 From 4a5610f862f067cf9a4387aefbbc7f5efefc74d2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 18 Feb 2022 06:26:32 +0000 Subject: [PATCH 0352/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 765ceacb78..177eb5aa26 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 17 00:29:21 UTC 2022 +Fri Feb 18 00:36:00 UTC 2022 From 15e31ad4779f74da041f9de62902fc515ad244a3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 18 Feb 2022 17:14:35 -0300 Subject: [PATCH 0353/1768] Create 46-print-env.yml --- .github/workflows/46-print-env.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/46-print-env.yml diff --git a/.github/workflows/46-print-env.yml b/.github/workflows/46-print-env.yml new file mode 100644 index 0000000000..2b63e405ee --- /dev/null +++ b/.github/workflows/46-print-env.yml @@ -0,0 +1,23 @@ +name: 46 - Print Env + +on: + push: + +jobs: + github-actions-environment-variables-ubuntu: + runs-on: ubuntu-latest + steps: + - name: List of the GitHub Actions environment variables on Windows + run: env + + github-actions-environment-variables-windows: + runs-on: windows-latest + steps: + - name: Ubuntu GitHub Actions environment variables List + run: env + + github-actions-environment-variables-macos: + runs-on: macos-latest + steps: + - name: MacOs List of GitHub Actions environment variables + run: env From a03a101b913a799166e935f9325b0f20df0f5651 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 18 Feb 2022 17:19:02 -0300 Subject: [PATCH 0354/1768] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a7c0dfa1..0125c54a2a 100644 --- a/README.md +++ b/README.md @@ -222,4 +222,8 @@ This workflow illustrates how to check if a PR is opened from a FORK repository [![45 - Get all yaml files](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/45-get-all-yaml-files.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/45-get-all-yaml-files.yml) -This workflow illustrates how to list all files from a specific extension (here, `.yaml` or `.yml`). \ No newline at end of file +This workflow illustrates how to list all files from a specific extension (here, `.yaml` or `.yml`). + +[![46 - Print env](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/46-print-env.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/46-print-env.yml) + +This workflow illustrates how to list all env variables set in the runner. From 54a99e2c951636ca7520ebd2b652be669b31450f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 21 Feb 2022 06:26:13 +0000 Subject: [PATCH 0355/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 177eb5aa26..cb700deeb6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 18 00:36:00 UTC 2022 +Mon Feb 21 00:33:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0cfc6441b5..faa9932cff 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 17 06:25:16 UTC 2022 +Fri Feb 18 06:25:33 UTC 2022 From 8cdfbddbc53ec93077488972d35cafe659021b81 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 22 Feb 2022 06:25:31 +0000 Subject: [PATCH 0356/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cb700deeb6..8bacc492a7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 21 00:33:59 UTC 2022 +Tue Feb 22 00:33:45 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index faa9932cff..588c7fe883 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 18 06:25:33 UTC 2022 +Tue Feb 22 06:24:29 UTC 2022 From 82f69d7ea3d79c2c9c515346b65025ef775e3a56 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Feb 2022 06:25:43 +0000 Subject: [PATCH 0357/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8bacc492a7..08b1021301 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 22 00:33:45 UTC 2022 +Wed Feb 23 00:38:54 UTC 2022 From 20f824ff6a02aa1ae2fc33fdf8b548e8c5d9bb45 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Feb 2022 22:01:36 +0000 Subject: [PATCH 0358/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/add-reviewers.yml | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/add-reviewers.yml b/backup/.github/workflows/add-reviewers.yml index 03a09c6ad9..caac843e76 100644 --- a/backup/.github/workflows/add-reviewers.yml +++ b/backup/.github/workflows/add-reviewers.yml @@ -1,7 +1,7 @@ name: Add Reviewers on: - pull_request: + pull_request_target: jobs: build: diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e911373d14..dd7d226415 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Sun Feb 13 14:04:34 UTC 2022 +Wed Feb 23 22:01:30 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 588c7fe883..30a744374a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 22 06:24:29 UTC 2022 +Wed Feb 23 06:25:12 UTC 2022 From 3f425b708de14b7e1307d819e574aade6a16a3bc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Feb 2022 22:07:48 +0000 Subject: [PATCH 0359/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/add-reviewers.yml | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/add-reviewers.yml b/backup/.github/workflows/add-reviewers.yml index caac843e76..03a09c6ad9 100644 --- a/backup/.github/workflows/add-reviewers.yml +++ b/backup/.github/workflows/add-reviewers.yml @@ -1,7 +1,7 @@ name: Add Reviewers on: - pull_request_target: + pull_request: jobs: build: diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 03b4bc450b..1e668918cf 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Sun Feb 13 14:04:49 UTC 2022 +Wed Feb 23 22:02:22 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index dd7d226415..e5b06338c5 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Feb 23 22:01:30 UTC 2022 +Wed Feb 23 22:07:24 UTC 2022 From 66e978d9d3fae90e23e9afa783165accd8a6d1bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Feb 2022 06:25:32 +0000 Subject: [PATCH 0360/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 08b1021301..cdc2f7c017 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 23 00:38:54 UTC 2022 +Thu Feb 24 00:35:55 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 1e668918cf..bc790b8a38 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Feb 23 22:02:22 UTC 2022 +Wed Feb 23 22:07:56 UTC 2022 From 7b4624c7f68184b4eab546deb03125dea2881ca1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:08:51 -0300 Subject: [PATCH 0361/1768] test_api --- .github/workflows/46-force-failure.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/46-force-failure.yml diff --git a/.github/workflows/46-force-failure.yml b/.github/workflows/46-force-failure.yml new file mode 100644 index 0000000000..7200e199f5 --- /dev/null +++ b/.github/workflows/46-force-failure.yml @@ -0,0 +1,18 @@ +name: 46 - Force Failure + +on: [push, pull_request] + +jobs: + api-tests: + if: contains(github.event.commits[0].message, '[test_api]') + runs-on: ubuntu-latest + steps: + ... + + not-api-tests: + if: "!contains(github.event.commits[0].message, '[test_api]')" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - name: Fail the job + run: exit 1 \ No newline at end of file From a0af0984e12b4301f59bc031b7d29c33af8d485e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:12:03 -0300 Subject: [PATCH 0362/1768] test_api 2 --- .github/workflows/46-force-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/46-force-failure.yml b/.github/workflows/46-force-failure.yml index 7200e199f5..e5dda2d69d 100644 --- a/.github/workflows/46-force-failure.yml +++ b/.github/workflows/46-force-failure.yml @@ -7,7 +7,7 @@ jobs: if: contains(github.event.commits[0].message, '[test_api]') runs-on: ubuntu-latest steps: - ... + - run: echo hello world not-api-tests: if: "!contains(github.event.commits[0].message, '[test_api]')" From 8bd42e1d120a3dad94ef0c4a56a3684c997d8beb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:13:10 -0300 Subject: [PATCH 0363/1768] test_api 3 --- .../{46-force-failure.yml => 47-force-failure.yml} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename .github/workflows/{46-force-failure.yml => 47-force-failure.yml} (73%) diff --git a/.github/workflows/46-force-failure.yml b/.github/workflows/47-force-failure.yml similarity index 73% rename from .github/workflows/46-force-failure.yml rename to .github/workflows/47-force-failure.yml index e5dda2d69d..18fba355a0 100644 --- a/.github/workflows/46-force-failure.yml +++ b/.github/workflows/47-force-failure.yml @@ -1,8 +1,14 @@ -name: 46 - Force Failure +name: 47 - Force Failure on: [push, pull_request] jobs: + + print-message: + runs-on: ubuntu-latest + steps: + - run: echo ${{ github.event.commits[0].message }} + api-tests: if: contains(github.event.commits[0].message, '[test_api]') runs-on: ubuntu-latest From 6caaa722822ff1872400df2bc0adab3eaf7c134d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:14:13 -0300 Subject: [PATCH 0364/1768] test_api --- .github/workflows/47-force-failure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/47-force-failure.yml b/.github/workflows/47-force-failure.yml index 18fba355a0..a5666849dc 100644 --- a/.github/workflows/47-force-failure.yml +++ b/.github/workflows/47-force-failure.yml @@ -10,13 +10,13 @@ jobs: - run: echo ${{ github.event.commits[0].message }} api-tests: - if: contains(github.event.commits[0].message, '[test_api]') + if: contains(github.event.commits[0].message, 'test_api') runs-on: ubuntu-latest steps: - run: echo hello world not-api-tests: - if: "!contains(github.event.commits[0].message, '[test_api]')" + if: "!contains(github.event.commits[0].message, 'test_api')" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 From 561637e80275644cd078a587a2dbc6aeb7efdc8c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:14:54 -0300 Subject: [PATCH 0365/1768] [test_api] --- .github/workflows/47-force-failure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/47-force-failure.yml b/.github/workflows/47-force-failure.yml index a5666849dc..18fba355a0 100644 --- a/.github/workflows/47-force-failure.yml +++ b/.github/workflows/47-force-failure.yml @@ -10,13 +10,13 @@ jobs: - run: echo ${{ github.event.commits[0].message }} api-tests: - if: contains(github.event.commits[0].message, 'test_api') + if: contains(github.event.commits[0].message, '[test_api]') runs-on: ubuntu-latest steps: - run: echo hello world not-api-tests: - if: "!contains(github.event.commits[0].message, 'test_api')" + if: "!contains(github.event.commits[0].message, '[test_api]')" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 From e51da2869da6971e931858a0bf1e49b11b232661 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:15:48 -0300 Subject: [PATCH 0366/1768] not test api --- .github/workflows/47-force-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/47-force-failure.yml b/.github/workflows/47-force-failure.yml index 18fba355a0..3dd286e88a 100644 --- a/.github/workflows/47-force-failure.yml +++ b/.github/workflows/47-force-failure.yml @@ -20,5 +20,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - name: Fail the job + - name: Force job failure run: exit 1 \ No newline at end of file From 5c277fb0392cfc8f5be0f2d43f8918408997ba19 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 24 Feb 2022 11:19:31 -0300 Subject: [PATCH 0367/1768] update README file --- .github/workflows/47-force-failure.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/47-force-failure.yml b/.github/workflows/47-force-failure.yml index 3dd286e88a..cc55a71497 100644 --- a/.github/workflows/47-force-failure.yml +++ b/.github/workflows/47-force-failure.yml @@ -1,6 +1,6 @@ name: 47 - Force Failure -on: [push, pull_request] +on: [pull_request] jobs: diff --git a/README.md b/README.md index 0125c54a2a..2fd285d9b9 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,7 @@ This workflow illustrates how to list all files from a specific extension (here, [![46 - Print env](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/46-print-env.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/46-print-env.yml) This workflow illustrates how to list all env variables set in the runner. + +[![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) + +This workflow illustrates how to force a workflow failure if a condition isn't met. From 76bbbe90c1599835844715a8d958d37c47f8f4d1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 06:25:42 +0000 Subject: [PATCH 0368/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cdc2f7c017..8d942bf15c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 24 00:35:55 UTC 2022 +Fri Feb 25 00:36:53 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 30a744374a..3986b597d1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 23 06:25:12 UTC 2022 +Thu Feb 24 06:25:04 UTC 2022 From d7d1a91463900c86a4ccebd55f01610450939703 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:20:43 -0300 Subject: [PATCH 0369/1768] add workflows 48 --- .github/workflows/33-reusable-workflow.yml | 2 +- .github/workflows/48-reusable-workflow-1.yml | 10 ++++ .github/workflows/48-reusable-workflow-2.yml | 10 ++++ .github/workflows/48-reusable-workflow-3.yml | 10 ++++ .github/workflows/48-trigger-reusables.yml | 14 ++++++ .../48-wait-for-reusable-completion.yml | 47 +++++++++++++++++++ 6 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/48-reusable-workflow-1.yml create mode 100644 .github/workflows/48-reusable-workflow-2.yml create mode 100644 .github/workflows/48-reusable-workflow-3.yml create mode 100644 .github/workflows/48-trigger-reusables.yml create mode 100644 .github/workflows/48-wait-for-reusable-completion.yml diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 1c5f4fca0a..582537be8b 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -1,4 +1,4 @@ -name: 34 - Reusable workflow +name: 33 - Reusable workflow on: workflow_call: diff --git a/.github/workflows/48-reusable-workflow-1.yml b/.github/workflows/48-reusable-workflow-1.yml new file mode 100644 index 0000000000..4f7d4d1723 --- /dev/null +++ b/.github/workflows/48-reusable-workflow-1.yml @@ -0,0 +1,10 @@ +name: 48 - Wait for Reusable Completion + +on: + workflow_call: + +jobs: + job_reusable-1: + runs-on: ubuntu-latest + steps: + - run: echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-2.yml b/.github/workflows/48-reusable-workflow-2.yml new file mode 100644 index 0000000000..7d05e583d4 --- /dev/null +++ b/.github/workflows/48-reusable-workflow-2.yml @@ -0,0 +1,10 @@ +name: 48 - Reusable workflow 3 + +on: + workflow_call: + +jobs: + job_reusable-2: + runs-on: ubuntu-latest + steps: + - run: echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-3.yml b/.github/workflows/48-reusable-workflow-3.yml new file mode 100644 index 0000000000..f1dddd570f --- /dev/null +++ b/.github/workflows/48-reusable-workflow-3.yml @@ -0,0 +1,10 @@ +name: 48 - Reusable workflow 4 + +on: + workflow_call: + +jobs: + job_reusable-3: + runs-on: ubuntu-latest + steps: + - run: echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-trigger-reusables.yml b/.github/workflows/48-trigger-reusables.yml new file mode 100644 index 0000000000..66ece62daa --- /dev/null +++ b/.github/workflows/48-trigger-reusables.yml @@ -0,0 +1,14 @@ +name: 48 - Trigger reusables + +on: + push: + +jobs: + workflow-1: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-1.yml@main + + workflow-2: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-2.yml@main + + workflow-3: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-3.yml@main \ No newline at end of file diff --git a/.github/workflows/48-wait-for-reusable-completion.yml b/.github/workflows/48-wait-for-reusable-completion.yml new file mode 100644 index 0000000000..a0fc67f978 --- /dev/null +++ b/.github/workflows/48-wait-for-reusable-completion.yml @@ -0,0 +1,47 @@ +name: 48 - Wait for Completion + +on: + push: + +jobs: + wait-job_reusable-1: + runs-on: ubuntu-latest + steps: + - name: Wait for job_reusable-1 to succeed + uses: lewagon/wait-on-check-action@v1.0.0 + with: + ref: ${{ github.ref }} + check-name: 'job_reusable-1' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + + wait-job_reusable-2: + runs-on: ubuntu-latest + steps: + - name: Wait for job_reusable-1 to succeed + uses: lewagon/wait-on-check-action@v1.0.0 + with: + ref: ${{ github.ref }} + check-name: 'job_reusable-2' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + + wait-job_reusable-3: + runs-on: ubuntu-latest + steps: + - name: Wait for job_reusable-1 to succeed + uses: lewagon/wait-on-check-action@v1.0.0 + with: + ref: ${{ github.ref }} + check-name: 'job_reusable-3' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + + finish: + needs: + - wait-job_reusable-1 + - wait-job_reusable-2 + - wait-job_reusable-3 + runs-on: ubuntu-latest + steps: + - run: echo "Finish" \ No newline at end of file From 88f029189b28399fa67cd2948f909056b372a8e2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:31:41 -0300 Subject: [PATCH 0370/1768] update workflows 48 --- .github/workflows/48-reusable-workflow-1.yml | 7 +++++-- .github/workflows/48-reusable-workflow-2.yml | 7 +++++-- .github/workflows/48-reusable-workflow-3.yml | 7 +++++-- .github/workflows/48-wait-for-reusable-completion.yml | 6 +++--- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.github/workflows/48-reusable-workflow-1.yml b/.github/workflows/48-reusable-workflow-1.yml index 4f7d4d1723..2e10c54f71 100644 --- a/.github/workflows/48-reusable-workflow-1.yml +++ b/.github/workflows/48-reusable-workflow-1.yml @@ -4,7 +4,10 @@ on: workflow_call: jobs: - job_reusable-1: + job-reusable-1: runs-on: ubuntu-latest steps: - - run: echo "Hello World" \ No newline at end of file + - run: | + echo "Waiting 1 minute..." + sleep 60 + echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-2.yml b/.github/workflows/48-reusable-workflow-2.yml index 7d05e583d4..b4aa8d6e52 100644 --- a/.github/workflows/48-reusable-workflow-2.yml +++ b/.github/workflows/48-reusable-workflow-2.yml @@ -4,7 +4,10 @@ on: workflow_call: jobs: - job_reusable-2: + job-reusable-2: runs-on: ubuntu-latest steps: - - run: echo "Hello World" \ No newline at end of file + - run: | + echo "Waiting 1 minute 30 seconds..." + sleep 90 + echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-3.yml b/.github/workflows/48-reusable-workflow-3.yml index f1dddd570f..5064a9f017 100644 --- a/.github/workflows/48-reusable-workflow-3.yml +++ b/.github/workflows/48-reusable-workflow-3.yml @@ -4,7 +4,10 @@ on: workflow_call: jobs: - job_reusable-3: + job-reusable-3: runs-on: ubuntu-latest steps: - - run: echo "Hello World" \ No newline at end of file + - run: | + echo "Waiting 2 minutes..." + sleep 120 + echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-wait-for-reusable-completion.yml b/.github/workflows/48-wait-for-reusable-completion.yml index a0fc67f978..720da8f47b 100644 --- a/.github/workflows/48-wait-for-reusable-completion.yml +++ b/.github/workflows/48-wait-for-reusable-completion.yml @@ -11,7 +11,7 @@ jobs: uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - check-name: 'job_reusable-1' + check-name: 'workflow-1 / job-reusable-1' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -22,7 +22,7 @@ jobs: uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - check-name: 'job_reusable-2' + check-name: 'workflow-2 / job-reusable-2' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -33,7 +33,7 @@ jobs: uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - check-name: 'job_reusable-3' + check-name: 'workflow-3 / job-reusable-3' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 From 291593ff94282247f883a9a75b5eaa8bc10e8396 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:32:45 -0300 Subject: [PATCH 0371/1768] update workflows 48 --- .github/workflows/48-reusable-workflow-1.yml | 6 +++--- .github/workflows/48-reusable-workflow-2.yml | 6 +++--- .github/workflows/48-reusable-workflow-3.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/48-reusable-workflow-1.yml b/.github/workflows/48-reusable-workflow-1.yml index 2e10c54f71..ee97e57876 100644 --- a/.github/workflows/48-reusable-workflow-1.yml +++ b/.github/workflows/48-reusable-workflow-1.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo "Waiting 1 minute..." - sleep 60 - echo "Hello World" \ No newline at end of file + echo "Waiting 1 minute..." + sleep 60 + echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-2.yml b/.github/workflows/48-reusable-workflow-2.yml index b4aa8d6e52..fab457f17f 100644 --- a/.github/workflows/48-reusable-workflow-2.yml +++ b/.github/workflows/48-reusable-workflow-2.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo "Waiting 1 minute 30 seconds..." - sleep 90 - echo "Hello World" \ No newline at end of file + echo "Waiting 1 minute 30 seconds..." + sleep 90 + echo "Hello World" \ No newline at end of file diff --git a/.github/workflows/48-reusable-workflow-3.yml b/.github/workflows/48-reusable-workflow-3.yml index 5064a9f017..635d95fbcd 100644 --- a/.github/workflows/48-reusable-workflow-3.yml +++ b/.github/workflows/48-reusable-workflow-3.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo "Waiting 2 minutes..." - sleep 120 - echo "Hello World" \ No newline at end of file + echo "Waiting 2 minutes..." + sleep 120 + echo "Hello World" \ No newline at end of file From 87b2218ded50950138fe01d508950f92d261e2a7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:35:56 -0300 Subject: [PATCH 0372/1768] update workflows 48 --- .github/workflows/48-wait-for-reusable-completion.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/48-wait-for-reusable-completion.yml b/.github/workflows/48-wait-for-reusable-completion.yml index 720da8f47b..fd02680de2 100644 --- a/.github/workflows/48-wait-for-reusable-completion.yml +++ b/.github/workflows/48-wait-for-reusable-completion.yml @@ -4,7 +4,7 @@ on: push: jobs: - wait-job_reusable-1: + wait-job-reusable-1: runs-on: ubuntu-latest steps: - name: Wait for job_reusable-1 to succeed @@ -15,7 +15,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - wait-job_reusable-2: + wait-job-reusable-2: runs-on: ubuntu-latest steps: - name: Wait for job_reusable-1 to succeed @@ -26,7 +26,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - wait-job_reusable-3: + wait-job-reusable-3: runs-on: ubuntu-latest steps: - name: Wait for job_reusable-1 to succeed From 665c2100d6e1c3f3807c1c25054ae1966608c415 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:36:48 -0300 Subject: [PATCH 0373/1768] update workflows 48 --- .../workflows/48-wait-for-reusable-completion.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/48-wait-for-reusable-completion.yml b/.github/workflows/48-wait-for-reusable-completion.yml index fd02680de2..4c1d3f9572 100644 --- a/.github/workflows/48-wait-for-reusable-completion.yml +++ b/.github/workflows/48-wait-for-reusable-completion.yml @@ -7,7 +7,7 @@ jobs: wait-job-reusable-1: runs-on: ubuntu-latest steps: - - name: Wait for job_reusable-1 to succeed + - name: Wait for job-reusable-1 to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} @@ -18,7 +18,7 @@ jobs: wait-job-reusable-2: runs-on: ubuntu-latest steps: - - name: Wait for job_reusable-1 to succeed + - name: Wait for job-reusable-1 to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} @@ -29,7 +29,7 @@ jobs: wait-job-reusable-3: runs-on: ubuntu-latest steps: - - name: Wait for job_reusable-1 to succeed + - name: Wait for job-reusable-1 to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} @@ -39,9 +39,9 @@ jobs: finish: needs: - - wait-job_reusable-1 - - wait-job_reusable-2 - - wait-job_reusable-3 + - wait-job-reusable-1 + - wait-job-reusable-2 + - wait-job-reusable-3 runs-on: ubuntu-latest steps: - run: echo "Finish" \ No newline at end of file From 90795ed8875c328bc758e4e20ac449f22a14ac7e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 25 Feb 2022 10:37:50 -0300 Subject: [PATCH 0374/1768] update workflows 48 names --- .github/workflows/48-reusable-workflow-1.yml | 2 +- .github/workflows/48-reusable-workflow-2.yml | 2 +- .github/workflows/48-reusable-workflow-3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/48-reusable-workflow-1.yml b/.github/workflows/48-reusable-workflow-1.yml index ee97e57876..e710c6d467 100644 --- a/.github/workflows/48-reusable-workflow-1.yml +++ b/.github/workflows/48-reusable-workflow-1.yml @@ -1,4 +1,4 @@ -name: 48 - Wait for Reusable Completion +name: 48 - Reusable workflow 1 on: workflow_call: diff --git a/.github/workflows/48-reusable-workflow-2.yml b/.github/workflows/48-reusable-workflow-2.yml index fab457f17f..953be5511e 100644 --- a/.github/workflows/48-reusable-workflow-2.yml +++ b/.github/workflows/48-reusable-workflow-2.yml @@ -1,4 +1,4 @@ -name: 48 - Reusable workflow 3 +name: 48 - Reusable workflow 2 on: workflow_call: diff --git a/.github/workflows/48-reusable-workflow-3.yml b/.github/workflows/48-reusable-workflow-3.yml index 635d95fbcd..0216a3945e 100644 --- a/.github/workflows/48-reusable-workflow-3.yml +++ b/.github/workflows/48-reusable-workflow-3.yml @@ -1,4 +1,4 @@ -name: 48 - Reusable workflow 4 +name: 48 - Reusable workflow 3 on: workflow_call: From 89c70074b8f9ac2572cf7aed2cd63143c0d1d208 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:06:16 +0000 Subject: [PATCH 0375/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 18 ++++++++++++++++++ backup/pull-request-workflow.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/wait-on-check.yml diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml new file mode 100644 index 0000000000..a23a805b0c --- /dev/null +++ b/backup/.github/workflows/wait-on-check.yml @@ -0,0 +1,18 @@ +name: Publish + +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Wait for the Assert Command Line Output workflow to finish + uses: lewagon/wait-on-check-action@v1.0.0 + with: + ref: ${{ github.ref }} + running-workflow-name: 'Assert Command Line Output' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + allowed-conclusions: success,skipped,cancelled + + - run: echo "Will run after Assert Command Line Output finished." \ No newline at end of file diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3986b597d1..d85adb198d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 24 06:25:04 UTC 2022 +Fri Feb 25 06:25:17 UTC 2022 From d73a7cb95106ee1e02cd824c84d04d777866aeca Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:08:37 +0000 Subject: [PATCH 0376/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index a23a805b0c..70fcae8c2b 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -1,4 +1,4 @@ -name: Publish +name: Wait on Check on: [push] diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index bc790b8a38..c7f9e56627 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Feb 23 22:07:56 UTC 2022 +Fri Feb 25 19:06:31 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e5b06338c5..6ddcad20ba 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Feb 23 22:07:24 UTC 2022 +Fri Feb 25 19:06:17 UTC 2022 From 09970eafbc9702be7568139c09d8ab05e8d96045 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:12:04 +0000 Subject: [PATCH 0377/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 70fcae8c2b..e923e6e7cb 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -13,6 +13,6 @@ jobs: running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - allowed-conclusions: success,skipped,cancelled + # allowed-conclusions: success,skipped,cancelled - run: echo "Will run after Assert Command Line Output finished." \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index c7f9e56627..09c7bcfc38 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:06:31 UTC 2022 +Fri Feb 25 19:11:43 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 6ddcad20ba..4c07430968 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:06:17 UTC 2022 +Fri Feb 25 19:09:44 UTC 2022 From 5905cd0eba630425a8b1662695349a0cd5b87f34 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:16:18 +0000 Subject: [PATCH 0378/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/checkout.yml | 5 ++++- backup/.github/workflows/wait-on-check.yml | 8 ++++---- backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml index 2c09d59b46..d9a5134256 100644 --- a/backup/.github/workflows/checkout.yml +++ b/backup/.github/workflows/checkout.yml @@ -19,4 +19,7 @@ jobs: git config user.email github-actions@github.com git add . git commit -m "generated checkout workflow file" - git push \ No newline at end of file + git push + - run: | + echo "Waiting 2 minute..." + sleep 120 diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index e923e6e7cb..3412280d02 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -3,16 +3,16 @@ name: Wait on Check on: [push] jobs: - test: + wait-on-check: runs-on: ubuntu-latest steps: - - name: Wait for the Assert Command Line Output workflow to finish + - name: Wait for the Checkout workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - running-workflow-name: 'Assert Command Line Output' + running-workflow-name: 'Checkout' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 # allowed-conclusions: success,skipped,cancelled - - run: echo "Will run after Assert Command Line Output finished." \ No newline at end of file + - run: echo "Will run after Checkout workflow finished." \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index f8fdcae787..a9b0c5a2d4 100644 --- a/backup/README.md +++ b/backup/README.md @@ -204,6 +204,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Download Artifact](https://github.com/marketplace/actions/download-a-build-artifact): Github Action to download artifacts from your build ([example](https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)). +[![Wait on check](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/wait-on-check.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/wait-on-check.yml) + +[Wait on check](https://github.com/marketplace/actions/wait-on-check): Github Action to pause a workflow until a job in another workflow completes successfully. + [![Workflow Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch.yml) [![Workflow Dispatch Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch-triggerred.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/workflow-dispatch-triggerred.yml) [Workflow Dispatch](https://github.com/marketplace/actions/workflow-dispatch): Github Action to trigger another GitHub Actions workflow, using the `workflow_dispatch` event. The workflow must be configured for this event type `e.g. on: [workflow_dispatch]`. This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you to maintain separate workflows for CI and CD, and pass data between them as required. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 09c7bcfc38..c7f9e56627 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:11:43 UTC 2022 +Fri Feb 25 19:06:31 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 4c07430968..1c32688ecd 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:09:44 UTC 2022 +Fri Feb 25 19:12:22 UTC 2022 From 6811d9b374c7798d4ed9f30d21ec8e4f59ac0e02 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:19:08 +0000 Subject: [PATCH 0379/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/checkout.yml | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml index d9a5134256..05b4ed8d25 100644 --- a/backup/.github/workflows/checkout.yml +++ b/backup/.github/workflows/checkout.yml @@ -20,6 +20,6 @@ jobs: git add . git commit -m "generated checkout workflow file" git push - - run: | + - run: | echo "Waiting 2 minute..." sleep 120 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index c7f9e56627..9c9e395e2e 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:06:31 UTC 2022 +Fri Feb 25 19:17:43 UTC 2022 From 8115c2fc7c410e11cbb8f43e8ca5374eba6b41bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:22:19 +0000 Subject: [PATCH 0380/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/checkout.yml | 2 +- backup/.github/workflows/wait-on-check.yml | 27 ++++++++++++++++++---- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml index 05b4ed8d25..7c3a04aba4 100644 --- a/backup/.github/workflows/checkout.yml +++ b/backup/.github/workflows/checkout.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: - build: + checkout: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 3412280d02..a46237c500 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -3,16 +3,33 @@ name: Wait on Check on: [push] jobs: - wait-on-check: + wait-on-check-1: runs-on: ubuntu-latest steps: - - name: Wait for the Checkout workflow to finish + - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - running-workflow-name: 'Checkout' + running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 # allowed-conclusions: success,skipped,cancelled - - - run: echo "Will run after Checkout workflow finished." \ No newline at end of file + + wait-on-check-2: + runs-on: ubuntu-latest + steps: + - name: Wait for checkout job (Checkout workflow) to succeed + uses: lewagon/wait-on-check-action@v1.0.0 + with: + ref: ${{ github.ref }} + check-name: 'checkout' + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + + finish: + needs: + - wait-on-check-1 + - wait-on-check-2 + runs-on: ubuntu-latest + steps: + - run: echo "Will run after other workflows or jobs finished." \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 9c9e395e2e..c7f9e56627 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:17:43 UTC 2022 +Fri Feb 25 19:06:31 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 1c32688ecd..c525ffab30 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:12:22 UTC 2022 +Fri Feb 25 19:21:23 UTC 2022 From 479905f95e7ea4f5f3cf8c4ec2e86935572a809c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:25:51 +0000 Subject: [PATCH 0381/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/checkout.yml | 5 +---- backup/.github/workflows/commit-and-push.yml | 8 ++++++-- backup/.github/workflows/wait-on-check.yml | 6 +++--- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/backup/.github/workflows/checkout.yml b/backup/.github/workflows/checkout.yml index 7c3a04aba4..b0859a9da8 100644 --- a/backup/.github/workflows/checkout.yml +++ b/backup/.github/workflows/checkout.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: - checkout: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -20,6 +20,3 @@ jobs: git add . git commit -m "generated checkout workflow file" git push - - run: | - echo "Waiting 2 minute..." - sleep 120 diff --git a/backup/.github/workflows/commit-and-push.yml b/backup/.github/workflows/commit-and-push.yml index 0a897e7006..f573cbe91f 100644 --- a/backup/.github/workflows/commit-and-push.yml +++ b/backup/.github/workflows/commit-and-push.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - build: + commit-and-push: runs-on: ubuntu-latest steps: - name: checkout @@ -27,4 +27,8 @@ jobs: force-add: 'true' files: commit-and-push-workflow.txt name: ${{ github.actor }} - email: ${{ github.actor }}@users.noreply.github.com \ No newline at end of file + email: ${{ github.actor }}@users.noreply.github.com + + - run: | + echo "Waiting 1 minute..." + sleep 60 \ No newline at end of file diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index a46237c500..b306a2d1b7 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -13,16 +13,16 @@ jobs: running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - # allowed-conclusions: success,skipped,cancelled + allowed-conclusions: success,skipped,cancelled wait-on-check-2: runs-on: ubuntu-latest steps: - - name: Wait for checkout job (Checkout workflow) to succeed + - name: Wait for commit-and-push job (Commit and Push workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: ${{ github.ref }} - check-name: 'checkout' + check-name: 'commit-and-push' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index c7f9e56627..1d8e29f1d7 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:06:31 UTC 2022 +Fri Feb 25 19:22:41 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index c525ffab30..aba7778490 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:21:23 UTC 2022 +Fri Feb 25 19:25:31 UTC 2022 From 1c44a979650d4ea97a2eebffd2478eb8d91a9a5b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:29:15 +0000 Subject: [PATCH 0382/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index b306a2d1b7..98c347bec9 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -9,7 +9,7 @@ jobs: - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: ${{ github.ref }} + ref: main running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -21,7 +21,7 @@ jobs: - name: Wait for commit-and-push job (Commit and Push workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: ${{ github.ref }} + ref: main check-name: 'commit-and-push' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 From f5ca0abb5e426422e54c0adb02b25c421f11889c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:33:47 +0000 Subject: [PATCH 0383/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/commit-and-push.yml | 5 +---- backup/.github/workflows/wait-on-check.yml | 4 ++-- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/backup/.github/workflows/commit-and-push.yml b/backup/.github/workflows/commit-and-push.yml index f573cbe91f..a6eeb6926a 100644 --- a/backup/.github/workflows/commit-and-push.yml +++ b/backup/.github/workflows/commit-and-push.yml @@ -8,6 +8,7 @@ on: jobs: commit-and-push: + name: commit-and-push runs-on: ubuntu-latest steps: - name: checkout @@ -28,7 +29,3 @@ jobs: files: commit-and-push-workflow.txt name: ${{ github.actor }} email: ${{ github.actor }}@users.noreply.github.com - - - run: | - echo "Waiting 1 minute..." - sleep 60 \ No newline at end of file diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 98c347bec9..23c241e5d5 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -18,11 +18,11 @@ jobs: wait-on-check-2: runs-on: ubuntu-latest steps: - - name: Wait for commit-and-push job (Commit and Push workflow) to succeed + - name: Wait for Display results job (Upload Download Artifacts workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: main - check-name: 'commit-and-push' + check-name: 'Display results' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index aba7778490..7f1bee53a9 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:25:31 UTC 2022 +Fri Feb 25 19:32:58 UTC 2022 From 9e21e32844719b6916d9a79536737d86c5b4abc3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:37:27 +0000 Subject: [PATCH 0384/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 1 - backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 23c241e5d5..8d56ea1eb4 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -13,7 +13,6 @@ jobs: running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 - allowed-conclusions: success,skipped,cancelled wait-on-check-2: runs-on: ubuntu-latest diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 1d8e29f1d7..5ee0dd6489 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:22:41 UTC 2022 +Fri Feb 25 19:36:44 UTC 2022 From 7a687d58335b5daf56544ef8309fc002399c4b69 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:39:32 +0000 Subject: [PATCH 0385/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 4 ++-- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 8d56ea1eb4..a877f498b4 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -9,7 +9,7 @@ jobs: - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: main + ref: ${{ github.ref }} running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -20,7 +20,7 @@ jobs: - name: Wait for Display results job (Upload Download Artifacts workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: main + ref: ${{ github.ref }} check-name: 'Display results' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 5ee0dd6489..6fb5d021e3 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:36:44 UTC 2022 +Fri Feb 25 19:33:53 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 7f1bee53a9..0781a9d089 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:32:58 UTC 2022 +Fri Feb 25 19:39:27 UTC 2022 From bb9774c742930ed71308a73e40e0e76dcc391e5c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:44:56 +0000 Subject: [PATCH 0386/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 9 +++++++++ backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index a877f498b4..882253f324 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -3,6 +3,15 @@ name: Wait on Check on: [push] jobs: + check: + runs-on: ubuntu-latest + steps: + - run: | + sleep 10 + curl -i -u username:${{ secrets.GITHUB_TOKEN }} \ + https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \ + -H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.check_runs[].name]' + wait-on-check-1: runs-on: ubuntu-latest steps: diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 6fb5d021e3..1f5a463155 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:33:53 UTC 2022 +Fri Feb 25 19:44:46 UTC 2022 From 478e8167526abaa9a8beff800b631ad6dd586c6d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:46:50 +0000 Subject: [PATCH 0387/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 882253f324..fc9a7385fb 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - run: | - sleep 10 + echo ${{ github.ref }} curl -i -u username:${{ secrets.GITHUB_TOKEN }} \ https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \ -H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.check_runs[].name]' diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 1f5a463155..0ef0582f02 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:44:46 UTC 2022 +Fri Feb 25 19:46:30 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 0781a9d089..d706a6d6c6 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:39:27 UTC 2022 +Fri Feb 25 19:45:47 UTC 2022 From f889db5370910315ba9256a3b8b87becbb36dc09 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 19:49:18 +0000 Subject: [PATCH 0388/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index fc9a7385fb..7bbf615ef6 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -7,10 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo ${{ github.ref }} curl -i -u username:${{ secrets.GITHUB_TOKEN }} \ https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \ - -H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.check_runs[].name]' + -H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.]' wait-on-check-1: runs-on: ubuntu-latest @@ -18,7 +17,7 @@ jobs: - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: ${{ github.ref }} + ref: main running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -29,7 +28,7 @@ jobs: - name: Wait for Display results job (Upload Download Artifacts workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: ${{ github.ref }} + ref: main check-name: 'Display results' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 From 6eb58ea11b2c04b8672fd11cdbbff064b8953f33 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:01:54 +0000 Subject: [PATCH 0389/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 8 -------- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 7bbf615ef6..8d56ea1eb4 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -3,14 +3,6 @@ name: Wait on Check on: [push] jobs: - check: - runs-on: ubuntu-latest - steps: - - run: | - curl -i -u username:${{ secrets.GITHUB_TOKEN }} \ - https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \ - -H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.]' - wait-on-check-1: runs-on: ubuntu-latest steps: diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index d706a6d6c6..a1bd1a7ff1 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:45:47 UTC 2022 +Fri Feb 25 20:01:13 UTC 2022 From 9bd475f59e953d803fb79caa1f666a902ada8b49 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:11:17 +0000 Subject: [PATCH 0390/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 4 ++-- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 8d56ea1eb4..3b6ce75f08 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -17,11 +17,11 @@ jobs: wait-on-check-2: runs-on: ubuntu-latest steps: - - name: Wait for Display results job (Upload Download Artifacts workflow) to succeed + - name: Wait for BUILD job to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: main - check-name: 'Display results' + check-name: 'build' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 0ef0582f02..3a644ddbc8 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 19:46:30 UTC 2022 +Fri Feb 25 20:02:16 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index a1bd1a7ff1..738cbc63bb 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:01:13 UTC 2022 +Fri Feb 25 20:10:24 UTC 2022 From 85346d24bfb79d856f3d7cd893dff7508dca8ba8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:18:15 +0000 Subject: [PATCH 0391/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 11 ++++++----- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 3b6ce75f08..9135adfd40 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -1,27 +1,28 @@ name: Wait on Check -on: [push] +on: + push: jobs: wait-on-check-1: runs-on: ubuntu-latest steps: - - name: Wait for the Assert Command Line Output workflow to finish + - name: Wait for BUILD job to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: ref: main - running-workflow-name: 'Assert Command Line Output' + check-name: 'build' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 wait-on-check-2: runs-on: ubuntu-latest steps: - - name: Wait for BUILD job to succeed + - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: ref: main - check-name: 'build' + running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 3a644ddbc8..ce4dc54c0b 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:02:16 UTC 2022 +Fri Feb 25 20:11:15 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 738cbc63bb..b3636ad315 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:10:24 UTC 2022 +Fri Feb 25 20:18:04 UTC 2022 From 73260b5fd69df56134ad2acd134dbae2e3abf4f0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:24:08 +0000 Subject: [PATCH 0392/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 8 ++++---- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 9135adfd40..ceab23d9f3 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -7,11 +7,11 @@ jobs: wait-on-check-1: runs-on: ubuntu-latest steps: - - name: Wait for BUILD job to succeed + - name: Wait for Multiply by 9 job to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: main - check-name: 'build' + ref: ${{ github.ref }} + check-name: 'Multiply by 9' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 @@ -21,7 +21,7 @@ jobs: - name: Wait for the Assert Command Line Output workflow to finish uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: main + ref: ${{ github.ref }} running-workflow-name: 'Assert Command Line Output' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index ce4dc54c0b..c582c99758 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:11:15 UTC 2022 +Fri Feb 25 20:18:58 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index b3636ad315..686c41a86b 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:18:04 UTC 2022 +Fri Feb 25 20:23:50 UTC 2022 From 74efdc9b0073823d5ebbae7579549b1f3cb68543 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:28:31 +0000 Subject: [PATCH 0393/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 22 +++++----------------- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index ceab23d9f3..3240f97eb1 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -4,32 +4,20 @@ on: push: jobs: - wait-on-check-1: + wait-on-check: runs-on: ubuntu-latest steps: - - name: Wait for Multiply by 9 job to succeed + - name: Wait for Multiply by 9 job (Upload & Download Artifacts workflow) to succeed uses: lewagon/wait-on-check-action@v1.0.0 with: - ref: ${{ github.ref }} + ref: main check-name: 'Multiply by 9' - repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 10 - - wait-on-check-2: - runs-on: ubuntu-latest - steps: - - name: Wait for the Assert Command Line Output workflow to finish - uses: lewagon/wait-on-check-action@v1.0.0 - with: - ref: ${{ github.ref }} - running-workflow-name: 'Assert Command Line Output' - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.ACCESS_TOKEN }} wait-interval: 10 finish: needs: - - wait-on-check-1 - - wait-on-check-2 + - wait-on-check runs-on: ubuntu-latest steps: - run: echo "Will run after other workflows or jobs finished." \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index c582c99758..20d8a2743d 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:18:58 UTC 2022 +Fri Feb 25 20:24:07 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 686c41a86b..dc561da56c 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:23:50 UTC 2022 +Fri Feb 25 20:28:18 UTC 2022 From a4f0bbd881a3697b67373096261da104b4505486 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:31:17 +0000 Subject: [PATCH 0394/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 7 ++++--- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 3240f97eb1..2c9767dfe2 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -5,14 +5,15 @@ on: jobs: wait-on-check: + name: Wait on check runs-on: ubuntu-latest steps: - name: Wait for Multiply by 9 job (Upload & Download Artifacts workflow) to succeed - uses: lewagon/wait-on-check-action@v1.0.0 + uses: lewagon/wait-on-check-action@v1.1.1 with: - ref: main + ref: ${{ github.ref }} check-name: 'Multiply by 9' - repo-token: ${{ secrets.ACCESS_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 finish: diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 20d8a2743d..8a5bf30208 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:24:07 UTC 2022 +Fri Feb 25 20:28:39 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index dc561da56c..a0ee420d33 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:28:18 UTC 2022 +Fri Feb 25 20:31:06 UTC 2022 From 3f70e518585a9f27abc6fc5f90f321e43f3111fe Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Feb 2022 20:36:40 +0000 Subject: [PATCH 0395/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/wait-on-check.yml | 7 ++++--- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/wait-on-check.yml b/backup/.github/workflows/wait-on-check.yml index 2c9767dfe2..40c63a4106 100644 --- a/backup/.github/workflows/wait-on-check.yml +++ b/backup/.github/workflows/wait-on-check.yml @@ -11,12 +11,13 @@ jobs: - name: Wait for Multiply by 9 job (Upload & Download Artifacts workflow) to succeed uses: lewagon/wait-on-check-action@v1.1.1 with: - ref: ${{ github.ref }} + ref: main check-name: 'Multiply by 9' repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 10 + wait-interval: 5 - finish: + after-wait-on-check: + name: After wait on check needs: - wait-on-check runs-on: ubuntu-latest diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 8a5bf30208..5063e92fd4 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:28:39 UTC 2022 +Fri Feb 25 20:31:27 UTC 2022 From 5ee2a6b95148048dee03219cd151ffb4d7bb85c5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 06:26:19 +0000 Subject: [PATCH 0396/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8d942bf15c..d2094b6cde 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 25 00:36:53 UTC 2022 +Mon Feb 28 01:15:23 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index a0ee420d33..998b3cdabc 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:31:06 UTC 2022 +Fri Feb 25 20:37:34 UTC 2022 From 985d0a070bdc91cea8d985cc2f303f00c29c5a42 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:32:04 -0300 Subject: [PATCH 0397/1768] Create 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/49-rename-on-release.yml diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml new file mode 100644 index 0000000000..614c95a9cd --- /dev/null +++ b/.github/workflows/49-rename-on-release.yml @@ -0,0 +1,15 @@ +name: 49 - Rename on Release # https://stackoverflow.com/questions/71270252/rename-a-file-based-on-release + +on: + push: + tag: + - '*' + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: env list + run: env + - run: echo ${{ env.GITHUB_REF_NAME }} + - run: echo $GITHUB_REF_NAME From 7f6277839ad7c0e97beb08411bd2f6d7bda46291 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:33:25 -0300 Subject: [PATCH 0398/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 614c95a9cd..c6357120d0 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -2,8 +2,8 @@ name: 49 - Rename on Release # https://stackoverflow.com/questions/71270252/rena on: push: - tag: - - '*' +# tags: +# - '*' jobs: job1: From 186a02efcfcce377c2ff77a4342db95175471419 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:38:02 -0300 Subject: [PATCH 0399/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index c6357120d0..57e987d212 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -13,3 +13,15 @@ jobs: run: env - run: echo ${{ env.GITHUB_REF_NAME }} - run: echo $GITHUB_REF_NAME + + job2: + runs-on: ubuntu-latest + steps: + - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex + - run: cat ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex + + job3: + runs-on: ubuntu-latest + steps: + - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex + - run: cat ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex From cb5bb11dbc3a42537704e4026519556c4666a747 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:40:05 -0300 Subject: [PATCH 0400/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 57e987d212..0373edeb81 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -11,17 +11,20 @@ jobs: steps: - name: env list run: env - - run: echo ${{ env.GITHUB_REF_NAME }} - run: echo $GITHUB_REF_NAME job2: runs-on: ubuntu-latest steps: - - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex - - run: cat ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex + - uses: actions/checkout@v2.3.4 + - run: echo $GITHUB_REF_NAME + - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex job3: runs-on: ubuntu-latest steps: - - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex - - run: cat ./Code/.pio/build/attiny841/megadesk-${{ env.GITHUB_REF_NAME }}.hex + - uses: actions/checkout@v2.3.4 + - run: echo $GITHUB_REF_NAME + - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From 0e4f934347eb9f3b973e878366a9c39a107a434f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:41:45 -0300 Subject: [PATCH 0401/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 0373edeb81..ce9c55aaea 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: echo $GITHUB_REF_NAME + - run: touch ./Code/.pio/build/attiny841/firmware.hex + - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex @@ -26,5 +28,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: echo $GITHUB_REF_NAME + - run: touch ./Code/.pio/build/attiny841/firmware.hex + - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From 4cb61dc7a286f0876de9bc2b7b429b16d55b7ea3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:43:35 -0300 Subject: [PATCH 0402/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index ce9c55aaea..c1267827a4 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: echo $GITHUB_REF_NAME - - run: touch ./Code/.pio/build/attiny841/firmware.hex + - run: install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: echo $GITHUB_REF_NAME - - run: touch ./Code/.pio/build/attiny841/firmware.hex + - run: sudo install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From 565dd25a7eff371788522c9505a0e861f1a00da3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:44:44 -0300 Subject: [PATCH 0403/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index c1267827a4..b80b49146c 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -22,13 +22,3 @@ jobs: - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - job3: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.4 - - run: echo $GITHUB_REF_NAME - - run: sudo install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex - - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - - run: sudo mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From 85267e6f9af811b12abcf3c1e2989931db599d4d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 09:51:11 -0300 Subject: [PATCH 0404/1768] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2fd285d9b9..38bf52a32d 100644 --- a/README.md +++ b/README.md @@ -231,3 +231,11 @@ This workflow illustrates how to list all env variables set in the runner. [![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) This workflow illustrates how to force a workflow failure if a condition isn't met. + +[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) + +This workflow illustrates how to wait for other workflows completion before executing some operation (using reusable workflows). + +[![49 - Rename on release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml) + +This workflow illustrates how to rename a file according to the `github ref name` (branch or tag name). From 65963ec469731b72212493f53e48e145943c99cc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 28 Feb 2022 14:04:53 -0300 Subject: [PATCH 0405/1768] Update 49-rename-on-release.yml --- .github/workflows/49-rename-on-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index b80b49146c..12de38afa6 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -22,3 +22,8 @@ jobs: - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - name: Release + uses: softprops/action-gh-release@v1 +# if: startsWith(github.ref, 'refs/tags/') + with: + files: ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From 24574fe4a518db140afbdd5662638b756a655c9b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:06:49 -0300 Subject: [PATCH 0406/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 12de38afa6..c58c97c364 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -2,9 +2,9 @@ name: 49 - Rename on Release # https://stackoverflow.com/questions/71270252/rena on: push: -# tags: -# - '*' - + tags: + - '*' + jobs: job1: runs-on: ubuntu-latest @@ -12,7 +12,7 @@ jobs: - name: env list run: env - run: echo $GITHUB_REF_NAME - + job2: runs-on: ubuntu-latest steps: @@ -22,8 +22,8 @@ jobs: - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - name: Release - uses: softprops/action-gh-release@v1 -# if: startsWith(github.ref, 'refs/tags/') - with: + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: files: ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex From e6a38657c840230b4085ba6cac67a64fcfd28331 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:10:44 -0300 Subject: [PATCH 0407/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index c58c97c364..95e33e4196 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -22,8 +22,12 @@ jobs: - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - run: | + FILE=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + echo $FILE + echo FILE=$FILE >> GITHUB_ENV - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + files: ${{ env.FILE }} From 9a02eb9c9c4aaeec5cfd6f49f192b73912e3bafb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:13:04 -0300 Subject: [PATCH 0408/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 95e33e4196..1438408e6f 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -23,7 +23,7 @@ jobs: - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: | - FILE=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + FILE=megadesk-$GITHUB_REF_NAME.hex echo $FILE echo FILE=$FILE >> GITHUB_ENV - name: Release From 21b799e47fb7e3e409630849f2228a407149fd50 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:14:57 -0300 Subject: [PATCH 0409/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 1438408e6f..9a222f7b1b 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -23,11 +23,13 @@ jobs: - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: | - FILE=megadesk-$GITHUB_REF_NAME.hex - echo $FILE - echo FILE=$FILE >> GITHUB_ENV + FILENAME=megadesk-$GITHUB_REF_NAME.hex + echo $FILENAME + echo FILENAME=$FILENAME >> GITHUB_ENV - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: files: ${{ env.FILE }} + env: + FILE: ${{ env.FILENAME }} From 2b5655c8a2440d46ecd37f8b0db5a9cee1be780e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:18:16 -0300 Subject: [PATCH 0410/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index 9a222f7b1b..a279d50817 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -23,13 +23,11 @@ jobs: - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - run: | - FILENAME=megadesk-$GITHUB_REF_NAME.hex + FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex echo $FILENAME echo FILENAME=$FILENAME >> GITHUB_ENV - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{ env.FILE }} - env: - FILE: ${{ env.FILENAME }} + files: ./Code/.pio/build/attiny841/megadesk-V0.5.hex From 6df1871896da3db06d5e2cc754468886aa2a1310 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Feb 2022 14:21:13 -0300 Subject: [PATCH 0411/1768] update 49 workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/49-rename-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index a279d50817..fd5f5e7c54 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -25,9 +25,9 @@ jobs: - run: | FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex echo $FILENAME - echo FILENAME=$FILENAME >> GITHUB_ENV + echo "FILENAME=$FILENAME" >> $GITHUB_ENV - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ./Code/.pio/build/attiny841/megadesk-V0.5.hex + files: ${{ env.FILENAME }} From 7adfd22cdad4ec6cfb65fec5e2715036a8e2ba18 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Mar 2022 06:26:26 +0000 Subject: [PATCH 0412/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d2094b6cde..6ab6b82353 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 28 01:15:23 UTC 2022 +Tue Mar 1 01:25:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d85adb198d..0b4229f15e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 25 06:25:17 UTC 2022 +Mon Feb 28 06:25:44 UTC 2022 From bb2af853c2c24db9b12e65916aab0cb4cc8cda4a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 2 Mar 2022 06:26:31 +0000 Subject: [PATCH 0413/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6ab6b82353..e877d2d362 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 1 01:25:01 UTC 2022 +Wed Mar 2 01:19:42 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0b4229f15e..8b9af04dbb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 28 06:25:44 UTC 2022 +Tue Mar 1 06:25:36 UTC 2022 From 41399d2d15723d255bb4996ef4ab6cfb9696d8b2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:30:02 -0300 Subject: [PATCH 0414/1768] standardize filenames --- .../workflows/{workflow_tester21.yml => workflow-tester21.yml} | 0 .../workflows/{workflow_tester22.yml => workflow-tester22.yml} | 0 .../workflows/{workflow_tester23.yml => workflow-tester23.yml} | 0 .github/workflows/workflow-tester24.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{workflow_tester21.yml => workflow-tester21.yml} (100%) rename .github/workflows/{workflow_tester22.yml => workflow-tester22.yml} (100%) rename .github/workflows/{workflow_tester23.yml => workflow-tester23.yml} (100%) create mode 100644 .github/workflows/workflow-tester24.yml diff --git a/.github/workflows/workflow_tester21.yml b/.github/workflows/workflow-tester21.yml similarity index 100% rename from .github/workflows/workflow_tester21.yml rename to .github/workflows/workflow-tester21.yml diff --git a/.github/workflows/workflow_tester22.yml b/.github/workflows/workflow-tester22.yml similarity index 100% rename from .github/workflows/workflow_tester22.yml rename to .github/workflows/workflow-tester22.yml diff --git a/.github/workflows/workflow_tester23.yml b/.github/workflows/workflow-tester23.yml similarity index 100% rename from .github/workflows/workflow_tester23.yml rename to .github/workflows/workflow-tester23.yml diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml new file mode 100644 index 0000000000..e69de29bb2 From 9cb9b83b045f2c82cc2ebf4b3cff28fdbce81541 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:33:41 -0300 Subject: [PATCH 0415/1768] add workflow test 24 --- .github/workflows/workflow-tester24.yml | 25 +++++++++++++++++++++++++ test_workflow24.py | 1 + 2 files changed, 26 insertions(+) create mode 100644 test_workflow24.py diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml index e69de29bb2..56e601d176 100644 --- a/.github/workflows/workflow-tester24.yml +++ b/.github/workflows/workflow-tester24.yml @@ -0,0 +1,25 @@ +name: Test 24 # Related to https://stackoverflow.com/questions/71327594/github-action-js-file-return-string-to-be-saved-in-a-variable + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Checkout repository content + uses: actions/checkout@v2 # Checkout the repository content to github runner. + + - name: Setup Python Version + uses: actions/setup-python@v2 + with: + python-version: 3.8 # Install the python version needed + + - name: set up env var + run: | + URL=$(python test_workflow24.py) + echo $URL + echo "URL=$URL" >> $GITHUB_ENV + + - name: use env var + run: echo ${{ env.TAG }} \ No newline at end of file diff --git a/test_workflow24.py b/test_workflow24.py new file mode 100644 index 0000000000..f080ea7ffe --- /dev/null +++ b/test_workflow24.py @@ -0,0 +1 @@ +print("https://www.google.com") From 3374b281df6726cbba914da0a19a6613522c318a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:35:02 -0300 Subject: [PATCH 0416/1768] update workflow test 24 --- .github/workflows/workflow-tester24.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml index 56e601d176..0b32774f5e 100644 --- a/.github/workflows/workflow-tester24.yml +++ b/.github/workflows/workflow-tester24.yml @@ -22,4 +22,4 @@ jobs: echo "URL=$URL" >> $GITHUB_ENV - name: use env var - run: echo ${{ env.TAG }} \ No newline at end of file + run: echo ${{ env.URL }} \ No newline at end of file From 6a0f27786749306bc3c25b73691b0e70c95e2e77 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:38:46 -0300 Subject: [PATCH 0417/1768] update workflow test 24 --- .github/workflows/workflow-tester24.yml | 22 +++++++++++++++++++++- test_workflow24.js | 1 + 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 test_workflow24.js diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml index 0b32774f5e..d614616a35 100644 --- a/.github/workflows/workflow-tester24.yml +++ b/.github/workflows/workflow-tester24.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: jobs: - job1: + python: runs-on: ubuntu-latest steps: - name: Checkout repository content @@ -21,5 +21,25 @@ jobs: echo $URL echo "URL=$URL" >> $GITHUB_ENV + - name: use env var + run: echo ${{ env.URL }} + + node: + runs-on: ubuntu-latest + steps: + - name: Checkout repository content + uses: actions/checkout@v2 # Checkout the repository content to github runner. + + - name: Setup Python Version + uses: actions/setup-node@v2 + with: + node-version: 14 # Install the node version needed + + - name: set up env var + run: | + URL=$(node test_workflow24.js) + echo $URL + echo "URL=$URL" >> $GITHUB_ENV + - name: use env var run: echo ${{ env.URL }} \ No newline at end of file diff --git a/test_workflow24.js b/test_workflow24.js new file mode 100644 index 0000000000..1dd98bcb01 --- /dev/null +++ b/test_workflow24.js @@ -0,0 +1 @@ +console.log("https://www.google.com"); \ No newline at end of file From 06acd56b13bf63825d9087b9de4096d9844c921c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:39:42 -0300 Subject: [PATCH 0418/1768] update workflow test 24 --- .github/workflows/workflow-tester24.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml index d614616a35..a62e88c1e7 100644 --- a/.github/workflows/workflow-tester24.yml +++ b/.github/workflows/workflow-tester24.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout repository content uses: actions/checkout@v2 # Checkout the repository content to github runner. - - name: Setup Python Version + - name: Setup Node Version uses: actions/setup-node@v2 with: node-version: 14 # Install the node version needed From 8f5b71363bc94183ea0241810b2cdfd67be66f22 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 2 Mar 2022 17:44:57 -0300 Subject: [PATCH 0419/1768] update workflow test 24 --- .github/workflows/workflow-tester24.yml | 4 ++-- test_workflow24.js => scripts/test_workflow24.js | 0 test_workflow24.py => scripts/test_workflow24.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test_workflow24.js => scripts/test_workflow24.js (100%) rename test_workflow24.py => scripts/test_workflow24.py (100%) diff --git a/.github/workflows/workflow-tester24.yml b/.github/workflows/workflow-tester24.yml index a62e88c1e7..75e61e5ac1 100644 --- a/.github/workflows/workflow-tester24.yml +++ b/.github/workflows/workflow-tester24.yml @@ -17,7 +17,7 @@ jobs: - name: set up env var run: | - URL=$(python test_workflow24.py) + URL=$(python scripts/test_workflow24.py) echo $URL echo "URL=$URL" >> $GITHUB_ENV @@ -37,7 +37,7 @@ jobs: - name: set up env var run: | - URL=$(node test_workflow24.js) + URL=$(node scripts/test_workflow24.js) echo $URL echo "URL=$URL" >> $GITHUB_ENV diff --git a/test_workflow24.js b/scripts/test_workflow24.js similarity index 100% rename from test_workflow24.js rename to scripts/test_workflow24.js diff --git a/test_workflow24.py b/scripts/test_workflow24.py similarity index 100% rename from test_workflow24.py rename to scripts/test_workflow24.py From 66e038d1a6fcd57c36fb5da22ba45bc513d1de63 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Mar 2022 06:27:03 +0000 Subject: [PATCH 0420/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e877d2d362..c79cb5d14b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 2 01:19:42 UTC 2022 +Thu Mar 3 01:20:49 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8b9af04dbb..1f1941ee5c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 1 06:25:36 UTC 2022 +Thu Mar 3 06:25:48 UTC 2022 From 2e49bd3177de068f3365b3089996ce1e4c734749 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:13:21 -0300 Subject: [PATCH 0421/1768] add workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 25 +++++++++++++++++++++++++ scripts/test_workflow25.js | 1 + 2 files changed, 26 insertions(+) create mode 100644 .github/workflows/workflow-tester25.yml create mode 100644 scripts/test_workflow25.js diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml new file mode 100644 index 0000000000..3e92b11cc7 --- /dev/null +++ b/.github/workflows/workflow-tester25.yml @@ -0,0 +1,25 @@ +name: Test 25 # Related to https://stackoverflow.com/questions/71341486/github-action-assign-a-variable-of-type-env-an-array-of-strings + +on: + workflow_dispatch: + +jobs: + node: + runs-on: ubuntu-latest + steps: + - name: Checkout repository content + uses: actions/checkout@v2 # Checkout the repository content to github runner. + + - name: Setup Node Version + uses: actions/setup-node@v2 + with: + node-version: 14 # Install the node version needed + + - name: set up env var + run: | + URL=$(node scripts/test_workflow25.js) + echo $URL + echo "URL=$URL" >> $GITHUB_ENV + + - name: use env var + run: echo ${{ env.URL }} \ No newline at end of file diff --git a/scripts/test_workflow25.js b/scripts/test_workflow25.js new file mode 100644 index 0000000000..40b55a9eb9 --- /dev/null +++ b/scripts/test_workflow25.js @@ -0,0 +1 @@ +console.log([ "https://www.google.com", "https://www.github.com" ]); \ No newline at end of file From 97ab9b6401e9056fc06986a05bb0491374a665ad Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:19:32 -0300 Subject: [PATCH 0422/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- scripts/test_workflow25.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/test_workflow25.js b/scripts/test_workflow25.js index 40b55a9eb9..2d8a355dbf 100644 --- a/scripts/test_workflow25.js +++ b/scripts/test_workflow25.js @@ -1 +1,11 @@ -console.log([ "https://www.google.com", "https://www.github.com" ]); \ No newline at end of file +async function getData(){ + const url = [ + "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Tyrannosaurus_rex_Sue_at_FMNH.jpg/440px-Tyrannosaurus_rex_Sue_at_FMNH.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Mosasaurus_beaugei_34.JPG/440px-Mosasaurus_beaugei_34.JPG" + ] + return url; + } + + getData().then((url) => { + console.log(url); + }); \ No newline at end of file From e2f6d00452717cc33806c24ec9a595f711a11c30 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:21:42 -0300 Subject: [PATCH 0423/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 3e92b11cc7..db01dce13c 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -19,7 +19,9 @@ jobs: run: | URL=$(node scripts/test_workflow25.js) echo $URL - echo "URL=$URL" >> $GITHUB_ENV + echo 'URL<> $GITHUB_ENV + $URL >> $GITHUB_ENV + echo 'EOF' >> $GITHUB_ENV - name: use env var run: echo ${{ env.URL }} \ No newline at end of file From 202e289d37d909c12c0c1de957c2fe9a8213fac9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:23:43 -0300 Subject: [PATCH 0424/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index db01dce13c..3e92b11cc7 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -19,9 +19,7 @@ jobs: run: | URL=$(node scripts/test_workflow25.js) echo $URL - echo 'URL<> $GITHUB_ENV - $URL >> $GITHUB_ENV - echo 'EOF' >> $GITHUB_ENV + echo "URL=$URL" >> $GITHUB_ENV - name: use env var run: echo ${{ env.URL }} \ No newline at end of file From d8c1758ce090c3ffafbb20bfe2c829aa25cec66d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:26:46 -0300 Subject: [PATCH 0425/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 3e92b11cc7..55aaf3d870 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -16,10 +16,21 @@ jobs: node-version: 14 # Install the node version needed - name: set up env var + continue-on-error: true run: | URL=$(node scripts/test_workflow25.js) echo $URL echo "URL=$URL" >> $GITHUB_ENV + - name: use env var + run: echo ${{ env.URL }} + + - name: set multiline env var + continue-on-error: true + run: | + echo URL<> $GITHUB_ENV + node scripts/test_workflow25.js >> $GITHUB_ENV + echo ‘EOF’ >> $GITHUB_ENV + - name: use env var run: echo ${{ env.URL }} \ No newline at end of file From dbe76e2cb975ad72466472e7663e43761456eff5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:28:14 -0300 Subject: [PATCH 0426/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 55aaf3d870..0dd572f61e 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -14,23 +14,13 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 # Install the node version needed - - - name: set up env var - continue-on-error: true - run: | - URL=$(node scripts/test_workflow25.js) - echo $URL - echo "URL=$URL" >> $GITHUB_ENV - - - name: use env var - run: echo ${{ env.URL }} - name: set multiline env var continue-on-error: true run: | - echo URL<> $GITHUB_ENV + echo URL<> $GITHUB_ENV node scripts/test_workflow25.js >> $GITHUB_ENV - echo ‘EOF’ >> $GITHUB_ENV + echo 'EOF' >> $GITHUB_ENV - name: use env var run: echo ${{ env.URL }} \ No newline at end of file From e698ba4fc96706f91d117e884ff75eb859ce4c4b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:28:24 -0300 Subject: [PATCH 0427/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 0dd572f61e..2e095b7e52 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -16,7 +16,6 @@ jobs: node-version: 14 # Install the node version needed - name: set multiline env var - continue-on-error: true run: | echo URL<> $GITHUB_ENV node scripts/test_workflow25.js >> $GITHUB_ENV From 96f78aa6d312ef52392c99659855be7873a699c9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:30:57 -0300 Subject: [PATCH 0428/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 2e095b7e52..3de3082b8c 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -17,7 +17,7 @@ jobs: - name: set multiline env var run: | - echo URL<> $GITHUB_ENV + echo 'URL<> $GITHUB_ENV node scripts/test_workflow25.js >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV From 386e464cb83cd1c41a0a923b26420efd588fef85 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:33:15 -0300 Subject: [PATCH 0429/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 3de3082b8c..5f0a6f76ea 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -21,5 +21,8 @@ jobs: node scripts/test_workflow25.js >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - - name: use env var - run: echo ${{ env.URL }} \ No newline at end of file + # - name: use env var + # run: echo ${{ env.URL }} + + - name: print env + run: env \ No newline at end of file From 9bada30062bc4f508bc03d888044de5de216912b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:35:45 -0300 Subject: [PATCH 0430/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- scripts/test_workflow25.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_workflow25.js b/scripts/test_workflow25.js index 2d8a355dbf..48b8d1c9a7 100644 --- a/scripts/test_workflow25.js +++ b/scripts/test_workflow25.js @@ -1,7 +1,7 @@ async function getData(){ const url = [ - "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Tyrannosaurus_rex_Sue_at_FMNH.jpg/440px-Tyrannosaurus_rex_Sue_at_FMNH.jpg", - "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Mosasaurus_beaugei_34.JPG/440px-Mosasaurus_beaugei_34.JPG" + "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/Tyrannosaurus_rex_Sue_at_FMNH.jpg/440px-Tyrannosaurus_rex_Sue_at_FMNH.jpg", + "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Mosasaurus_beaugei_34.JPG/440px-Mosasaurus_beaugei_34.JPG" ] return url; } From 7bf2f9a063384912ccb1a33586674a11f28af6d0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Mar 2022 15:37:49 -0300 Subject: [PATCH 0431/1768] update workflow tester 25 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester25.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester25.yml b/.github/workflows/workflow-tester25.yml index 5f0a6f76ea..38e9345eaa 100644 --- a/.github/workflows/workflow-tester25.yml +++ b/.github/workflows/workflow-tester25.yml @@ -21,8 +21,8 @@ jobs: node scripts/test_workflow25.js >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - # - name: use env var - # run: echo ${{ env.URL }} + - name: use env var + run: echo "${{ env.URL }}" - - name: print env - run: env \ No newline at end of file + - name: use env var directly + run: echo "$URL" \ No newline at end of file From fd07ee711cf3b93dd6f23d4ea06b865354f86b78 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 4 Mar 2022 06:25:48 +0000 Subject: [PATCH 0432/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c79cb5d14b..05c4e0e6cf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 3 01:20:49 UTC 2022 +Fri Mar 4 01:26:03 UTC 2022 From 8061cdb2e8a5b8d1450e7cdfd465bdd2ecaf9d50 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 5 Mar 2022 14:50:44 -0300 Subject: [PATCH 0433/1768] add workflow tester 26 Signed-off-by: GuillaumeFalourd --- scripts/test_workflow26.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/test_workflow26.go diff --git a/scripts/test_workflow26.go b/scripts/test_workflow26.go new file mode 100644 index 0000000000..cee83bc64b --- /dev/null +++ b/scripts/test_workflow26.go @@ -0,0 +1,16 @@ +// First Go program +package main + +import "fmt" + +// Main function +func main() { + SetTag("1.4.1") +} + +func SetTag(value string) { + fmt.Printf(`::set-output name=repo_tag::%s`, value) + fmt.Print("\n") + fmt.Printf(`::set-output name=ecr_tag::%s`, "v"+value) + fmt.Print("\n") +} From f5af8d5b81c3fded374d3fbc97950f95717ce410 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 5 Mar 2022 14:51:13 -0300 Subject: [PATCH 0434/1768] add go script Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester26.yml | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/workflow-tester26.yml diff --git a/.github/workflows/workflow-tester26.yml b/.github/workflows/workflow-tester26.yml new file mode 100644 index 0000000000..6ed16a300d --- /dev/null +++ b/.github/workflows/workflow-tester26.yml @@ -0,0 +1,27 @@ +name: Test 26 # Related to https://stackoverflow.com/questions/71357973/github-actions-set-two-output-names-from-custom-action-in-golang-code + +on: + workflow_dispatch: + +jobs: + Version: + name: Calculate Version + runs-on: ubuntu-latest + outputs: + repo_version_env: ${{ steps.version.outputs.repo_tag }} + ecr_version_env: ${{ steps.version.outputs.ecr_tag }} + steps: + - name: Check out code + uses: actions/checkout@v2 + - run: go run ./scripts/test_workflow26.go + + Build: + needs: + - Version + name: Build Image + runs-on: ubuntu-latest + steps: + - name: Build + run: | + echo ${{ needs.Version.outputs.ecr_version_env }} + echo ${{ needs.Version.outputs.repo_version_env }} \ No newline at end of file From e6cd4c2bbf81c1a9d5b425525c1e410b57a6ba8d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 5 Mar 2022 14:53:42 -0300 Subject: [PATCH 0435/1768] update workflow tester 26 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester26.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester26.yml b/.github/workflows/workflow-tester26.yml index 6ed16a300d..faddd3c682 100644 --- a/.github/workflows/workflow-tester26.yml +++ b/.github/workflows/workflow-tester26.yml @@ -13,7 +13,9 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 - - run: go run ./scripts/test_workflow26.go + - name: Calculate version + id: version + run: go run ./scripts/test_workflow26.go Build: needs: From ee20d9c40030946c34e06b624a0cf6c817e8b03d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 7 Mar 2022 06:26:41 +0000 Subject: [PATCH 0436/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 05c4e0e6cf..99d76871d4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 4 01:26:03 UTC 2022 +Mon Mar 7 01:18:28 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1f1941ee5c..a52ac09cb5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 3 06:25:48 UTC 2022 +Fri Mar 4 06:25:21 UTC 2022 From d8a89c4187b73da6b28d234727223e609c3f13fb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 8 Mar 2022 06:26:27 +0000 Subject: [PATCH 0437/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 99d76871d4..38f79abba2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 7 01:18:28 UTC 2022 +Tue Mar 8 01:17:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a52ac09cb5..b9c4bb9281 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 4 06:25:21 UTC 2022 +Mon Mar 7 06:26:14 UTC 2022 From 80a60b90eb777617419d1320a0ca204f1e80916e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 9 Mar 2022 06:26:27 +0000 Subject: [PATCH 0438/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 38f79abba2..9406ce24a7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 8 01:17:40 UTC 2022 +Wed Mar 9 01:20:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b9c4bb9281..601fb85edb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 7 06:26:14 UTC 2022 +Tue Mar 8 06:25:29 UTC 2022 From 25c9fdb10bb4516f80667f885977597d0f674888 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 10 Mar 2022 06:26:12 +0000 Subject: [PATCH 0439/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9406ce24a7..37429e7a72 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 9 01:20:59 UTC 2022 +Thu Mar 10 01:24:14 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 601fb85edb..546008daf3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 8 06:25:29 UTC 2022 +Wed Mar 9 06:25:36 UTC 2022 From 5f5d451131b1422e8e6682ae5f6811834de8a3f1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Mar 2022 13:49:17 -0300 Subject: [PATCH 0440/1768] update Test 8 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester8.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/workflow-tester8.yml b/.github/workflows/workflow-tester8.yml index 12bd12fa8b..cb83364e6e 100644 --- a/.github/workflows/workflow-tester8.yml +++ b/.github/workflows/workflow-tester8.yml @@ -31,3 +31,15 @@ jobs: if: contains( needs.job1.outputs.tag_version , 'prod-') steps: - run: echo "${{needs.job1.outputs.tag_version}}" + + create-pull-request: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: GuillaumeFalourd/pull-request-action@v1 + with: + destination_branch: "feature/test" + pr_title: "[example] test_create_pull_request" + pr_body: "test body." + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From b0d5838680822ce7b4d4e48e7cf3680ffb66fc42 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Mar 2022 13:56:56 -0300 Subject: [PATCH 0441/1768] add workflow tester 27 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester27.yml | 30 +++++++++++++++++++++++++ .github/workflows/workflow-tester8.yml | 12 ---------- 2 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/workflow-tester27.yml diff --git a/.github/workflows/workflow-tester27.yml b/.github/workflows/workflow-tester27.yml new file mode 100644 index 0000000000..d544a8181e --- /dev/null +++ b/.github/workflows/workflow-tester27.yml @@ -0,0 +1,30 @@ +name: Test 27 # Related to https://stackoverflow.com/questions/71418790/github-action-is-failing-when-the-personal-access-token-is-passed-as-a-secret + +on: + workflow_dispatch: + +jobs: + # create-pull-request-1: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: GuillaumeFalourd/pull-request-action@v1 + # with: + # destination_branch: "feature/test" + # pr_title: "[example] test_create_pull_request" + # pr_body: "test body." + # env: + # GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + + create-pull-request-2: + runs-on: ubuntu-latest + - name: Create pull Request + uses: TheRealWaldo/pull-request@v0.2.0 + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + with: + title: Automated Pull Request From main to feature/test Branch + base: feature/test + head: main + assignee: GuillaumeFalourd + body: Automated Pull Request From main to feature/test Branch \ No newline at end of file diff --git a/.github/workflows/workflow-tester8.yml b/.github/workflows/workflow-tester8.yml index cb83364e6e..12bd12fa8b 100644 --- a/.github/workflows/workflow-tester8.yml +++ b/.github/workflows/workflow-tester8.yml @@ -31,15 +31,3 @@ jobs: if: contains( needs.job1.outputs.tag_version , 'prod-') steps: - run: echo "${{needs.job1.outputs.tag_version}}" - - create-pull-request: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: GuillaumeFalourd/pull-request-action@v1 - with: - destination_branch: "feature/test" - pr_title: "[example] test_create_pull_request" - pr_body: "test body." - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} From 2902a27147b176106b1a4f0cbf4ceb223feadada Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Mar 2022 13:57:59 -0300 Subject: [PATCH 0442/1768] update workflow tester 27 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester27.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester27.yml b/.github/workflows/workflow-tester27.yml index d544a8181e..de7d394911 100644 --- a/.github/workflows/workflow-tester27.yml +++ b/.github/workflows/workflow-tester27.yml @@ -18,6 +18,7 @@ jobs: create-pull-request-2: runs-on: ubuntu-latest + steps: - name: Create pull Request uses: TheRealWaldo/pull-request@v0.2.0 env: From c3fbeefe9ae7a2ea016eb5dfbf68b31324d11712 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 11 Mar 2022 06:26:18 +0000 Subject: [PATCH 0443/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 37429e7a72..f001489655 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 10 01:24:14 UTC 2022 +Fri Mar 11 01:23:55 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 546008daf3..aa5e158a9d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 9 06:25:36 UTC 2022 +Thu Mar 10 06:25:29 UTC 2022 From b99a857d1a852f561cc866a570b9b9004be6bd92 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 14 Mar 2022 06:27:53 +0000 Subject: [PATCH 0444/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f001489655..d41ed224c1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 11 01:23:55 UTC 2022 +Mon Mar 14 01:21:02 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index aa5e158a9d..ec224d22a6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 10 06:25:29 UTC 2022 +Fri Mar 11 06:25:54 UTC 2022 From 93479ebc6ea52ffd7c66c40d969e5a10c703557f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 15 Mar 2022 06:26:36 +0000 Subject: [PATCH 0445/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d41ed224c1..a9df7c0466 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 14 01:21:02 UTC 2022 +Tue Mar 15 01:22:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ec224d22a6..dabea0e56f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 11 06:25:54 UTC 2022 +Mon Mar 14 06:26:33 UTC 2022 From ce6d9683de32ac183b8aeea058d7cf898c58adc7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 16 Mar 2022 06:26:19 +0000 Subject: [PATCH 0446/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a9df7c0466..6bf30cf82e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 15 01:22:54 UTC 2022 +Wed Mar 16 01:25:37 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dabea0e56f..4744600827 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 14 06:26:33 UTC 2022 +Tue Mar 15 06:25:55 UTC 2022 From f8247d94aa4d90f0db85f46ffddda2b144f7ec34 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 11:12:06 -0300 Subject: [PATCH 0447/1768] feature: add workflow-tester28 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester28.yml | 24 ++++++++++++++++++++++++ scripts/test_workflow28.sh | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 .github/workflows/workflow-tester28.yml create mode 100644 scripts/test_workflow28.sh diff --git a/.github/workflows/workflow-tester28.yml b/.github/workflows/workflow-tester28.yml new file mode 100644 index 0000000000..0ee86f6e1b --- /dev/null +++ b/.github/workflows/workflow-tester28.yml @@ -0,0 +1,24 @@ +name: Test 28 # Related to https://stackoverflow.com/questions/71493577/how-can-i-access-environment-variable-set-in-external-bash-script-in-github-acti + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v2 + - run: sh ./scripts/test_workflow28.sh + - id: jira_ticket_reject + continue-on-error: true + run: | + env # searched for it also here - it doesn't exist. + echo ${{ env.jira_ticket_exists }} # this returns nothing + if [ ${{ env.jira_ticket_exists }} == "true" ]; then + echo "Jira ticket found" + exit 0 + else + echo "Jira ticket not found" + exit 1 + fi \ No newline at end of file diff --git a/scripts/test_workflow28.sh b/scripts/test_workflow28.sh new file mode 100644 index 0000000000..db7dc51d7a --- /dev/null +++ b/scripts/test_workflow28.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "jira_ticket_exists=false" >> $GITHUB_ENV From 9ffca25e04e923d87cb27c75a7886301063b7bff Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 11:14:50 -0300 Subject: [PATCH 0448/1768] feature: update workflow-tester28 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester28.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester28.yml b/.github/workflows/workflow-tester28.yml index 0ee86f6e1b..370c604004 100644 --- a/.github/workflows/workflow-tester28.yml +++ b/.github/workflows/workflow-tester28.yml @@ -2,6 +2,7 @@ name: Test 28 # Related to https://stackoverflow.com/questions/71493577/how-can- on: workflow_dispatch: + push: jobs: test: From ca250ddbcda7327293deaedde63284d2295a76f1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 11:18:17 -0300 Subject: [PATCH 0449/1768] feature: update workflow-tester28 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester28.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester28.yml b/.github/workflows/workflow-tester28.yml index 370c604004..0ee86f6e1b 100644 --- a/.github/workflows/workflow-tester28.yml +++ b/.github/workflows/workflow-tester28.yml @@ -2,7 +2,6 @@ name: Test 28 # Related to https://stackoverflow.com/questions/71493577/how-can- on: workflow_dispatch: - push: jobs: test: From ae7c5bcea6662ebfbfb93a038dbdf1f278377496 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 15:37:59 -0300 Subject: [PATCH 0450/1768] add workflow 50-create-tag Signed-off-by: Guillaume Falourd --- .github/workflows/50-create-tag.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/50-create-tag.yml diff --git a/.github/workflows/50-create-tag.yml b/.github/workflows/50-create-tag.yml new file mode 100644 index 0000000000..2b2a374ded --- /dev/null +++ b/.github/workflows/50-create-tag.yml @@ -0,0 +1,21 @@ +name: Create Tag + +on: + workflow_dispatch: + push: + +jobs: + CREATE-TAG: + env: + RELEASE_VERSION: 1.1.1 + runs-on: ubuntu-latest + - name: Create tag + uses: actions/github-script@v5 + with: + script: | + github.rest.git.createRef({ + owner: context.repo.owner, + repo: context.repo.repo, + ref: 'refs/tags/$RELEASE_VERSION', + sha: context.sha + }) \ No newline at end of file From 6b52b38f217894f4d78146bf9f7f4ce34fdee07a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 15:48:45 -0300 Subject: [PATCH 0451/1768] update workflow 50-create-tag Signed-off-by: Guillaume Falourd --- .github/workflows/50-create-tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/50-create-tag.yml b/.github/workflows/50-create-tag.yml index 2b2a374ded..a047863c40 100644 --- a/.github/workflows/50-create-tag.yml +++ b/.github/workflows/50-create-tag.yml @@ -1,4 +1,4 @@ -name: Create Tag +name: 50 - Create Tag on: workflow_dispatch: @@ -9,6 +9,7 @@ jobs: env: RELEASE_VERSION: 1.1.1 runs-on: ubuntu-latest + steps: - name: Create tag uses: actions/github-script@v5 with: From 3d28041546616e942259f7ece53ee34994eb0560 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 16 Mar 2022 16:07:07 -0300 Subject: [PATCH 0452/1768] update workflow 50-create-tag Signed-off-by: Guillaume Falourd --- .github/workflows/50-create-tag.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/50-create-tag.yml b/.github/workflows/50-create-tag.yml index a047863c40..b0e6f913df 100644 --- a/.github/workflows/50-create-tag.yml +++ b/.github/workflows/50-create-tag.yml @@ -10,13 +10,8 @@ jobs: RELEASE_VERSION: 1.1.1 runs-on: ubuntu-latest steps: - - name: Create tag - uses: actions/github-script@v5 + - name: Tag commit + uses: tvdias/github-tagger@v0.0.1 with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/$RELEASE_VERSION', - sha: context.sha - }) \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} + tag: ${{ env.RELEASE_VERSION }} \ No newline at end of file From 958f140cde9d33acb6bc9582d2024197765391b9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Mar 2022 06:26:11 +0000 Subject: [PATCH 0453/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6bf30cf82e..287bb2ee27 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 16 01:25:37 UTC 2022 +Thu Mar 17 01:21:33 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4744600827..d007bb91c0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 15 06:25:55 UTC 2022 +Wed Mar 16 06:25:52 UTC 2022 From e25c71556a1dfcb4a05513060a12e1f96c8c10d5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 18 Mar 2022 06:26:56 +0000 Subject: [PATCH 0454/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 287bb2ee27..dffcfb66dc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 17 01:21:33 UTC 2022 +Fri Mar 18 01:24:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d007bb91c0..179818ab6a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 16 06:25:52 UTC 2022 +Fri Mar 18 06:25:47 UTC 2022 From 140822018e9e0839b54a9eed6919a9729f513090 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 21 Mar 2022 06:27:22 +0000 Subject: [PATCH 0455/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dffcfb66dc..6111e89a5b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 18 01:24:40 UTC 2022 +Mon Mar 21 01:27:15 UTC 2022 From 240f05387325805ea6a7a1f037dc6e5a8b2758cc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Mar 2022 17:03:29 -0300 Subject: [PATCH 0456/1768] add workflow-tester29 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester29.yml | 67 +++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .github/workflows/workflow-tester29.yml diff --git a/.github/workflows/workflow-tester29.yml b/.github/workflows/workflow-tester29.yml new file mode 100644 index 0000000000..8a394a5a88 --- /dev/null +++ b/.github/workflows/workflow-tester29.yml @@ -0,0 +1,67 @@ +name: Test 29 # Related to https://stackoverflow.com/questions/71561915/github-action-skipped-job +on: + push: + # workflow_dispatch: + # inputs: + # os: + # type: choice + # required: true + # description: the os that will be tested. + # default: ANDROID + # options: + # - IOS + # - ANDROID +jobs: + + LA_CHECKS: + # strategy: + # fail-fast: false + # matrix: + # la_checks: [[la, las331],[la2,las993]] + name: ${{ matrix.la[1] }} + # runs-on: DOCKER + runs-on: ubuntu-latest + # container: scripts + steps: + - uses: actions/checkout@v2 + - run: echo LA_CHECKS + # - uses: ./.github/templates/la_check + # with: + # precondition: ${{ matrix.la_checks[0] }} + + + Install_FR1: + # if: ${{ always() && github.event.inputs.os == 'ANDROID' }} + needs: [LA_CHECKS] + # runs-on: DOCKER + runs-on: ubuntu-latest + # container: scripts + steps: + - uses: actions/checkout@v2 + # - uses: ./.github/templates/install + # with: + # d_id: fr1 + + FR1_EXEC: + needs: [Install_FR1] + if: needs.Install_FR1.result == 'success' + # runs-on: DOCKER + runs-on: ubuntu-latest + # container: scripts + steps: + - uses: actions/checkout@v2 + - uses: ./.github/templates/device + with: + d_id: fr1 + + Uninstall_FR1: + # if: ${{ always() && github.event.inputs.os == 'ANDROID' }} + needs: [FR1_EXEC] + # runs-on: DOCKER + runs-on: ubuntu-latest + # container: scripts + steps: + - uses: actions/checkout@v2 + # - uses: ./.github/templates/uninstall + # with: + # device_id: fr1 \ No newline at end of file From d0221e3672c24b2febf5ec946bdacbc97db99fbb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Mar 2022 17:07:24 -0300 Subject: [PATCH 0457/1768] update workflow-tester29 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester29.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workflow-tester29.yml b/.github/workflows/workflow-tester29.yml index 8a394a5a88..0afebe0382 100644 --- a/.github/workflows/workflow-tester29.yml +++ b/.github/workflows/workflow-tester29.yml @@ -14,17 +14,16 @@ on: jobs: LA_CHECKS: - # strategy: - # fail-fast: false - # matrix: - # la_checks: [[la, las331],[la2,las993]] + strategy: + fail-fast: false + matrix: + la_checks: [[la, las331],[la2,las993]] name: ${{ matrix.la[1] }} # runs-on: DOCKER runs-on: ubuntu-latest # container: scripts steps: - uses: actions/checkout@v2 - - run: echo LA_CHECKS # - uses: ./.github/templates/la_check # with: # precondition: ${{ matrix.la_checks[0] }} @@ -50,9 +49,9 @@ jobs: # container: scripts steps: - uses: actions/checkout@v2 - - uses: ./.github/templates/device - with: - d_id: fr1 + # - uses: ./.github/templates/device + # with: + # d_id: fr1 Uninstall_FR1: # if: ${{ always() && github.event.inputs.os == 'ANDROID' }} From 1ac26ccd8bb5e5257878b0336b0056e7022181ef Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Mar 2022 17:09:07 -0300 Subject: [PATCH 0458/1768] update workflow-tester29 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester29.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/workflow-tester29.yml b/.github/workflows/workflow-tester29.yml index 0afebe0382..230e44fc6d 100644 --- a/.github/workflows/workflow-tester29.yml +++ b/.github/workflows/workflow-tester29.yml @@ -1,16 +1,15 @@ name: Test 29 # Related to https://stackoverflow.com/questions/71561915/github-action-skipped-job on: - push: - # workflow_dispatch: - # inputs: - # os: - # type: choice - # required: true - # description: the os that will be tested. - # default: ANDROID - # options: - # - IOS - # - ANDROID + workflow_dispatch: + inputs: + os: + type: choice + required: true + description: the os that will be tested. + default: ANDROID + options: + - IOS + - ANDROID jobs: LA_CHECKS: @@ -30,7 +29,7 @@ jobs: Install_FR1: - # if: ${{ always() && github.event.inputs.os == 'ANDROID' }} + if: ${{ always() && github.event.inputs.os == 'ANDROID' }} needs: [LA_CHECKS] # runs-on: DOCKER runs-on: ubuntu-latest From 2807970e6884b3b6a56e706123b1b4c9f3232cea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 22 Mar 2022 06:26:13 +0000 Subject: [PATCH 0459/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6111e89a5b..08783708ef 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 21 01:27:15 UTC 2022 +Tue Mar 22 01:35:28 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 179818ab6a..449383aed4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 18 06:25:47 UTC 2022 +Mon Mar 21 06:26:40 UTC 2022 From f2a18ee8f90083c47058e6f1793e7778dbc62c26 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Mar 2022 06:27:49 +0000 Subject: [PATCH 0460/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 08783708ef..86b7875030 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 22 01:35:28 UTC 2022 +Wed Mar 23 01:42:56 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 449383aed4..4f2cc3b813 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 21 06:26:40 UTC 2022 +Wed Mar 23 06:26:36 UTC 2022 From cc942bd565f1481df02f43e0818ea025f58d4a4b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 10:08:23 -0300 Subject: [PATCH 0461/1768] add 51 concurrency workflow Signed-off-by: Guillaume Falourd --- .github/workflows/51-concurrency.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/51-concurrency.yml diff --git a/.github/workflows/51-concurrency.yml b/.github/workflows/51-concurrency.yml new file mode 100644 index 0000000000..fcf013ccad --- /dev/null +++ b/.github/workflows/51-concurrency.yml @@ -0,0 +1,19 @@ +name: 51 - Concurrency + +on: + push: + branches: [main] + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + concurrency: + runs-on: ubuntu-latest + steps: + - name: Wait + run: | + echo "Start waiting..." + sleep 5m + echo "Wake up!" \ No newline at end of file From d4b71ceaf62cdf50ed5af9d8eb68f6f5998272f7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 10:09:44 -0300 Subject: [PATCH 0462/1768] update README file Signed-off-by: Guillaume Falourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38bf52a32d..1e4cd0ba84 100644 --- a/README.md +++ b/README.md @@ -239,3 +239,7 @@ This workflow illustrates how to wait for other workflows completion before exec [![49 - Rename on release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/49-rename-on-release.yml) This workflow illustrates how to rename a file according to the `github ref name` (branch or tag name). + +[![50 - Create tag](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/50-create-tag.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/50-create-tag.yml) + +This workflow illustrates how to simply create a tag in a job. From 4b65253b9b71e9cceffeae1d8f46995750a1c158 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 10:10:46 -0300 Subject: [PATCH 0463/1768] update README file with 51 workflow badge Signed-off-by: Guillaume Falourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e4cd0ba84..d697f6d254 100644 --- a/README.md +++ b/README.md @@ -243,3 +243,7 @@ This workflow illustrates how to rename a file according to the `github ref name [![50 - Create tag](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/50-create-tag.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/50-create-tag.yml) This workflow illustrates how to simply create a tag in a job. + +[![51 - Concurrency](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml) + +This workflow illustrates how to use concurrency to avoid the same workflow to run in parallel for different push to the same branch (for example to limit Github actions runner usage in private repo). \ No newline at end of file From 8980f05b2a2c9375f4c18b08844eb3c43b95e47c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 10:12:16 -0300 Subject: [PATCH 0464/1768] update 50 create tag workflow Signed-off-by: Guillaume Falourd --- .github/workflows/50-create-tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/50-create-tag.yml b/.github/workflows/50-create-tag.yml index b0e6f913df..b5845859f1 100644 --- a/.github/workflows/50-create-tag.yml +++ b/.github/workflows/50-create-tag.yml @@ -2,7 +2,6 @@ name: 50 - Create Tag on: workflow_dispatch: - push: jobs: CREATE-TAG: From 33168dfd93b302cc783a7eb88e54f4a6d20105b3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 10:14:28 -0300 Subject: [PATCH 0465/1768] update 51 concurrency workflow Signed-off-by: Guillaume Falourd --- .github/workflows/51-concurrency.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/51-concurrency.yml b/.github/workflows/51-concurrency.yml index fcf013ccad..9245317632 100644 --- a/.github/workflows/51-concurrency.yml +++ b/.github/workflows/51-concurrency.yml @@ -1,8 +1,9 @@ name: 51 - Concurrency on: - push: - branches: [main] + workflow_dispatch: + # push: + # branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} From 9dadea1421535ce8a14017746f02bd8f4a0c7bf5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 17:54:12 -0300 Subject: [PATCH 0466/1768] add workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/workflow-tester30.yml diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml new file mode 100644 index 0000000000..fb725b7efc --- /dev/null +++ b/.github/workflows/workflow-tester30.yml @@ -0,0 +1,28 @@ +name: Test 30 # Related to https://stackoverflow.com/questions/71593861/how-to-get-github-actions-matrix-job-name-within-job + +on: + # pull_request: + # types: [opened, synchronize] + push: + +jobs: + my-job: + name: OS ${{ matrix.os }} + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-18.04 + - ubuntu-20.04 + steps: + - run: echo "${{ github.job }}" + - run: echo "${{ toJSON(github) }}" + - run: echo "${{ toJSON(env) }}" + - run: echo "${{ toJSON(job) }}" + - run: echo "${{ toJSON(steps) }}" + - run: echo "${{ toJSON(runner) }}" + - run: echo "${{ toJSON(secrets) }}" + - run: echo "${{ toJSON(strategy) }}" + - run: echo "${{ toJSON(matrix) }}" + - run: echo "${{ toJSON(needs) }}" + - run: echo "${{ toJSON(inputs) }}" \ No newline at end of file From fa6136b75953b87e72f8c25de0828d8292372cea Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 17:57:33 -0300 Subject: [PATCH 0467/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index fb725b7efc..b7cad2b2d3 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -15,7 +15,9 @@ jobs: - ubuntu-18.04 - ubuntu-20.04 steps: - - run: echo "${{ github.job }}" + - run: echo ${{ github.job }} + - run: echo ${{ jobs.my-job.name }} + - run: echo ${{ jobs.${{ github.job }}.name }} - run: echo "${{ toJSON(github) }}" - run: echo "${{ toJSON(env) }}" - run: echo "${{ toJSON(job) }}" From a5d2e62bc9ced005402802fb290e722aee13e51e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:00:04 -0300 Subject: [PATCH 0468/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index b7cad2b2d3..e5402cfeeb 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -16,8 +16,7 @@ jobs: - ubuntu-20.04 steps: - run: echo ${{ github.job }} - - run: echo ${{ jobs.my-job.name }} - - run: echo ${{ jobs.${{ github.job }}.name }} + - run: echo ${{ github.job.name }} - run: echo "${{ toJSON(github) }}" - run: echo "${{ toJSON(env) }}" - run: echo "${{ toJSON(job) }}" From 55e0b358e640133119d7527a9c098dd86c9cf07c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:01:22 -0300 Subject: [PATCH 0469/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index e5402cfeeb..f30c636fef 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -16,14 +16,13 @@ jobs: - ubuntu-20.04 steps: - run: echo ${{ github.job }} - - run: echo ${{ github.job.name }} - - run: echo "${{ toJSON(github) }}" - - run: echo "${{ toJSON(env) }}" - - run: echo "${{ toJSON(job) }}" - - run: echo "${{ toJSON(steps) }}" - - run: echo "${{ toJSON(runner) }}" - - run: echo "${{ toJSON(secrets) }}" - - run: echo "${{ toJSON(strategy) }}" - - run: echo "${{ toJSON(matrix) }}" - - run: echo "${{ toJSON(needs) }}" - - run: echo "${{ toJSON(inputs) }}" \ No newline at end of file + - run: echo ${{ toJSON(github) }} + - run: echo ${{ toJSON(env) }} + - run: echo ${{ toJSON(job) }} + - run: echo ${{ toJSON(steps) }} + - run: echo ${{ toJSON(runner) }} + - run: echo ${{ toJSON(secrets) }} + - run: echo ${{ toJSON(strategy) }} + - run: echo ${{ toJSON(matrix) }} + - run: echo ${{ toJSON(needs) }} + - run: echo ${{ toJSON(inputs) }} \ No newline at end of file From f510781d56c9668bb315a7653a34daf10a0e45dc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:03:17 -0300 Subject: [PATCH 0470/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index f30c636fef..24af5196bc 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -16,7 +16,11 @@ jobs: - ubuntu-20.04 steps: - run: echo ${{ github.job }} - - run: echo ${{ toJSON(github) }} + - name: Dump GitHub context + id: github_context_step + run: echo $JSON + env: + JSON: ${{ toJSON(github) }} - run: echo ${{ toJSON(env) }} - run: echo ${{ toJSON(job) }} - run: echo ${{ toJSON(steps) }} From 7e8a5072d5eab8956192ecb5a2d9ab22ce84aff5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:09:19 -0300 Subject: [PATCH 0471/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index 24af5196bc..cedd142162 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -16,6 +16,9 @@ jobs: - ubuntu-20.04 steps: - run: echo ${{ github.job }} + - run: | + JOB_NAME=OS ${{ matrix.os }} + echo $JOB_NAME - name: Dump GitHub context id: github_context_step run: echo $JSON From 7db130037c3115911c03d035fc2b56024869906e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:10:54 -0300 Subject: [PATCH 0472/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index cedd142162..4c10940891 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -17,19 +17,10 @@ jobs: steps: - run: echo ${{ github.job }} - run: | - JOB_NAME=OS ${{ matrix.os }} + JOB_NAME=echo$(OS ${{ matrix.os }}) echo $JOB_NAME - - name: Dump GitHub context - id: github_context_step - run: echo $JSON - env: - JSON: ${{ toJSON(github) }} - - run: echo ${{ toJSON(env) }} - - run: echo ${{ toJSON(job) }} - - run: echo ${{ toJSON(steps) }} - - run: echo ${{ toJSON(runner) }} - - run: echo ${{ toJSON(secrets) }} - - run: echo ${{ toJSON(strategy) }} - - run: echo ${{ toJSON(matrix) }} - - run: echo ${{ toJSON(needs) }} - - run: echo ${{ toJSON(inputs) }} \ No newline at end of file + echo "JOB_NAME=$JOB_NAME" >> $GITHUB_ENV + + - name: Print JOB_NAME + run: | + echo "JOB NAME:" ${{ env.JOB_NAME }} \ No newline at end of file From 2bcc56ba57bf02795dca4116800f36193e54e811 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:11:43 -0300 Subject: [PATCH 0473/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index 4c10940891..092ac4f280 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -17,7 +17,7 @@ jobs: steps: - run: echo ${{ github.job }} - run: | - JOB_NAME=echo$(OS ${{ matrix.os }}) + JOB_NAME="OS ${{ matrix.os }}" echo $JOB_NAME echo "JOB_NAME=$JOB_NAME" >> $GITHUB_ENV From cc28ba8eb56e079ab5a864155073f21ffc58c60c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 23 Mar 2022 18:17:33 -0300 Subject: [PATCH 0474/1768] update workflow tester 30 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester30.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester30.yml b/.github/workflows/workflow-tester30.yml index 092ac4f280..11abfacd33 100644 --- a/.github/workflows/workflow-tester30.yml +++ b/.github/workflows/workflow-tester30.yml @@ -3,7 +3,8 @@ name: Test 30 # Related to https://stackoverflow.com/questions/71593861/how-to-g on: # pull_request: # types: [opened, synchronize] - push: + workflow_dispatch: + # push: jobs: my-job: From b1ae02bf0d450bc1688a9fdb5315b3420fd4b5c6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Mar 2022 06:26:58 +0000 Subject: [PATCH 0475/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 86b7875030..ec2054658e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 23 01:42:56 UTC 2022 +Thu Mar 24 01:35:26 UTC 2022 From 083f882259b5081116b865a95accecbab32c46bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Mar 2022 06:29:43 +0000 Subject: [PATCH 0476/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ec2054658e..11c70005c9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 24 01:35:26 UTC 2022 +Fri Mar 25 01:33:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4f2cc3b813..689aff789b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 23 06:26:36 UTC 2022 +Fri Mar 25 06:27:18 UTC 2022 From 247e3e8f8a05575f688ea51afa8d32c77dd27be6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Mar 2022 06:27:21 +0000 Subject: [PATCH 0477/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 11c70005c9..92fdf8b3a6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 25 01:33:51 UTC 2022 +Mon Mar 28 01:44:53 UTC 2022 From 18a72e36025dd8bb4ac1fa397fe905743edce2ab Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 29 Mar 2022 06:27:23 +0000 Subject: [PATCH 0478/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 92fdf8b3a6..ddd7239fde 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 28 01:44:53 UTC 2022 +Tue Mar 29 01:42:04 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 689aff789b..1245f53ba7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 25 06:27:18 UTC 2022 +Mon Mar 28 06:26:58 UTC 2022 From 84088d1ab56e7017310046d6e57bf73d787a080a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Mar 2022 06:28:29 +0000 Subject: [PATCH 0479/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ddd7239fde..435258e669 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 29 01:42:04 UTC 2022 +Wed Mar 30 01:41:11 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1245f53ba7..c3ef5679ed 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 28 06:26:58 UTC 2022 +Tue Mar 29 06:26:54 UTC 2022 From 7892ad5fe328d57ceb5aefed3d6d5d8f947b0020 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Mar 2022 19:05:59 +0000 Subject: [PATCH 0480/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../github-environment-variables.yml | 142 ++++++++++++++++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 145 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/github-environment-variables.yml diff --git a/backup/.github/workflows/github-environment-variables.yml b/backup/.github/workflows/github-environment-variables.yml new file mode 100644 index 0000000000..065997ff91 --- /dev/null +++ b/backup/.github/workflows/github-environment-variables.yml @@ -0,0 +1,142 @@ +name: Github Environment Variables + +on: [push, pull_request] + +jobs: + linux: + runs-on: ubuntu-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$CI_REPOSITORY" + echo "CI_REF_SLUG=$CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$CI_REF_NAME_SLUG" + echo "CI_REF=$CI_REF" + echo "CI_HEAD_REF_SLUG=$CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$CI_BASE_REF" + echo "CI_SHA_SHORT=$CI_SHA_SHORT" + echo "CI_SHA=$CI_SHA" + echo "CI_PR_TITLE=$CI_PR_TITLE" + echo "CI_PR_DESCRIPTION=$CI_PR_DESCRIPTION" + echo "CI_ACTOR=$CI_ACTOR" + echo "CI_EVENT_NAME=$CI_EVENT_NAME" + echo "CI_RUN_ID=$CI_RUN_ID" + echo "CI_RUN_NUMBER=$CI_RUN_NUMBER" + echo "CI_WORKFLOW=$CI_WORKFLOW" + echo "CI_ACTION=$CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" + echo "GITHUB_SHA=$GITHUB_SHA" + echo "GITHUB_REF=$GITHUB_REF" + echo "GITHUB_HEAD_REF=$GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$GITHUB_ACTION" + + windows: + runs-on: windows-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$Env:CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$Env:CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$Env:CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$Env:CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$Env:CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$Env:CI_REPOSITORY" + echo "CI_REF_SLUG=$Env:CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$Env:CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$Env:CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$Env:CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$Env:CI_REF_NAME_SLUG" + echo "CI_REF=$Env:CI_REF" + echo "CI_HEAD_REF_SLUG=$Env:CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$Env:CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$Env:CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$Env:CI_BASE_REF" + echo "CI_SHA_SHORT=$Env:CI_SHA_SHORT" + echo "CI_SHA=$Env:CI_SHA" + echo "CI_PR_TITLE=$Env:CI_PR_TITLE" + echo "CI_PR_DESCRIPTION=$Env:CI_PR_DESCRIPTION" + echo "CI_ACTOR=$Env:CI_ACTOR" + echo "CI_EVENT_NAME=$Env:CI_EVENT_NAME" + echo "CI_RUN_ID=$Env:CI_RUN_ID" + echo "CI_RUN_NUMBER=$Env:CI_RUN_NUMBER" + echo "CI_WORKFLOW=$Env:CI_WORKFLOW" + echo "CI_ACTION=$Env:CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$Env:GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$Env:GITHUB_REPOSITORY" + echo "GITHUB_SHA=$Env:GITHUB_SHA" + echo "GITHUB_REF=$Env:GITHUB_REF" + echo "GITHUB_HEAD_REF=$Env:GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$Env:GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$Env:GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$Env:GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$Env:GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$Env:GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$Env:GITHUB_ACTION" + + macos: + runs-on: macos-latest + steps: + - uses: FranzDiebold/github-env-vars-action@v2 + - name: Print environment variables exposed by this action + run: | + echo "CI_REPOSITORY_SLUG=$CI_REPOSITORY_SLUG" + echo "CI_REPOSITORY_OWNER=$CI_REPOSITORY_OWNER" + echo "CI_REPOSITORY_OWNER_SLUG=$CI_REPOSITORY_OWNER_SLUG" + echo "CI_REPOSITORY_NAME=$CI_REPOSITORY_NAME" + echo "CI_REPOSITORY_NAME_SLUG=$CI_REPOSITORY_NAME_SLUG" + echo "CI_REPOSITORY=$CI_REPOSITORY" + echo "CI_REF_SLUG=$CI_REF_SLUG" + echo "CI_ACTION_REF_NAME=$CI_ACTION_REF_NAME" + echo "CI_ACTION_REF_NAME_SLUG=$CI_ACTION_REF_NAME_SLUG" + echo "CI_REF_NAME=$CI_REF_NAME" + echo "CI_REF_NAME_SLUG=$CI_REF_NAME_SLUG" + echo "CI_REF=$CI_REF" + echo "CI_HEAD_REF_SLUG=$CI_HEAD_REF_SLUG" + echo "CI_HEAD_REF=$CI_HEAD_REF" + echo "CI_BASE_REF_SLUG=$CI_BASE_REF_SLUG" + echo "CI_BASE_REF=$CI_BASE_REF" + echo "CI_SHA_SHORT=$CI_SHA_SHORT" + echo "CI_SHA=$CI_SHA" + echo "CI_PR_TITLE=$CI_PR_TITLE" + echo "CI_PR_DESCRIPTION=$CI_PR_DESCRIPTION" + echo "CI_ACTOR=$CI_ACTOR" + echo "CI_EVENT_NAME=$CI_EVENT_NAME" + echo "CI_RUN_ID=$CI_RUN_ID" + echo "CI_RUN_NUMBER=$CI_RUN_NUMBER" + echo "CI_WORKFLOW=$CI_WORKFLOW" + echo "CI_ACTION=$CI_ACTION" + - name: Print environment variables exposed by GitHub + run: | + echo "GITHUB_ACTOR=$GITHUB_ACTOR" + echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" + echo "GITHUB_SHA=$GITHUB_SHA" + echo "GITHUB_REF=$GITHUB_REF" + echo "GITHUB_HEAD_REF=$GITHUB_HEAD_REF" + echo "GITHUB_BASE_REF=$GITHUB_BASE_REF" + echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME" + echo "GITHUB_RUN_ID=$GITHUB_RUN_ID" + echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER" + echo "GITHUB_WORKFLOW=$GITHUB_WORKFLOW" + echo "GITHUB_ACTION=$GITHUB_ACTION" \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 5063e92fd4..d50a9dedd7 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:31:27 UTC 2022 +Wed Mar 30 19:05:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 998b3cdabc..d6bda85f67 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Feb 25 20:37:34 UTC 2022 +Wed Mar 30 19:05:33 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c3ef5679ed..28baecc7b0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 29 06:26:54 UTC 2022 +Wed Mar 30 06:27:45 UTC 2022 From 8ad39016054b9b6594c563bfe7890a346454f771 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Mar 2022 19:08:38 +0000 Subject: [PATCH 0481/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index a9b0c5a2d4..bb16836522 100644 --- a/backup/README.md +++ b/backup/README.md @@ -136,6 +136,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Git Auto Commit](https://github.com/marketplace/actions/git-auto-commit): GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. +[![Github Environment Variables](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-environment-variables.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-environment-variables.yml) + +[Github Environment Variables](https://github.com/marketplace/actions/github-environment-variables-action): GitHub Action to expose useful environment variables. + [![Github Script](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/github-script.yml) [Github Script](https://github.com/marketplace/actions/github-script): Github Action to make it easy to quickly write a script in your workflow that uses the GitHub API and the workflow run context. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index d50a9dedd7..4a585ea7c3 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Mar 30 19:05:52 UTC 2022 +Wed Mar 30 19:08:07 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index d6bda85f67..7c5184d73e 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Mar 30 19:05:33 UTC 2022 +Wed Mar 30 19:08:04 UTC 2022 From a892061359091daffb033095642f5aef4af2fcaa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 31 Mar 2022 06:27:13 +0000 Subject: [PATCH 0482/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 435258e669..5c61a4c63f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 30 01:41:11 UTC 2022 +Thu Mar 31 01:40:15 UTC 2022 From 13c2d4261ad97f3e44912cfd2695caae28f2330b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Apr 2022 06:29:26 +0000 Subject: [PATCH 0483/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5c61a4c63f..c369fb28c8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 31 01:40:15 UTC 2022 +Fri Apr 1 01:51:36 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 28baecc7b0..ec83f859db 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 30 06:27:45 UTC 2022 +Fri Apr 1 06:28:17 UTC 2022 From 634af10ba02ab666c37fa583b8ee8d7555ada6e6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Apr 2022 06:27:35 +0000 Subject: [PATCH 0484/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c369fb28c8..2a08c66d09 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 1 01:51:36 UTC 2022 +Mon Apr 4 01:47:06 UTC 2022 From f03ab3de8353ff71a7d67d08f2f5faf76d21621a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Apr 2022 06:27:54 +0000 Subject: [PATCH 0485/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2a08c66d09..d6e0633e2e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 4 01:47:06 UTC 2022 +Tue Apr 5 01:38:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ec83f859db..b62bb3846b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 1 06:28:17 UTC 2022 +Mon Apr 4 06:27:09 UTC 2022 From 3d3ddafd57aeb5a56faee9aa3ad0cdf103fc7038 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Apr 2022 06:26:47 +0000 Subject: [PATCH 0486/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6e0633e2e..355ceea6dc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 5 01:38:16 UTC 2022 +Wed Apr 6 01:40:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b62bb3846b..1d6a20ee41 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 4 06:27:09 UTC 2022 +Tue Apr 5 06:27:08 UTC 2022 From 48c44f2c299ba8006e4729bd33c1d012c8e44a56 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Apr 2022 06:27:19 +0000 Subject: [PATCH 0487/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 355ceea6dc..4043dedb67 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 6 01:40:43 UTC 2022 +Thu Apr 7 01:38:06 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1d6a20ee41..8b0aa3b5e9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 5 06:27:08 UTC 2022 +Wed Apr 6 06:25:58 UTC 2022 From 897d8810aaa1bd4125ae0232ffb74ab4c8dc1b00 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Apr 2022 06:27:25 +0000 Subject: [PATCH 0488/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4043dedb67..3adb7c2bdc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 7 01:38:06 UTC 2022 +Fri Apr 8 01:43:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8b0aa3b5e9..a9ff0f5d97 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 6 06:25:58 UTC 2022 +Thu Apr 7 06:26:38 UTC 2022 From ad83ac4888b493dd399ba2a538b590a194690fc4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Apr 2022 06:28:16 +0000 Subject: [PATCH 0489/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3adb7c2bdc..c06f6d9bf4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 8 01:43:01 UTC 2022 +Mon Apr 11 01:46:15 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a9ff0f5d97..dad3201b05 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 7 06:26:38 UTC 2022 +Fri Apr 8 06:26:58 UTC 2022 From 5466da1bdcb63e4f7e04bbf9ee1b976be567df36 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Apr 2022 06:27:39 +0000 Subject: [PATCH 0490/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c06f6d9bf4..89e23c06a6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 11 01:46:15 UTC 2022 +Tue Apr 12 01:41:41 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dad3201b05..94e0cf00dd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 8 06:26:58 UTC 2022 +Mon Apr 11 06:27:47 UTC 2022 From 2135cb6e55f20dd39b50f74815caffd74c06cbb2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Apr 2022 06:28:14 +0000 Subject: [PATCH 0491/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 89e23c06a6..82d3712613 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 12 01:41:41 UTC 2022 +Wed Apr 13 01:50:37 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 94e0cf00dd..ee7b5ce69d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 11 06:27:47 UTC 2022 +Tue Apr 12 06:27:15 UTC 2022 From 0b98a2c3aa56e0744ae09856501b5b841ce60654 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Apr 2022 06:28:32 +0000 Subject: [PATCH 0492/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 82d3712613..53606d060f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 13 01:50:37 UTC 2022 +Thu Apr 14 01:52:27 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ee7b5ce69d..7c97add06b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 12 06:27:15 UTC 2022 +Wed Apr 13 06:27:44 UTC 2022 From b466c4007fa94fa0bd853174d1a193ebc3312a7d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Apr 2022 06:27:48 +0000 Subject: [PATCH 0493/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 53606d060f..94921d4a47 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 14 01:52:27 UTC 2022 +Fri Apr 15 01:45:53 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7c97add06b..456f64a205 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 13 06:27:44 UTC 2022 +Thu Apr 14 06:27:46 UTC 2022 From e9a2bc8c074a4cfe48bb620579acde67a65e3f7f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Apr 2022 06:28:49 +0000 Subject: [PATCH 0494/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 94921d4a47..19d87cf45e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 15 01:45:53 UTC 2022 +Mon Apr 18 01:58:08 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 456f64a205..27ac99356a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 14 06:27:46 UTC 2022 +Fri Apr 15 06:27:20 UTC 2022 From 8c4f7d0aefb4dc548a4ab5d8f0533e11239c7fba Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Apr 2022 13:06:28 +0000 Subject: [PATCH 0495/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/get-workflow-origin.yml | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/get-workflow-origin.yml b/backup/.github/workflows/get-workflow-origin.yml index 5cb7d29a63..fa53e6ad4f 100644 --- a/backup/.github/workflows/get-workflow-origin.yml +++ b/backup/.github/workflows/get-workflow-origin.yml @@ -19,7 +19,7 @@ jobs: sourceEvent: ${{ steps.workflow-run-info.outputs.sourceEvent }} steps: - name: "Get information about the current run" - uses: potiuk/get-workflow-origin@v1_1 + uses: potiuk/get-workflow-origin@v1_3 id: workflow-run-info with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 27ac99356a..a2046ba73b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 15 06:27:20 UTC 2022 +Mon Apr 18 06:28:22 UTC 2022 From 82a5ef37d75742ef6271cdf9ac69f22ba75812d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Apr 2022 06:28:06 +0000 Subject: [PATCH 0496/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 19d87cf45e..b4482b0017 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 18 01:58:08 UTC 2022 +Tue Apr 19 01:55:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 7c5184d73e..dc021605a4 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Mar 30 19:08:04 UTC 2022 +Mon Apr 18 13:07:08 UTC 2022 From da4eaae740c550b7be5f9ca10ab010766eb882db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Apr 2022 06:30:08 +0000 Subject: [PATCH 0497/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b4482b0017..4b724dbd4e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 19 01:55:52 UTC 2022 +Wed Apr 20 01:59:52 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a2046ba73b..e594f58521 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 18 06:28:22 UTC 2022 +Wed Apr 20 06:28:55 UTC 2022 From 0ec041d777ecb69b1c663cd465ca11e26094ac7f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Apr 2022 06:29:44 +0000 Subject: [PATCH 0498/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4b724dbd4e..1fe61de495 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 20 01:59:52 UTC 2022 +Thu Apr 21 01:51:23 UTC 2022 From b0d65ae6055260ea74aff1dc7c6e07007dffb3a0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Apr 2022 06:28:26 +0000 Subject: [PATCH 0499/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1fe61de495..945bc2300b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 21 01:51:23 UTC 2022 +Fri Apr 22 01:59:13 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e594f58521..26fa3fada0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 20 06:28:55 UTC 2022 +Thu Apr 21 06:29:15 UTC 2022 From fa38cd527091403541fb462b8f640d5a4fbf9171 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:01:44 -0300 Subject: [PATCH 0500/1768] add workflow-tester31.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester31.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/workflow-tester31.yml diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml new file mode 100644 index 0000000000..1fb3bc9750 --- /dev/null +++ b/.github/workflows/workflow-tester31.yml @@ -0,0 +1,13 @@ +name: Test 31 # Related to https://stackoverflow.com/questions/71961921/specify-runner-to-be-used-depending-on-condition-in-a-github-actions-workflow?noredirect=1#comment127177119_71961921 + +on: + workflow-dispatch: + +env: + RUNNER_NAME: ${{ contains(github.ref, 'main') && 'ubuntu-latest' || 'macos-latest' }} + +jobs: + job1: + runs-on: ${{ env.RUNNER_NAME }} + steps: + - run: echo ${{ env.RUNNER_NAME }} \ No newline at end of file From 7473ddae952e9a077680c43eb903f691c04923c8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:03:16 -0300 Subject: [PATCH 0501/1768] Update workflow-tester31.yml --- .github/workflows/workflow-tester31.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml index 1fb3bc9750..cb7f1bf6d8 100644 --- a/.github/workflows/workflow-tester31.yml +++ b/.github/workflows/workflow-tester31.yml @@ -1,7 +1,7 @@ name: Test 31 # Related to https://stackoverflow.com/questions/71961921/specify-runner-to-be-used-depending-on-condition-in-a-github-actions-workflow?noredirect=1#comment127177119_71961921 on: - workflow-dispatch: + workflow_dispatch: env: RUNNER_NAME: ${{ contains(github.ref, 'main') && 'ubuntu-latest' || 'macos-latest' }} @@ -10,4 +10,4 @@ jobs: job1: runs-on: ${{ env.RUNNER_NAME }} steps: - - run: echo ${{ env.RUNNER_NAME }} \ No newline at end of file + - run: echo ${{ env.RUNNER_NAME }} From 3c966aee5b258e387dbc67449bedac429ba346aa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:04:27 -0300 Subject: [PATCH 0502/1768] update workflow-tester31.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester31.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml index cb7f1bf6d8..5024468c21 100644 --- a/.github/workflows/workflow-tester31.yml +++ b/.github/workflows/workflow-tester31.yml @@ -8,6 +8,6 @@ env: jobs: job1: - runs-on: ${{ env.RUNNER_NAME }} + runs-on: [${{ env.RUNNER_NAME }}] steps: - run: echo ${{ env.RUNNER_NAME }} From 20c44851fbe28debdf46af0c5e0c8387b5674720 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:05:23 -0300 Subject: [PATCH 0503/1768] Update workflow-tester31.yml --- .github/workflows/workflow-tester31.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml index 5024468c21..546225fd8d 100644 --- a/.github/workflows/workflow-tester31.yml +++ b/.github/workflows/workflow-tester31.yml @@ -8,6 +8,6 @@ env: jobs: job1: - runs-on: [${{ env.RUNNER_NAME }}] + runs-on: ${{ contains(github.ref, 'main') && 'ubuntu-latest' || 'macos-latest' }} steps: - run: echo ${{ env.RUNNER_NAME }} From 98dd06f263efb1e34d3634bdb815a8ac94bac5e2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:26:19 -0300 Subject: [PATCH 0504/1768] update workflow-tester31.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester31.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml index 546225fd8d..2520fe8d14 100644 --- a/.github/workflows/workflow-tester31.yml +++ b/.github/workflows/workflow-tester31.yml @@ -3,11 +3,23 @@ name: Test 31 # Related to https://stackoverflow.com/questions/71961921/specify- on: workflow_dispatch: -env: - RUNNER_NAME: ${{ contains(github.ref, 'main') && 'ubuntu-latest' || 'macos-latest' }} - jobs: + setup: + runs-on: ubuntu-latest + outputs: + runner: ${{ steps.step1.outputs.runner }} + steps: + - name: Check branch + id: step1 + run: | + if [ ${{ github.ref }} != 'refs/heads/main' ]; then + echo "::set-output name=runner::ubuntu-latest" + else + echo "::set-output name=runner::macos-latest" + fi + job1: - runs-on: ${{ contains(github.ref, 'main') && 'ubuntu-latest' || 'macos-latest' }} + needs: [setup] + runs-on: ${{ needs.setup.outputs.runner }} steps: - - run: echo ${{ env.RUNNER_NAME }} + - run: echo "My runner is ${{ needs.setup.outputs.runner }}" \ No newline at end of file From 1500e07e5721108907df9db15cf32e8cc113bee2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 22 Apr 2022 15:29:52 -0300 Subject: [PATCH 0505/1768] update workflow-tester31.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester31.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester31.yml b/.github/workflows/workflow-tester31.yml index 2520fe8d14..edd9644375 100644 --- a/.github/workflows/workflow-tester31.yml +++ b/.github/workflows/workflow-tester31.yml @@ -12,7 +12,7 @@ jobs: - name: Check branch id: step1 run: | - if [ ${{ github.ref }} != 'refs/heads/main' ]; then + if [ ${{ github.ref }} == 'refs/heads/main' ]; then echo "::set-output name=runner::ubuntu-latest" else echo "::set-output name=runner::macos-latest" From 2852035fb57cd2c0f36fe70890841b3dc94c3dee Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Apr 2022 06:30:04 +0000 Subject: [PATCH 0506/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 945bc2300b..9853e2fc46 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 22 01:59:13 UTC 2022 +Mon Apr 25 01:47:36 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 26fa3fada0..22499162a9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 21 06:29:15 UTC 2022 +Fri Apr 22 06:27:57 UTC 2022 From 38f1a7a67cd91ead99980ebfbbd9597672c45240 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Apr 2022 06:28:01 +0000 Subject: [PATCH 0507/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9853e2fc46..1eeed95206 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 25 01:47:36 UTC 2022 +Tue Apr 26 01:58:09 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 22499162a9..0e5ece0189 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 22 06:27:57 UTC 2022 +Mon Apr 25 06:29:25 UTC 2022 From c1f916061ddd8f901ab916a39e0d840bf7cbeb54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Apr 2022 06:29:09 +0000 Subject: [PATCH 0508/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1eeed95206..a54b01a334 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 26 01:58:09 UTC 2022 +Wed Apr 27 02:00:42 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0e5ece0189..9fe81a7e78 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 25 06:29:25 UTC 2022 +Tue Apr 26 06:27:31 UTC 2022 From 5c5673f4c5c0e1b48eaefb78d9ed2e84b719306d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Apr 2022 06:32:28 +0000 Subject: [PATCH 0509/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a54b01a334..4ce766a1cc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 27 02:00:42 UTC 2022 +Thu Apr 28 02:34:31 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9fe81a7e78..82c2ab214e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 26 06:27:31 UTC 2022 +Wed Apr 27 06:28:45 UTC 2022 From e824c2e4eb78dce5201dd3ab997cbd66253226f3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Apr 2022 06:29:25 +0000 Subject: [PATCH 0510/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ce766a1cc..4c6f9f1d8f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 28 02:34:31 UTC 2022 +Fri Apr 29 02:00:41 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 82c2ab214e..de33cfb9f3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 27 06:28:45 UTC 2022 +Thu Apr 28 06:31:45 UTC 2022 From 550f16039591bdf914e39d3b76c501b1bfffc284 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 30 Apr 2022 10:32:53 -0300 Subject: [PATCH 0511/1768] add workflow tester 32 Signed-off-by: Guillaume --- .github/workflows/workflow-tester32.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/workflow-tester32.yml diff --git a/.github/workflows/workflow-tester32.yml b/.github/workflows/workflow-tester32.yml new file mode 100644 index 0000000000..94e861c767 --- /dev/null +++ b/.github/workflows/workflow-tester32.yml @@ -0,0 +1,10 @@ +name: Test 32 # Related to https://stackoverflow.com/questions/72067650/how-to-install-docker-on-github-actions + +on: + workflow_dispatch: + +jobs: + setup: + runs-on: ubuntu-latest + steps: + - run: docker --version \ No newline at end of file From 58481501d64a25732be8f5c4e453ce8047250aad Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 May 2022 06:29:06 +0000 Subject: [PATCH 0512/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4c6f9f1d8f..f0c9e63405 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 29 02:00:41 UTC 2022 +Mon May 2 02:01:22 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de33cfb9f3..762bd45a3c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 28 06:31:45 UTC 2022 +Fri Apr 29 06:28:24 UTC 2022 From d1713f543b7ce886887bbbf45bb662be70c07661 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 3 May 2022 06:28:37 +0000 Subject: [PATCH 0513/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f0c9e63405..49a4f3b94b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 2 02:01:22 UTC 2022 +Tue May 3 02:01:29 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 762bd45a3c..496b94494e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 29 06:28:24 UTC 2022 +Mon May 2 06:28:40 UTC 2022 From 4a10d423a342d863eb34baa4ddf223c164b415a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 May 2022 06:30:22 +0000 Subject: [PATCH 0514/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 49a4f3b94b..a81fbd6dd1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 3 02:01:29 UTC 2022 +Wed May 4 01:58:05 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 496b94494e..46ae94df9c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 2 06:28:40 UTC 2022 +Tue May 3 06:27:57 UTC 2022 From 7ba3dfe0abf1b011b924b92c49472ff55192cfa3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 5 May 2022 06:29:36 +0000 Subject: [PATCH 0515/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a81fbd6dd1..fa11f22408 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 4 01:58:05 UTC 2022 +Thu May 5 01:51:18 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 46ae94df9c..b0ff100325 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 3 06:27:57 UTC 2022 +Wed May 4 06:29:24 UTC 2022 From c3659d48eb81e00bc300a9bc4a7fec3ed051158c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 May 2022 06:30:40 +0000 Subject: [PATCH 0516/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fa11f22408..342d16df82 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 5 01:51:18 UTC 2022 +Fri May 6 01:43:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b0ff100325..a2e1b2b8d9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 4 06:29:24 UTC 2022 +Thu May 5 06:28:44 UTC 2022 From edd1227b13e96cb918d09c48b70a2ce465b63847 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 May 2022 11:47:09 +0000 Subject: [PATCH 0517/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/super-linter.yml | 4 ++-- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/super-linter.yml b/backup/.github/workflows/super-linter.yml index 28ad9f993c..e6321bc61d 100644 --- a/backup/.github/workflows/super-linter.yml +++ b/backup/.github/workflows/super-linter.yml @@ -12,8 +12,8 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v3 + uses: github/super-linter@v4.9.2 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index dc021605a4..41e60b636d 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Apr 18 13:07:08 UTC 2022 +Fri May 6 11:46:45 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a2e1b2b8d9..404eaff9c3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 5 06:28:44 UTC 2022 +Fri May 6 06:30:13 UTC 2022 From b2de9119c15aa1ba87c3d428cf670394c9774b68 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 May 2022 11:49:16 +0000 Subject: [PATCH 0518/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/horusec.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/backup/.github/workflows/horusec.yml b/backup/.github/workflows/horusec.yml index 7c2c8eb422..4d1d7e5fad 100644 --- a/backup/.github/workflows/horusec.yml +++ b/backup/.github/workflows/horusec.yml @@ -11,8 +11,12 @@ jobs: uses: actions/checkout@v2.3.4 with: # Required when commit authors is enabled fetch-depth: 0 - - name: Run Horusec - id: run_horusec - uses: fike/horusec-action@main - with: - arguments: -p="./" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**" +# - name: Run Horusec +# id: run_horusec +# uses: fike/horusec-action@main +# with: +# arguments: -p="./" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**" + - name: Running Horusec Security + run: | + curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest + horusec start -p="./" -e="true" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**" From d6f0e5da29b0ec263cc36dc44c7a5013a2a4b33e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 May 2022 11:50:54 +0000 Subject: [PATCH 0519/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/commit-and-push.yml | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/commit-and-push.yml b/backup/.github/workflows/commit-and-push.yml index a6eeb6926a..967d437880 100644 --- a/backup/.github/workflows/commit-and-push.yml +++ b/backup/.github/workflows/commit-and-push.yml @@ -20,7 +20,7 @@ jobs: run: date > commit-and-push-workflow.txt - name: Push code - uses: github-actions-x/commit@v2.8 + uses: github-actions-x/commit@v2.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} push-branch: 'main' diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 41e60b636d..1448ac215b 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri May 6 11:46:45 UTC 2022 +Fri May 6 11:49:38 UTC 2022 From e013514520cf7be544e18895c1267d75c10a23bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 May 2022 19:34:43 +0000 Subject: [PATCH 0520/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/get-workflow-origin.yml | 1 + backup/.github/workflows/retry-action.yml | 13 ++++++++++++- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/get-workflow-origin.yml b/backup/.github/workflows/get-workflow-origin.yml index fa53e6ad4f..20826918ac 100644 --- a/backup/.github/workflows/get-workflow-origin.yml +++ b/backup/.github/workflows/get-workflow-origin.yml @@ -23,6 +23,7 @@ jobs: id: workflow-run-info with: token: ${{ secrets.GITHUB_TOKEN }} + sourceRunId: ${{ github.event.workflow_run.id }} test-info: runs-on: ubuntu-latest diff --git a/backup/.github/workflows/retry-action.yml b/backup/.github/workflows/retry-action.yml index f3c42f52e8..4873cc3c5e 100644 --- a/backup/.github/workflows/retry-action.yml +++ b/backup/.github/workflows/retry-action.yml @@ -7,7 +7,7 @@ on: - 'v*.*.*' jobs: - build: + wandalen-retry: runs-on: ubuntu-latest steps: - name : Retry action @@ -18,3 +18,14 @@ jobs: node-version : 16.x attempt_limit : 3 attempt_delay: 1000 + + # nick-fields-retry: + # runs-on: ubuntu-latest + # steps: + # - name : Retry action + # uses: nick-fields/retry@v2 + # with: + # timeout_seconds: 15 + # max_attempts: 3 + # retry_on: error + # command: npm run some-typically-fast-script diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 4a585ea7c3..f725e95133 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Mar 30 19:08:07 UTC 2022 +Fri May 6 11:54:28 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 1448ac215b..fc6dde6898 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri May 6 11:49:38 UTC 2022 +Fri May 6 19:34:14 UTC 2022 From 9edd68aa6524f70991cb18982c009b7085a09921 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 9 May 2022 06:29:42 +0000 Subject: [PATCH 0521/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 342d16df82..171d9ec053 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 6 01:43:59 UTC 2022 +Mon May 9 01:58:04 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index f725e95133..5023be527e 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri May 6 11:54:28 UTC 2022 +Fri May 6 19:34:57 UTC 2022 From f6c3ac8286eee1025fe47c2dad2606e2aea47eb7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 9 May 2022 09:00:45 -0300 Subject: [PATCH 0522/1768] Add new PTBR contents --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d697f6d254..4f67002a1b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ This repository contains various proofs of concept using a Github Actions throug - [Github Actions – variáveis de ambiente e secrets](https://www.zup.com.br/blog/github-actions-variaveis-de-ambiente-e-secrets) - [Como manipular outputs no GitHub Actions](https://www.zup.com.br/blog/manipular-outputs-github-actions) - [Workflows no GitHub Actions: como usar events e triggers](https://www.zup.com.br/blog/workflows-no-github-actions) +- [Como manipular outputs no GitHub Actions](https://www.zup.com.br/blog/manipular-outputs-github-actions) +- [Como usar imagens do Docker com workflows no Github Actions](https://www.zup.com.br/blog/github-actions-docker) +- [Como gerenciar artefatos nos workflows do Github Actions](https://www.zup.com.br/blog/artefatos-github-actions) +- [Como usar condicionais nos workflows do Github Actions ](https://www.zup.com.br/blog/como-usar-condicionais-workflows-github-actions) ## Workflow YAML Basic Structure Explanation @@ -246,4 +250,4 @@ This workflow illustrates how to simply create a tag in a job. [![51 - Concurrency](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml) -This workflow illustrates how to use concurrency to avoid the same workflow to run in parallel for different push to the same branch (for example to limit Github actions runner usage in private repo). \ No newline at end of file +This workflow illustrates how to use concurrency to avoid the same workflow to run in parallel for different push to the same branch (for example to limit Github actions runner usage in private repo). From e65ffb4f6c0bbdf134ae46600c6483ef22bddaf5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 10 May 2022 06:28:45 +0000 Subject: [PATCH 0523/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 171d9ec053..e6ec6d423a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 9 01:58:04 UTC 2022 +Tue May 10 01:34:25 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 404eaff9c3..86f56cf48d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 6 06:30:13 UTC 2022 +Mon May 9 06:28:53 UTC 2022 From b87be9556421a182077995d931eb66bbbec19070 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 11 May 2022 06:32:38 +0000 Subject: [PATCH 0524/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e6ec6d423a..b5fa4e0887 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 10 01:34:25 UTC 2022 +Wed May 11 01:58:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 86f56cf48d..4e115cdc55 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 9 06:28:53 UTC 2022 +Tue May 10 06:28:16 UTC 2022 From c22760981783ba14db7b7ecd2d82074509bd252d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:44:57 -0300 Subject: [PATCH 0525/1768] refactor: add 52-test-print-secret.yml workflow Signed-off-by: Guillaume Falourd --- .github/workflows/52-test-print-secret.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/52-test-print-secret.yml diff --git a/.github/workflows/52-test-print-secret.yml b/.github/workflows/52-test-print-secret.yml new file mode 100644 index 0000000000..8badd817c3 --- /dev/null +++ b/.github/workflows/52-test-print-secret.yml @@ -0,0 +1,17 @@ +name: 52 - Print Secret + +on: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + print-secret: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@master + - name: Print TEST secret + run: echo ${{ secrets.TEST }} | sed 's/./& /g' \ No newline at end of file From 3d1b56efe51a622488f9c23926376dd4c2e0b72e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:48:02 -0300 Subject: [PATCH 0526/1768] refactor: update 52-test-print-secret.yml workflow Signed-off-by: Guillaume Falourd --- .github/workflows/52-test-print-secret.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/52-test-print-secret.yml b/.github/workflows/52-test-print-secret.yml index 8badd817c3..71ac7ad5c1 100644 --- a/.github/workflows/52-test-print-secret.yml +++ b/.github/workflows/52-test-print-secret.yml @@ -13,5 +13,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - - name: Print TEST secret - run: echo ${{ secrets.TEST }} | sed 's/./& /g' \ No newline at end of file + - name: Print SOME_SECRET secret value + run: echo "Secret:" ${{ secrets.SOME_SECRET }} | sed 's/./& /g' \ No newline at end of file From 2e1885392e34b4f6ebff23b38e2ec6630bf16730 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:52:27 -0300 Subject: [PATCH 0527/1768] refactor: update workflow file Signed-off-by: Guillaume Falourd --- .../workflows/{52-test-print-secret.yml => 52-print-secret.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{52-test-print-secret.yml => 52-print-secret.yml} (81%) diff --git a/.github/workflows/52-test-print-secret.yml b/.github/workflows/52-print-secret.yml similarity index 81% rename from .github/workflows/52-test-print-secret.yml rename to .github/workflows/52-print-secret.yml index 71ac7ad5c1..be35612209 100644 --- a/.github/workflows/52-test-print-secret.yml +++ b/.github/workflows/52-print-secret.yml @@ -14,4 +14,4 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Print SOME_SECRET secret value - run: echo "Secret:" ${{ secrets.SOME_SECRET }} | sed 's/./& /g' \ No newline at end of file + run: echo "Value:" ${{ secrets.SOME_SECRET }} | sed 's/./& /g' \ No newline at end of file From b43ee50854fe2cb95ace9abb1d2306e57b8ad964 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:53:03 -0300 Subject: [PATCH 0528/1768] refactor: update workflow file Signed-off-by: Guillaume Falourd --- .github/workflows/52-print-secret.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/52-print-secret.yml b/.github/workflows/52-print-secret.yml index be35612209..d927c884ad 100644 --- a/.github/workflows/52-print-secret.yml +++ b/.github/workflows/52-print-secret.yml @@ -14,4 +14,4 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Print SOME_SECRET secret value - run: echo "Value:" ${{ secrets.SOME_SECRET }} | sed 's/./& /g' \ No newline at end of file + run: echo "Value:" ${{ secrets.SOME_SECRET }} | sed 's/./&/g' \ No newline at end of file From 895829189416efed1f80f330d6a45919a3984d82 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:53:10 -0300 Subject: [PATCH 0529/1768] refactor: update workflow file Signed-off-by: Guillaume Falourd --- .github/workflows/52-print-secret.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/52-print-secret.yml b/.github/workflows/52-print-secret.yml index d927c884ad..66562416dc 100644 --- a/.github/workflows/52-print-secret.yml +++ b/.github/workflows/52-print-secret.yml @@ -14,4 +14,4 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Print SOME_SECRET secret value - run: echo "Value:" ${{ secrets.SOME_SECRET }} | sed 's/./&/g' \ No newline at end of file + run: echo "Secret value:" ${{ secrets.SOME_SECRET }} | sed 's/./&/g' \ No newline at end of file From a94b64db8c6da515ccaeb3408df20348a68d150e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 09:56:49 -0300 Subject: [PATCH 0530/1768] refactor: update workflow file Signed-off-by: Guillaume Falourd --- .github/workflows/52-print-secret.yml | 2 +- .github/workflows/workflow-tester22.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/52-print-secret.yml b/.github/workflows/52-print-secret.yml index 66562416dc..f5ff8a8450 100644 --- a/.github/workflows/52-print-secret.yml +++ b/.github/workflows/52-print-secret.yml @@ -14,4 +14,4 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Print SOME_SECRET secret value - run: echo "Secret value:" ${{ secrets.SOME_SECRET }} | sed 's/./&/g' \ No newline at end of file + run: echo "Secret value:" ${{ secrets.SOME_SECRET }} | sed 's/./& /g' \ No newline at end of file diff --git a/.github/workflows/workflow-tester22.yml b/.github/workflows/workflow-tester22.yml index 4dee03ff06..28fe3dd83e 100644 --- a/.github/workflows/workflow-tester22.yml +++ b/.github/workflows/workflow-tester22.yml @@ -1,4 +1,4 @@ -name: Test workflow dispatch input check # Related to https://stackoverflow.com/questions/71045674/how-to-check-if-an-optional-workflow-dispatch-input-is-set-or-not +name: Test 22 # Related to https://stackoverflow.com/questions/71045674/how-to-check-if-an-optional-workflow-dispatch-input-is-set-or-not on: workflow_dispatch: From f2de30980d1988f2475889a232dc4cf00616cf7a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 11 May 2022 10:05:35 -0300 Subject: [PATCH 0531/1768] refactor: update README file Signed-off-by: Guillaume Falourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f67002a1b..a28ae176a4 100644 --- a/README.md +++ b/README.md @@ -251,3 +251,7 @@ This workflow illustrates how to simply create a tag in a job. [![51 - Concurrency](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/51-concurrency.yml) This workflow illustrates how to use concurrency to avoid the same workflow to run in parallel for different push to the same branch (for example to limit Github actions runner usage in private repo). + +[![52 - Print Secret](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/52-print-secret.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/52-print-secret.yml) + +This workflow illustrates how to print secrets values on a workflow run. To harden the security of your github actions, have a look at [this guide](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) on the Github Official Documentation. \ No newline at end of file From 0f29b99110419eb55df99b2d1c314a018369c0a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 12 May 2022 06:32:10 +0000 Subject: [PATCH 0532/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b5fa4e0887..061e1f8faf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 11 01:58:43 UTC 2022 +Thu May 12 01:58:21 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4e115cdc55..e2682315c0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 10 06:28:16 UTC 2022 +Wed May 11 06:31:53 UTC 2022 From 4e2c37a13c3560d28604c527eb7d44ebb3b39ac1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 13 May 2022 06:32:04 +0000 Subject: [PATCH 0533/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 061e1f8faf..a0ea2daa45 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 12 01:58:21 UTC 2022 +Fri May 13 02:03:58 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e2682315c0..d1158ac327 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 11 06:31:53 UTC 2022 +Thu May 12 06:30:58 UTC 2022 From d0c7eb6a7d98b1d1049c016b072113e09b71e618 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 16 May 2022 06:33:39 +0000 Subject: [PATCH 0534/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a0ea2daa45..e7bd860205 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 13 02:03:58 UTC 2022 +Mon May 16 01:47:27 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d1158ac327..3f9a781ea9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 12 06:30:58 UTC 2022 +Fri May 13 06:31:40 UTC 2022 From a8d4fd9422017ca4011b25cfaeff307bf28fde24 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 17 May 2022 06:29:29 +0000 Subject: [PATCH 0535/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e7bd860205..e1616496c7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 16 01:47:27 UTC 2022 +Tue May 17 01:52:24 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3f9a781ea9..35ed5c2e51 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 13 06:31:40 UTC 2022 +Mon May 16 06:32:49 UTC 2022 From 151997629ad6d9a1a1939739fc1cb7c5b292cf23 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 18 May 2022 06:30:04 +0000 Subject: [PATCH 0536/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e1616496c7..f6d6c7b067 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 17 01:52:24 UTC 2022 +Wed May 18 01:48:55 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 35ed5c2e51..6cf8cc4d07 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 16 06:32:49 UTC 2022 +Tue May 17 06:29:00 UTC 2022 From 22b7839aebe09c197236a639d58ba74a689e8af0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 19 May 2022 06:31:15 +0000 Subject: [PATCH 0537/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f6d6c7b067..d00792969f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 18 01:48:55 UTC 2022 +Thu May 19 02:02:22 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6cf8cc4d07..a12e90a002 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 17 06:29:00 UTC 2022 +Wed May 18 06:29:16 UTC 2022 From 82f40f17cfe40e4338c993d474eeb68e99777097 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 20 May 2022 06:29:56 +0000 Subject: [PATCH 0538/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d00792969f..1f81aba35d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 19 02:02:22 UTC 2022 +Fri May 20 01:52:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a12e90a002..c7ee767534 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 18 06:29:16 UTC 2022 +Thu May 19 06:30:18 UTC 2022 From 0d4749fb5a67cf9ab8db5c62e16192280bcba70f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 23 May 2022 06:32:05 +0000 Subject: [PATCH 0539/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1f81aba35d..4e18c581ce 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 20 01:52:40 UTC 2022 +Mon May 23 01:52:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c7ee767534..07470e86a0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 19 06:30:18 UTC 2022 +Fri May 20 06:28:52 UTC 2022 From 080f33e7bb5b60328de1c9875abdeb4b48a2a28b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 23 May 2022 09:11:40 -0300 Subject: [PATCH 0540/1768] add workflow-tester33 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester33.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester33.yml diff --git a/.github/workflows/workflow-tester33.yml b/.github/workflows/workflow-tester33.yml new file mode 100644 index 0000000000..914aee1610 --- /dev/null +++ b/.github/workflows/workflow-tester33.yml @@ -0,0 +1,19 @@ +name: Test 33 # Related to https://stackoverflow.com/questions/72333992/why-a-static-array-doesnt-work-with-github-contains-workflow-expression + +on: + workflow_dispatch: + +jobs: + setup: + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + foo: [ '1', '2', '3', '4', '5', '6', '7', '8' ] + steps: + - name: OK + if: contains(fromJson('["6", "7", "8"]'), matrix.foo) + run: echo OK + - name: NOK + if: ${{ ! contains(fromJson('["6", "7", "8"]'), matrix.foo) }} + run: echo NOK \ No newline at end of file From 57861e4accc3f6667e953d9d0b7f3e1e601d5bb7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 24 May 2022 06:29:14 +0000 Subject: [PATCH 0541/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4e18c581ce..5ccfbd49bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 23 01:52:16 UTC 2022 +Tue May 24 01:57:22 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 07470e86a0..28daa59699 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 20 06:28:52 UTC 2022 +Mon May 23 06:31:39 UTC 2022 From 71c850f9bcb9c675f045d39ef05260e45ce51c71 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:18:03 -0300 Subject: [PATCH 0542/1768] add workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/workflow-tester34.yml diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml new file mode 100644 index 0000000000..71da589f65 --- /dev/null +++ b/.github/workflows/workflow-tester34.yml @@ -0,0 +1,17 @@ +name: Test 34 # Related to https://stackoverflow.com/questions/72360263/how-to-checkout-a-repository-outside-of-the-workspace-in-github-actions?noredirect=1#comment127834668_72360263 + +on: + workflow_dispatch: + +jobs: + setup: + runs-on: ubuntu-latest + steps: + - uses: GuillaumeFalourd/clone-github-repo-action@v3 + with: + owner: GuillaumeFalourd + repository: formulas-4-tests + path-to-clone: ./backup + - run: | + cd ./backup + ls -lha \ No newline at end of file From b342b37c656d061a23652dc82d00cfb577f2afb1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:19:18 -0300 Subject: [PATCH 0543/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 71da589f65..793b8f3d9d 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -11,7 +11,7 @@ jobs: with: owner: GuillaumeFalourd repository: formulas-4-tests - path-to-clone: ./backup + path-to-clone: ${{ github.workspace }}/backup - run: | cd ./backup ls -lha \ No newline at end of file From 9da9774b1a7fa5e119f00bf8fa25c459fc4ce376 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:20:47 -0300 Subject: [PATCH 0544/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 793b8f3d9d..15de9dcc3b 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -7,6 +7,9 @@ jobs: setup: runs-on: ubuntu-latest steps: + - run: | + cd ${{ github.workspace }} + ls -lha - uses: GuillaumeFalourd/clone-github-repo-action@v3 with: owner: GuillaumeFalourd From a605b31a66c147b24e3f20f6c0823554ac1b5de3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:25:36 -0300 Subject: [PATCH 0545/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 15de9dcc3b..1487f21593 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -7,14 +7,11 @@ jobs: setup: runs-on: ubuntu-latest steps: - - run: | - cd ${{ github.workspace }} - ls -lha - uses: GuillaumeFalourd/clone-github-repo-action@v3 with: owner: GuillaumeFalourd repository: formulas-4-tests - path-to-clone: ${{ github.workspace }}/backup + path-to-clone: ${{ github.workspace }}/backup/formulas-4-tests - run: | - cd ./backup + cd ./backup/formulas-4-tests ls -lha \ No newline at end of file From 17d5449b8edffd500855d3fab30491f843201e8d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:27:08 -0300 Subject: [PATCH 0546/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 1487f21593..3a9816183c 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -7,11 +7,12 @@ jobs: setup: runs-on: ubuntu-latest steps: + - run: mkdir ./test - uses: GuillaumeFalourd/clone-github-repo-action@v3 with: owner: GuillaumeFalourd repository: formulas-4-tests - path-to-clone: ${{ github.workspace }}/backup/formulas-4-tests + path-to-clone: ./test - run: | - cd ./backup/formulas-4-tests + cd ./test ls -lha \ No newline at end of file From 065bc8f81bce5e44a3108fbdbd1f3901754fb1c0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:28:31 -0300 Subject: [PATCH 0547/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 3a9816183c..75535ea787 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -7,12 +7,13 @@ jobs: setup: runs-on: ubuntu-latest steps: - - run: mkdir ./test + - run: mkdir ${{ github.workspace }}/test - uses: GuillaumeFalourd/clone-github-repo-action@v3 with: owner: GuillaumeFalourd repository: formulas-4-tests - path-to-clone: ./test + path-to-clone: ${{ github.workspace }}/test - run: | - cd ./test - ls -lha \ No newline at end of file + cd ${{ github.workspace }}/test + ls -lha + if: always() \ No newline at end of file From 84befcc1b2703c97ef09e52d62a716bd0edc6316 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:30:42 -0300 Subject: [PATCH 0548/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index 75535ea787..af3943f5ee 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -7,7 +7,6 @@ jobs: setup: runs-on: ubuntu-latest steps: - - run: mkdir ${{ github.workspace }}/test - uses: GuillaumeFalourd/clone-github-repo-action@v3 with: owner: GuillaumeFalourd From 4ce9f16fbcad7aea0bb02b0f69509a6d3163b7b8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 24 May 2022 08:37:02 -0300 Subject: [PATCH 0549/1768] update workflow-tester34 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester34.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester34.yml b/.github/workflows/workflow-tester34.yml index af3943f5ee..3a874d2381 100644 --- a/.github/workflows/workflow-tester34.yml +++ b/.github/workflows/workflow-tester34.yml @@ -15,4 +15,3 @@ jobs: - run: | cd ${{ github.workspace }}/test ls -lha - if: always() \ No newline at end of file From c67159ad6789097634468c0df164a506f9e7b8fa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 25 May 2022 06:30:27 +0000 Subject: [PATCH 0550/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5ccfbd49bc..53f6ad260f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 24 01:57:22 UTC 2022 +Wed May 25 01:56:03 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 28daa59699..09cd0303f4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 23 06:31:39 UTC 2022 +Tue May 24 06:28:47 UTC 2022 From 6b2ac329099e4f1599a69fa25c70c240ea2aca1f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 26 May 2022 06:29:41 +0000 Subject: [PATCH 0551/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 53f6ad260f..d45016b951 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 25 01:56:03 UTC 2022 +Thu May 26 02:00:29 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 09cd0303f4..e60761352e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 24 06:28:47 UTC 2022 +Wed May 25 06:29:19 UTC 2022 From b4bceb18d744378776dd2cab41b29edfc6418300 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 26 May 2022 08:53:44 -0300 Subject: [PATCH 0552/1768] add workflow-tester35 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester35.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/workflow-tester35.yml diff --git a/.github/workflows/workflow-tester35.yml b/.github/workflows/workflow-tester35.yml new file mode 100644 index 0000000000..9066a1a4b8 --- /dev/null +++ b/.github/workflows/workflow-tester35.yml @@ -0,0 +1,28 @@ +name: Test 35 # Related to https://stackoverflow.com/questions/72379994/github-actions-check-empty-dispatch-input + + +on: + workflow_dispatch: + inputs: + input1: + description: first input + required: false + type: string + input2: + description: second input + required: false + type: string + +jobs: + jobA: + runs-on: ubuntu-latest + if: github.event_name == 'workflow_dispatch' && github.event.inputs.input1 != '' + steps: + - run: echo "Input 1 not empty" + +jobs: + jobB: + runs-on: ubuntu-latest + if: github.event_name != 'workflow_dispatch' || github.event.inputs.input1 == '' + steps: + - run: echo "Input 1 is empty" \ No newline at end of file From 718c5d99cd72096018d0312f839a44070a629cf1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 26 May 2022 08:54:36 -0300 Subject: [PATCH 0553/1768] update workflow-tester35 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester35.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester35.yml b/.github/workflows/workflow-tester35.yml index 9066a1a4b8..7cfef0c702 100644 --- a/.github/workflows/workflow-tester35.yml +++ b/.github/workflows/workflow-tester35.yml @@ -20,7 +20,6 @@ jobs: steps: - run: echo "Input 1 not empty" -jobs: jobB: runs-on: ubuntu-latest if: github.event_name != 'workflow_dispatch' || github.event.inputs.input1 == '' From f5c99f8ddf8c9fbc15f720be0ca6381cef643df7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 27 May 2022 06:30:10 +0000 Subject: [PATCH 0554/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d45016b951..519bf682f3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 26 02:00:29 UTC 2022 +Fri May 27 01:56:06 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e60761352e..7ebc8e1605 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 25 06:29:19 UTC 2022 +Thu May 26 06:28:58 UTC 2022 From be349954cd95d88d462b35a330207209e258c1a9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 30 May 2022 06:33:48 +0000 Subject: [PATCH 0555/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 519bf682f3..2c1748da9a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 27 01:56:06 UTC 2022 +Mon May 30 02:00:42 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7ebc8e1605..8d91fa9a68 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 26 06:28:58 UTC 2022 +Fri May 27 06:29:42 UTC 2022 From 42a2ec02b966fc4a1ff5d932634cb9b1863dd1e9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 May 2022 06:29:08 +0000 Subject: [PATCH 0556/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2c1748da9a..edee11c7f2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 30 02:00:42 UTC 2022 +Tue May 31 01:59:58 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8d91fa9a68..ffaee5aca1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 27 06:29:42 UTC 2022 +Mon May 30 06:33:22 UTC 2022 From 95dd0bd248a82cbba59b0e5b158771bb71d275fa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 Jun 2022 06:33:11 +0000 Subject: [PATCH 0557/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index edee11c7f2..e38bfe9c3b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 31 01:59:58 UTC 2022 +Wed Jun 1 02:16:15 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ffaee5aca1..bda828db64 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 30 06:33:22 UTC 2022 +Tue May 31 06:28:40 UTC 2022 From b9c287d9def1dcaa87831888c40de8ba2355ff46 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 Jun 2022 06:32:29 +0000 Subject: [PATCH 0558/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e38bfe9c3b..bf6a2430c3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 1 02:16:15 UTC 2022 +Thu Jun 2 02:00:26 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bda828db64..e0cdef9c53 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 31 06:28:40 UTC 2022 +Thu Jun 2 06:31:10 UTC 2022 From b48b1a14bcc7784ccfb85d920ce421d7f9f1c652 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 Jun 2022 06:27:24 +0000 Subject: [PATCH 0559/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bf6a2430c3..25d95320ff 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 2 02:00:26 UTC 2022 +Fri Jun 3 01:46:28 UTC 2022 From 45d238d1d79cfd94c56e63e64c917961a8eb73cc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Jun 2022 06:28:46 +0000 Subject: [PATCH 0560/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 25d95320ff..8238ad7125 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 3 01:46:28 UTC 2022 +Mon Jun 6 01:57:29 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e0cdef9c53..f13fd427a5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 2 06:31:10 UTC 2022 +Fri Jun 3 06:26:57 UTC 2022 From 603a6010fa97892e111b26c712c1082c49d9638c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Jun 2022 06:27:55 +0000 Subject: [PATCH 0561/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8238ad7125..b626b4940c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 6 01:57:29 UTC 2022 +Tue Jun 7 01:51:23 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f13fd427a5..8652320549 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 3 06:26:57 UTC 2022 +Mon Jun 6 06:27:58 UTC 2022 From 7f2fd0e1d5ead9f5e68685b7709c2a31120fccdb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:48:35 -0300 Subject: [PATCH 0562/1768] add workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/workflow-tester36.yml diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml new file mode 100644 index 0000000000..8f3c0b6c7a --- /dev/null +++ b/.github/workflows/workflow-tester36.yml @@ -0,0 +1,20 @@ +name: Test 36 # Related to https://stackoverflow.com/questions/72532083/how-to-access-this-json-object-field-in-github-actions + +on: + workflow_dispatch: + push: + +jobs: + job1: + runs-on: ubuntu-latest + if: github.event_name == 'workflow_dispatch' && github.event.inputs.input1 != '' + steps: + - name: Access GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: | + echo "$GITHUB_CONTEXT" + echo "Event:" ${{ github.event }} + echo "Commits:" ${{ github.event.commits }} + echo "Author:" ${{ github.event.commits.author }} + echo "Committer:" ${{ github.event.commits.committer }} From 42aaa389d4c68f43c22e0e4e9c501232476e3d24 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:49:12 -0300 Subject: [PATCH 0563/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 8f3c0b6c7a..6641f08b84 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -7,7 +7,6 @@ on: jobs: job1: runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' && github.event.inputs.input1 != '' steps: - name: Access GitHub context env: From 623101d2cd8e2efcbccf4d0dfaa25646abe791c9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:51:45 -0300 Subject: [PATCH 0564/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 6641f08b84..3f7ac593cf 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -12,8 +12,9 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: | + echo ${{ github.event.commits[0].message }} echo "$GITHUB_CONTEXT" echo "Event:" ${{ github.event }} - echo "Commits:" ${{ github.event.commits }} - echo "Author:" ${{ github.event.commits.author }} - echo "Committer:" ${{ github.event.commits.committer }} + echo "Commits:" ${{ github.event.push.commits[0] }} + echo "Author:" ${{ github.event.push.commits.author }} + echo "Committer:" ${{ github.event.push.commits.committer }} From 319d3974f49cfba5992292270c126a571d4e45ca Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:54:39 -0300 Subject: [PATCH 0565/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 3f7ac593cf..334b891cfd 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -11,10 +11,9 @@ jobs: - name: Access GitHub context env: GITHUB_CONTEXT: ${{ toJSON(github) }} - run: | - echo ${{ github.event.commits[0].message }} - echo "$GITHUB_CONTEXT" - echo "Event:" ${{ github.event }} - echo "Commits:" ${{ github.event.push.commits[0] }} - echo "Author:" ${{ github.event.push.commits.author }} - echo "Committer:" ${{ github.event.push.commits.committer }} + run: echo "$GITHUB_CONTEXT" + - name: Other variables + echo "Commits:" ${{ github.event.commits[0] }} + echo "Message:" ${{ github.event.commits[0].message }} + echo "Author:" ${{ github.event.commits[0].author }} + echo "Committer:" ${{ github.event.commits[0].committer }} From c0d2c49bbaa3671e7d4cd968f9cdc6e52f9c0787 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:55:02 -0300 Subject: [PATCH 0566/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 334b891cfd..b8319cabee 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -13,6 +13,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - name: Other variables + run: | echo "Commits:" ${{ github.event.commits[0] }} echo "Message:" ${{ github.event.commits[0].message }} echo "Author:" ${{ github.event.commits[0].author }} From 14d61ec26347d655af3b0db24f948d180b432d55 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 13:56:29 -0300 Subject: [PATCH 0567/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index b8319cabee..981f20dcbe 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -15,6 +15,6 @@ jobs: - name: Other variables run: | echo "Commits:" ${{ github.event.commits[0] }} - echo "Message:" ${{ github.event.commits[0].message }} - echo "Author:" ${{ github.event.commits[0].author }} - echo "Committer:" ${{ github.event.commits[0].committer }} + echo "Message:" ${{ toJSON(github.event.commits[0].message) }} + echo "Author:" ${{ toJSON(github.event.commits[0].author) }} + echo "Committer:" ${{ toJSON(github.event.commits[0].committer) }} From 9b7251d4fd69da703a51c09918627c90dd68a742 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:00:04 -0300 Subject: [PATCH 0568/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 981f20dcbe..56659735a1 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -15,6 +15,14 @@ jobs: - name: Other variables run: | echo "Commits:" ${{ github.event.commits[0] }} - echo "Message:" ${{ toJSON(github.event.commits[0].message) }} - echo "Author:" ${{ toJSON(github.event.commits[0].author) }} - echo "Committer:" ${{ toJSON(github.event.commits[0].committer) }} + echo "Message:" $MESSAGE + echo "Author Email:" $(jq '.email' $AUTHOR) + echo "Author Name:" $(jq '.name' $AUTHOR) + echo "Author Username:" $(jq '.username' $AUTHOR) + echo "Committer Email:" $(jq '.email' $COMMITTER) + echo "Committer Name:" $(jq '.name' $COMMITTER) + echo "Committer Username:" $(jq '.username' $COMMITTER) + env: + MESSAGE: ${{ toJSON(github.event.commits[0].message) }} + AUTHOR: ${{ toJSON(github.event.commits[0].author) }} + COMMITTER: ${{ toJSON(github.event.commits[0].committer) }} From 7c94ade3863a2affc740871753ab8600da1b8403 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:16:55 -0300 Subject: [PATCH 0569/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 56659735a1..ebe68b738e 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -16,12 +16,12 @@ jobs: run: | echo "Commits:" ${{ github.event.commits[0] }} echo "Message:" $MESSAGE - echo "Author Email:" $(jq '.email' $AUTHOR) - echo "Author Name:" $(jq '.name' $AUTHOR) - echo "Author Username:" $(jq '.username' $AUTHOR) - echo "Committer Email:" $(jq '.email' $COMMITTER) - echo "Committer Name:" $(jq '.name' $COMMITTER) - echo "Committer Username:" $(jq '.username' $COMMITTER) + echo "Author Email:" $(echo $AUTHOR | jq -r '.email') + echo "Author Name:" $(echo $AUTHOR | jq -r '.name') + echo "Author Username:" $(echo $AUTHOR | jq -r '.username') + echo "Committer Email:" $(echo $COMMITTER | jq -r '.email') + echo "Committer Name:" $(echo $COMMITTER | jq -r '.name') + echo "Committer Username:" $(echo $COMMITTER | jq -r '.username') env: MESSAGE: ${{ toJSON(github.event.commits[0].message) }} AUTHOR: ${{ toJSON(github.event.commits[0].author) }} From 10c4e82c968138c7b2430b3aa944f0ef07c8b3a8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:20:09 -0300 Subject: [PATCH 0570/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index ebe68b738e..b7198c7abd 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -12,7 +12,19 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - name: Other variables + + - name: Other variables directly + run: | + echo "Commits:" ${{ github.event.commits[0] }} + echo "Message:" ${{ toJSON(github.event.commits[0].message) }} + echo "Author Email:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.email') + echo "Author Name:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.name') + echo "Author Username:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.username') + echo "Committer Email:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.email') + echo "Committer Name:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.name') + echo "Committer Username:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.username') + + - name: Other variables with ENV run: | echo "Commits:" ${{ github.event.commits[0] }} echo "Message:" $MESSAGE From b809704efac3bb9e77653acaf0ecd253ac570f52 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:21:44 -0300 Subject: [PATCH 0571/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index b7198c7abd..5e8cfea8e9 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -13,17 +13,6 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - name: Other variables directly - run: | - echo "Commits:" ${{ github.event.commits[0] }} - echo "Message:" ${{ toJSON(github.event.commits[0].message) }} - echo "Author Email:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.email') - echo "Author Name:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.name') - echo "Author Username:" $(echo ${{ toJSON(github.event.commits[0].author) }} | jq -r '.username') - echo "Committer Email:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.email') - echo "Committer Name:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.name') - echo "Committer Username:" $(echo ${{ toJSON(github.event.commits[0].committer) }} | jq -r '.username') - - name: Other variables with ENV run: | echo "Commits:" ${{ github.event.commits[0] }} From 11e3769bf06d6e597e36dcd9abc63b8a6e3ad94f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:23:17 -0300 Subject: [PATCH 0572/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 5e8cfea8e9..54ba165ad1 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -15,7 +15,7 @@ jobs: - name: Other variables with ENV run: | - echo "Commits:" ${{ github.event.commits[0] }} + echo "Commits:" ${{ toJSON(github.event.commits[0]) }} echo "Message:" $MESSAGE echo "Author Email:" $(echo $AUTHOR | jq -r '.email') echo "Author Name:" $(echo $AUTHOR | jq -r '.name') From bf29e891207cb44fe07155a300e8f1181098af72 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:23:56 -0300 Subject: [PATCH 0573/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 54ba165ad1..feae3edd52 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -15,7 +15,7 @@ jobs: - name: Other variables with ENV run: | - echo "Commits:" ${{ toJSON(github.event.commits[0]) }} + echo "Commits:" $(echo ${{ toJSON(github.event.commits[0]) }}) echo "Message:" $MESSAGE echo "Author Email:" $(echo $AUTHOR | jq -r '.email') echo "Author Name:" $(echo $AUTHOR | jq -r '.name') From d8066fe6b1262c19f79073e696dc17a76d1ed0c6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Jun 2022 14:24:54 -0300 Subject: [PATCH 0574/1768] update workflow-tester-36 file Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index feae3edd52..6e511bc1a0 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -15,7 +15,7 @@ jobs: - name: Other variables with ENV run: | - echo "Commits:" $(echo ${{ toJSON(github.event.commits[0]) }}) + echo "Commits:" $COMMITS echo "Message:" $MESSAGE echo "Author Email:" $(echo $AUTHOR | jq -r '.email') echo "Author Name:" $(echo $AUTHOR | jq -r '.name') @@ -24,6 +24,7 @@ jobs: echo "Committer Name:" $(echo $COMMITTER | jq -r '.name') echo "Committer Username:" $(echo $COMMITTER | jq -r '.username') env: + COMMITS: ${{ toJSON(github.event.commits[0]) }} MESSAGE: ${{ toJSON(github.event.commits[0].message) }} AUTHOR: ${{ toJSON(github.event.commits[0].author) }} COMMITTER: ${{ toJSON(github.event.commits[0].committer) }} From ca736fcf9d5e60ddab7d3e5ca2eb91737c0b9b86 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 06:27:37 +0000 Subject: [PATCH 0575/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b626b4940c..ad91e81de6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 7 01:51:23 UTC 2022 +Wed Jun 8 01:51:30 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8652320549..b56279b61b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 6 06:27:58 UTC 2022 +Tue Jun 7 06:26:53 UTC 2022 From 286392f77e653db3101397523518129cdb6842b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:15:34 -0300 Subject: [PATCH 0576/1768] update local action test Signed-off-by: GuillaumeFalourd --- .github/actions/local-action/action.yaml | 8 +++++++- .github/workflows/33-reusable-workflow.yml | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/actions/local-action/action.yaml b/.github/actions/local-action/action.yaml index 82fbc68ec2..1353c7d293 100644 --- a/.github/actions/local-action/action.yaml +++ b/.github/actions/local-action/action.yaml @@ -2,7 +2,7 @@ name: 'Local Action' description: 'Runs a composite step action' inputs: name: - required: true + required: false description: "Name" outputs: @@ -16,10 +16,16 @@ runs: - name: Check out code uses: actions/checkout@v2 - name: Step operations + if: ${{ inputs.name }} != '' id: step1 run: | echo Hello ${{ inputs.name }} echo List directory files ls echo "::set-output name=random::$(echo $RANDOM)" + shell: bash + - name: Step operations + if: ${{ inputs.name }} == '' + run: | + echo "Input Name is empty!" shell: bash \ No newline at end of file diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 582537be8b..12571d1935 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -29,10 +29,15 @@ jobs: run: echo ${{ github.event.inputs.username }} - uses: actions/checkout@v2.3.4 # Necessary to access local action - - name: Local Action Call + + - name: Local Action Call With Input id: local-action uses: ./.github/actions/local-action with: name: "World" - name: Local Action Output run: echo "${{ steps.local-action.outputs.random }}" + + - name: Local Action Call Empty input + id: local-action + uses: ./.github/actions/local-action From 8613d2a213ed32d2d510219c12942505304fca64 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:16:50 -0300 Subject: [PATCH 0577/1768] update local action test Signed-off-by: GuillaumeFalourd --- .github/workflows/33-reusable-workflow.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index 12571d1935..c5e249c6e6 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -30,14 +30,10 @@ jobs: - uses: actions/checkout@v2.3.4 # Necessary to access local action - - name: Local Action Call With Input - id: local-action - uses: ./.github/actions/local-action - with: - name: "World" - - name: Local Action Output - run: echo "${{ steps.local-action.outputs.random }}" - - - name: Local Action Call Empty input + - name: Local Action Call Without Input id: local-action uses: ./.github/actions/local-action + # with: + # name: "World" + # - name: Local Action Output + # run: echo "${{ steps.local-action.outputs.random }}" From 04f0ecb882b4e764002a107cc4f880a1dee277c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:19:04 -0300 Subject: [PATCH 0578/1768] add workflow tester 37 Signed-off-by: GuillaumeFalourd --- .github/workflows/33-reusable-workflow.yml | 8 +++---- .github/workflows/workflow-tester37.yml | 27 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/workflow-tester37.yml diff --git a/.github/workflows/33-reusable-workflow.yml b/.github/workflows/33-reusable-workflow.yml index c5e249c6e6..d311642ade 100644 --- a/.github/workflows/33-reusable-workflow.yml +++ b/.github/workflows/33-reusable-workflow.yml @@ -33,7 +33,7 @@ jobs: - name: Local Action Call Without Input id: local-action uses: ./.github/actions/local-action - # with: - # name: "World" - # - name: Local Action Output - # run: echo "${{ steps.local-action.outputs.random }}" + with: + name: "World" + - name: Local Action Output + run: echo "${{ steps.local-action.outputs.random }}" diff --git a/.github/workflows/workflow-tester37.yml b/.github/workflows/workflow-tester37.yml new file mode 100644 index 0000000000..f2feb1725f --- /dev/null +++ b/.github/workflows/workflow-tester37.yml @@ -0,0 +1,27 @@ +name: Test 37 #Related to https://stackoverflow.com/questions/72551501/using-if-statements-in-actions + +on: + workflow_dispatch: + inputs: + username: + required: true + type: string + +jobs: + test: + name: Pass input and secrets to my-action + runs-on: ubuntu-latest + steps: + - name: Inputs username (workflow call) + if: ${{ inputs.username }} != '' + run: echo ${{ inputs.username }} + + - name: Inputs username (workflow dispatch) + if: ${{ github.event.inputs.username }} != '' + run: echo ${{ github.event.inputs.username }} + + - uses: actions/checkout@v2.3.4 # Necessary to access local action + + - name: Local Action Call Without Input + id: local-action + uses: ./.github/actions/local-action From 0ccc2b513c7835b2a0708336f3b42163f5e4135f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:19:44 -0300 Subject: [PATCH 0579/1768] update workflow tester 37 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester37.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester37.yml b/.github/workflows/workflow-tester37.yml index f2feb1725f..228db7551d 100644 --- a/.github/workflows/workflow-tester37.yml +++ b/.github/workflows/workflow-tester37.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: username: - required: true + required: false type: string jobs: From d8a1606a48eefb5b1ef4f2f665ab79a9d68a24b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:20:16 -0300 Subject: [PATCH 0580/1768] update workflow tester 37 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester37.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow-tester37.yml b/.github/workflows/workflow-tester37.yml index 228db7551d..da6b1ae329 100644 --- a/.github/workflows/workflow-tester37.yml +++ b/.github/workflows/workflow-tester37.yml @@ -25,3 +25,6 @@ jobs: - name: Local Action Call Without Input id: local-action uses: ./.github/actions/local-action + with: + name: ${{ inputs.username }} + From 0df62301a5f86510e3f19a0ad5cfcd7978edb9e2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:22:45 -0300 Subject: [PATCH 0581/1768] update workflow tester 37 Signed-off-by: GuillaumeFalourd --- .github/actions/local-action/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/local-action/action.yaml b/.github/actions/local-action/action.yaml index 1353c7d293..4c06529a71 100644 --- a/.github/actions/local-action/action.yaml +++ b/.github/actions/local-action/action.yaml @@ -16,7 +16,7 @@ runs: - name: Check out code uses: actions/checkout@v2 - name: Step operations - if: ${{ inputs.name }} != '' + if: ${{ inputs.name != '' }} id: step1 run: | echo Hello ${{ inputs.name }} @@ -25,7 +25,7 @@ runs: echo "::set-output name=random::$(echo $RANDOM)" shell: bash - name: Step operations - if: ${{ inputs.name }} == '' + if: ${{ inputs.name == '' }} run: | echo "Input Name is empty!" shell: bash \ No newline at end of file From ccc83931e378d62040847ef19e4d812eaa17dbe1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:24:17 -0300 Subject: [PATCH 0582/1768] update local action Signed-off-by: GuillaumeFalourd --- .github/actions/local-action/action.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/actions/local-action/action.yaml b/.github/actions/local-action/action.yaml index 4c06529a71..0c1e00090a 100644 --- a/.github/actions/local-action/action.yaml +++ b/.github/actions/local-action/action.yaml @@ -13,10 +13,8 @@ outputs: runs: using: "composite" steps: - - name: Check out code - uses: actions/checkout@v2 - name: Step operations - if: ${{ inputs.name != '' }} + if: ${{ inputs.name }} != '' id: step1 run: | echo Hello ${{ inputs.name }} @@ -24,8 +22,8 @@ runs: ls echo "::set-output name=random::$(echo $RANDOM)" shell: bash - - name: Step operations - if: ${{ inputs.name == '' }} + - name: Step operations 2 + if: ${{ inputs.name }} == '' run: | - echo "Input Name is empty!" + echo Input Name is empty: ${{ inputs.name }} shell: bash \ No newline at end of file From d56aefc24fc705405ff787a52709ddeab64407dd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jun 2022 20:24:41 -0300 Subject: [PATCH 0583/1768] update local action Signed-off-by: GuillaumeFalourd --- .github/actions/local-action/action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/local-action/action.yaml b/.github/actions/local-action/action.yaml index 0c1e00090a..f66f17a3ea 100644 --- a/.github/actions/local-action/action.yaml +++ b/.github/actions/local-action/action.yaml @@ -13,8 +13,10 @@ outputs: runs: using: "composite" steps: + - name: Check out code + uses: actions/checkout@v2 - name: Step operations - if: ${{ inputs.name }} != '' + if: ${{ inputs.name != '' }} id: step1 run: | echo Hello ${{ inputs.name }} @@ -23,7 +25,7 @@ runs: echo "::set-output name=random::$(echo $RANDOM)" shell: bash - name: Step operations 2 - if: ${{ inputs.name }} == '' + if: ${{ inputs.name == '' }} run: | echo Input Name is empty: ${{ inputs.name }} shell: bash \ No newline at end of file From b8c71cb590e0b8af8d1970457eeaaa80174a5e25 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Jun 2022 06:28:09 +0000 Subject: [PATCH 0584/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ad91e81de6..09402660a8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 8 01:51:30 UTC 2022 +Thu Jun 9 01:53:09 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b56279b61b..6e2fb9658f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 7 06:26:53 UTC 2022 +Wed Jun 8 06:26:34 UTC 2022 From cf3bca151eeca7f4dbdededfe86543eba070d387 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:21:05 -0300 Subject: [PATCH 0585/1768] add tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/workflow-tester38.yml diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml new file mode 100644 index 0000000000..3209730cd7 --- /dev/null +++ b/.github/workflows/workflow-tester38.yml @@ -0,0 +1,18 @@ +name: Test 38 # Related to https://stackoverflow.com/questions/72558396/custom-default-value-for-github-actions + +on: + workflow_dispatch: + inputs: + test: + description: 'Release Notes' + required: false + default: Build by ${{github.actor}} + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Print input value + run: echo "${{ inputs.test }}" + + From 6fce147a97ecfd74d85fb66a4b344addf7dc03cd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:22:20 -0300 Subject: [PATCH 0586/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index 3209730cd7..6a16c7d5e8 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -3,16 +3,16 @@ name: Test 38 # Related to https://stackoverflow.com/questions/72558396/custom-d on: workflow_dispatch: inputs: - test: + release-notes: description: 'Release Notes' required: false - default: Build by ${{github.actor}} + default: 'Build by ${{ github.actor }}' jobs: job1: runs-on: ubuntu-latest steps: - name: Print input value - run: echo "${{ inputs.test }}" + run: echo "${{ inputs.release-notes }}" From 809589c37714e4a82878876ba8ca131f8d78e7d7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:24:02 -0300 Subject: [PATCH 0587/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index 6a16c7d5e8..37d754c645 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -6,13 +6,16 @@ on: release-notes: description: 'Release Notes' required: false - default: 'Build by ${{ github.actor }}' + +env: + DEFAULT_NOTES: Build by ${{ github.actor }} jobs: job1: runs-on: ubuntu-latest steps: - - name: Print input value - run: echo "${{ inputs.release-notes }}" + - name: Print default value + if: ${{ inputs.release-notes }} != '' + run: echo $DEFAULT_NOTES From 0574626aeed994e313a316e3f933c406b319543f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:35:47 -0300 Subject: [PATCH 0588/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index 37d754c645..80ea3d7789 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -6,6 +6,7 @@ on: release-notes: description: 'Release Notes' required: false + default: ${{ github.actor }} env: DEFAULT_NOTES: Build by ${{ github.actor }} From 99d35cdb600017ff1298f2a6ed4dfc1f7305d36a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:41:20 -0300 Subject: [PATCH 0589/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index 80ea3d7789..e63f79ceb5 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -6,7 +6,7 @@ on: release-notes: description: 'Release Notes' required: false - default: ${{ github.actor }} + default: ${{ github.event.actor }} env: DEFAULT_NOTES: Build by ${{ github.actor }} From 8b6b888f7f4e412be08adca54e8cfd7bf1d1a539 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:57:39 -0300 Subject: [PATCH 0590/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index e63f79ceb5..3557cde803 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -6,7 +6,7 @@ on: release-notes: description: 'Release Notes' required: false - default: ${{ github.event.actor }} + # default: ${{ github.event.actor }} env: DEFAULT_NOTES: Build by ${{ github.actor }} From e60b92173ae2a38df51186fa414d06c94e18a31a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 9 Jun 2022 09:57:48 -0300 Subject: [PATCH 0591/1768] update tester38 workflow Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester38.yml b/.github/workflows/workflow-tester38.yml index 3557cde803..ff92800da8 100644 --- a/.github/workflows/workflow-tester38.yml +++ b/.github/workflows/workflow-tester38.yml @@ -6,7 +6,7 @@ on: release-notes: description: 'Release Notes' required: false - # default: ${{ github.event.actor }} + # default: ${{ github.actor }} env: DEFAULT_NOTES: Build by ${{ github.actor }} From 91b9863546d9f70dfa65d6e5df0d87ea694c4a34 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 Jun 2022 06:27:02 +0000 Subject: [PATCH 0592/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 09402660a8..40a48d7377 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 9 01:53:09 UTC 2022 +Fri Jun 10 01:59:07 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6e2fb9658f..b4ec70e4a2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 8 06:26:34 UTC 2022 +Thu Jun 9 06:27:20 UTC 2022 From 80ef4f18455face2aebac0da9ffa1e500ed214e7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Jun 2022 06:30:16 +0000 Subject: [PATCH 0593/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 40a48d7377..1dc86f8cad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 10 01:59:07 UTC 2022 +Mon Jun 13 02:05:42 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b4ec70e4a2..25f1dd5af2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 9 06:27:20 UTC 2022 +Fri Jun 10 06:26:38 UTC 2022 From 1b8429f9b2f2ed32f44b06a8718d6a801c5f060b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 Jun 2022 06:29:02 +0000 Subject: [PATCH 0594/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1dc86f8cad..02f940d9fe 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 13 02:05:42 UTC 2022 +Tue Jun 14 02:08:15 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 25f1dd5af2..f88793e3b0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 10 06:26:38 UTC 2022 +Mon Jun 13 06:29:05 UTC 2022 From 753694769b23695094f0a05beebd0601e45e454a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 08:59:16 -0300 Subject: [PATCH 0595/1768] add workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester36.yml | 16 +--------------- .github/workflows/workflow-tester39.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 .github/workflows/workflow-tester39.yml diff --git a/.github/workflows/workflow-tester36.yml b/.github/workflows/workflow-tester36.yml index 6e511bc1a0..fc82ea20c4 100644 --- a/.github/workflows/workflow-tester36.yml +++ b/.github/workflows/workflow-tester36.yml @@ -13,18 +13,4 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - name: Other variables with ENV - run: | - echo "Commits:" $COMMITS - echo "Message:" $MESSAGE - echo "Author Email:" $(echo $AUTHOR | jq -r '.email') - echo "Author Name:" $(echo $AUTHOR | jq -r '.name') - echo "Author Username:" $(echo $AUTHOR | jq -r '.username') - echo "Committer Email:" $(echo $COMMITTER | jq -r '.email') - echo "Committer Name:" $(echo $COMMITTER | jq -r '.name') - echo "Committer Username:" $(echo $COMMITTER | jq -r '.username') - env: - COMMITS: ${{ toJSON(github.event.commits[0]) }} - MESSAGE: ${{ toJSON(github.event.commits[0].message) }} - AUTHOR: ${{ toJSON(github.event.commits[0].author) }} - COMMITTER: ${{ toJSON(github.event.commits[0].committer) }} + diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml new file mode 100644 index 0000000000..62889dedcb --- /dev/null +++ b/.github/workflows/workflow-tester39.yml @@ -0,0 +1,18 @@ +name: Test 39 # Related to https://stackoverflow.com/questions/72613951/in-a-github-action-can-i-extract-a-recurring-variable-or-condition + +on: + push: + +env: + BRANCH: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/features/lrd') }} + + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Check branch + if: ${{ env BRANCH }} + run: echo $BRANCH + + From 68bd7fabac2642fca95f0baa8f158dab5f7bfd1e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:00:04 -0300 Subject: [PATCH 0596/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index 62889dedcb..6b2a1628b0 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check branch - if: ${{ env BRANCH }} - run: echo $BRANCH + if: ${{ env.BRANCH }} + run: echo ${{ env.BRANCH }} From 9aaa7199aed4079b5d4c426820fdd56d2991cca3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:01:37 -0300 Subject: [PATCH 0597/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index 6b2a1628b0..f0d8c70aa4 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -6,7 +6,6 @@ on: env: BRANCH: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/features/lrd') }} - jobs: job1: runs-on: ubuntu-latest @@ -14,5 +13,3 @@ jobs: - name: Check branch if: ${{ env.BRANCH }} run: echo ${{ env.BRANCH }} - - From e2070966a30850a03ddb2aa592f24600ede44b87 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:24:05 -0300 Subject: [PATCH 0598/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index f0d8c70aa4..a2901015ec 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -10,6 +10,13 @@ jobs: job1: runs-on: ubuntu-latest steps: - - name: Check branch + - name: Check branch and print it if: ${{ env.BRANCH }} run: echo ${{ env.BRANCH }} + + job2: + runs-on: ubuntu-latest + if: ${{ env.BRANCH }} + steps: + - name: Print branch + run: echo ${{ env.BRANCH }} From 00798fd5601d84ff2816dafeeedd3a0c7db3c6e0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:25:37 -0300 Subject: [PATCH 0599/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index a2901015ec..35513c01e8 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -16,7 +16,7 @@ jobs: job2: runs-on: ubuntu-latest - if: ${{ env.BRANCH }} + if: ${{ env.BRANCH }} == 'true' steps: - name: Print branch run: echo ${{ env.BRANCH }} From f4cbf83c9e0eb7cbdf5af4f154b138e4b2ddbc5b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:26:12 -0300 Subject: [PATCH 0600/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index 35513c01e8..8d70c9a7ca 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -16,7 +16,7 @@ jobs: job2: runs-on: ubuntu-latest - if: ${{ env.BRANCH }} == 'true' + if: ${{ env.BRANCH == 'true' }} steps: - name: Print branch run: echo ${{ env.BRANCH }} From 49b5f4cb290c2f14ecab715b6248ac6d4458b731 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Jun 2022 09:33:10 -0300 Subject: [PATCH 0601/1768] update workflow tester 39 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester39.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester39.yml b/.github/workflows/workflow-tester39.yml index 8d70c9a7ca..dcae2e8d64 100644 --- a/.github/workflows/workflow-tester39.yml +++ b/.github/workflows/workflow-tester39.yml @@ -14,9 +14,9 @@ jobs: if: ${{ env.BRANCH }} run: echo ${{ env.BRANCH }} - job2: - runs-on: ubuntu-latest - if: ${{ env.BRANCH == 'true' }} - steps: - - name: Print branch - run: echo ${{ env.BRANCH }} + # job2: + # runs-on: ubuntu-latest + # if: ${{ env.BRANCH }} # Won't work + # steps: + # - name: Print branch + # run: echo ${{ env.BRANCH }} From 62db36abf8a71e171290156051c4778772d91913 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 Jun 2022 06:27:19 +0000 Subject: [PATCH 0602/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 02f940d9fe..30619ca7a2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 14 02:08:15 UTC 2022 +Wed Jun 15 02:01:57 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f88793e3b0..01f12aeb24 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 13 06:29:05 UTC 2022 +Tue Jun 14 06:27:57 UTC 2022 From 5c8332c0d250261d8235dfd45d186fdfa22203dd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 Jun 2022 06:27:06 +0000 Subject: [PATCH 0603/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 30619ca7a2..cdf1402055 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 15 02:01:57 UTC 2022 +Thu Jun 16 01:56:00 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 01f12aeb24..ab9f73411b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 14 06:27:57 UTC 2022 +Wed Jun 15 06:26:53 UTC 2022 From 9387f3a370afd7ab619700824eb31315d777026e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 Jun 2022 06:28:14 +0000 Subject: [PATCH 0604/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cdf1402055..700305190d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 16 01:56:00 UTC 2022 +Fri Jun 17 02:00:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ab9f73411b..b0a6782265 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 15 06:26:53 UTC 2022 +Thu Jun 16 06:26:24 UTC 2022 From 7cf4b038da24503d58be96d24875a57cd51419bf Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 17 Jun 2022 08:15:35 -0300 Subject: [PATCH 0605/1768] add workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester40.yml diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml new file mode 100644 index 0000000000..592d154112 --- /dev/null +++ b/.github/workflows/workflow-tester40.yml @@ -0,0 +1,19 @@ +name: Test 40 # Related to https://stackoverflow.com/questions/72633058/parameterize-runs-on-value-for-github-action + +on: + push: + +jobs: + test-matrix: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest, '${{ secrets.MAC_OS_RUNNER }}'] + python: [2.7, 3.7, 3.8, 3.9] + steps: + - uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} + - run: | + echo $OSTYPE + python --version From ea354e8176b5c23ebcdc329b3593b6da6187e362 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 17 Jun 2022 08:16:16 -0300 Subject: [PATCH 0606/1768] update workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml index 592d154112..993f18b4ed 100644 --- a/.github/workflows/workflow-tester40.yml +++ b/.github/workflows/workflow-tester40.yml @@ -3,12 +3,15 @@ name: Test 40 # Related to https://stackoverflow.com/questions/72633058/paramete on: push: +env: + MAC_OS_RUNNER: ${{ secrets.MAC_OS_RUNNER }} + jobs: test-matrix: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, '${{ secrets.MAC_OS_RUNNER }}'] + os: [ubuntu-latest, windows-latest, '${{ env.MAC_OS_RUNNER }}'] python: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/setup-python@v2 From 3c353bb24f61fe28381b423d17904837f3eba745 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 17 Jun 2022 08:16:49 -0300 Subject: [PATCH 0607/1768] update workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml index 993f18b4ed..b925480e78 100644 --- a/.github/workflows/workflow-tester40.yml +++ b/.github/workflows/workflow-tester40.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, '${{ env.MAC_OS_RUNNER }}'] + os: [ubuntu-latest, windows-latest, $MAC_OS_RUNNER] python: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/setup-python@v2 From 60aa3b0e25aaf8ca664c44133ec2fa131cb6c3db Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 17 Jun 2022 08:28:00 -0300 Subject: [PATCH 0608/1768] update workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 26 ++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml index b925480e78..483b88d9d2 100644 --- a/.github/workflows/workflow-tester40.yml +++ b/.github/workflows/workflow-tester40.yml @@ -1,17 +1,18 @@ name: Test 40 # Related to https://stackoverflow.com/questions/72633058/parameterize-runs-on-value-for-github-action on: - push: + workflow_dispatch: env: MAC_OS_RUNNER: ${{ secrets.MAC_OS_RUNNER }} jobs: test-matrix: - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.test }} strategy: matrix: - os: [ubuntu-latest, windows-latest, $MAC_OS_RUNNER] + test: ${{ env.MAC_OS_RUNNER }} + os: [ubuntu-latest, windows-latest, macos-latest] python: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/setup-python@v2 @@ -20,3 +21,22 @@ jobs: - run: | echo $OSTYPE python --version + shell: bash + + test-include: + runs-on: ubuntu-latest + strategy: + matrix: + org: [apples, bananas, carrots] #Array of org mnemonics to use below + include: + # includes a new variable for each org (this is effectively a switch statement) + - org: apples + test_secret: MAC_OS_RUNNER + - org: bananas + test_secret: MAC_OS_RUNNER + - org: carrots + test_secret: MAC_OS_RUNNER + steps: + - uses: actions/checkout@v2 + - name: Install SFDX CLI and authorize org + run: ${{ secrets[matrix.MAC_OS_RUNNER] }} \ No newline at end of file From ceb80a642409ad0831ec4966d13c2058b46ad56b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 Jun 2022 06:35:49 +0000 Subject: [PATCH 0609/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 700305190d..6c1a1669d3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 17 02:00:51 UTC 2022 +Mon Jun 20 01:58:24 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b0a6782265..615e421884 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 16 06:26:24 UTC 2022 +Fri Jun 17 06:27:27 UTC 2022 From 5522ac1305faffae815b7ad61af16e47a28ead70 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 Jun 2022 06:29:17 +0000 Subject: [PATCH 0610/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6c1a1669d3..7703106aa0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 20 01:58:24 UTC 2022 +Tue Jun 21 01:59:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 615e421884..4acd7ee6f7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 17 06:27:27 UTC 2022 +Mon Jun 20 06:35:19 UTC 2022 From 6336188aab2629bb88c94d2f11378956ca5ea359 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Jun 2022 06:27:25 +0000 Subject: [PATCH 0611/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7703106aa0..79c1730256 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 21 01:59:16 UTC 2022 +Wed Jun 22 02:10:39 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4acd7ee6f7..ae20a25beb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 20 06:35:19 UTC 2022 +Tue Jun 21 06:28:46 UTC 2022 From d8a67c99cc6dc0e9f05f0963ee916ff4d2963106 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:22:41 -0300 Subject: [PATCH 0612/1768] add workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/workflows/workflow-tester41.yml diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml new file mode 100644 index 0000000000..56bb844c50 --- /dev/null +++ b/.github/workflows/workflow-tester41.yml @@ -0,0 +1,54 @@ +name: Test 42 # Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression + +on: + push: + +jobs: + changes: + name: Detect changes + runs-on: ubuntu-latest + outputs: + # aws: ${{ steps.filter.outputs.aws }} + # azure: ${{ steps.filter.outputs.azure }} + # gcp: ${{ steps.filter.outputs.gcp }} + aws: 'true' + azure: 'true' + gcp: 'true' + steps: + - name: Checkout source code + uses: actions/checkout@v2 + - name: Check for changes + uses: dorny/paths-filter@v2 + id: filter + with: + filters: | + aws: + - added|modified: 'aws/**' + azure: + - added|modified: 'azure/**' + gcp: + - added|modified: 'gcp/**' + + test: + runs-on: ubuntu-latest + needs: changes + steps: + - run: | + echo ${{ needs.changes.outputs.aws == 'true' }} + echo ${{ needs.changes.outputs.azure == 'true' }} + echo ${{ needs.changes.outputs.gcp == 'true' }} + + + zip_files: + runs-on: ubuntu-latest + needs: changes + if: ${{ (needs.changes.outputs.aws == 'true') || (needs.changes.outputs.azure == 'true') || (needs.changes.outputs.gcp == 'true') }} + steps: + - uses: actions/checkout@v2 + - uses: montudor/action-zip@v1 + with: + args: zip -qq -r result.zip "$(${{needs.changes.outputs.aws}} && echo aws)" "$(${{needs.changes.outputs.azure}} && echo azure)" "$(${{needs.changes.outputs.gcp}} && echo gcp)" + - uses: actions/upload-artifact@v1 + with: + name: my-artifact + path: ${{ github.workspace }}/result.zip \ No newline at end of file From 7c64cb11d23c2673475c394ace1d47ffd1424c53 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:24:06 -0300 Subject: [PATCH 0613/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index 56bb844c50..99ab58323f 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -1,4 +1,4 @@ -name: Test 42 # Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression +name: Test 41 # Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression on: push: From a7f5eb7b4bba953c191dac8cd0619885b162ce78 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:24:19 -0300 Subject: [PATCH 0614/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index 99ab58323f..f5da5ed13f 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -1,7 +1,7 @@ name: Test 41 # Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression on: - push: + workflow_dispatch: jobs: changes: From 55e6081e29e55ad5deb6e3b18a0d2aa1ff7fc522 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:32:34 -0300 Subject: [PATCH 0615/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 33 ++++++++++++++++++------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index f5da5ed13f..be8e2822ed 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -29,25 +29,40 @@ jobs: gcp: - added|modified: 'gcp/**' - test: + check: runs-on: ubuntu-latest needs: changes + outputs: + aws: ${{ steps.filter.outputs.aws }} + azure: ${{ steps.filter.outputs.azure }} + gcp: ${{ steps.filter.outputs.gcp }} steps: - - run: | - echo ${{ needs.changes.outputs.aws == 'true' }} - echo ${{ needs.changes.outputs.azure == 'true' }} - echo ${{ needs.changes.outputs.gcp == 'true' }} - + - id: filter + run: | + if [ '${{ needs.changes.outputs.aws }}' == 'true' ] + echo "::set-output name=aws::aws" + fi + if [ '${{ needs.changes.outputs.azure }}' == 'true' ] + echo "::set-output name=azure::azure" + fi + if [ '${{ needs.changes.outputs.gcp }}' == 'true' ] + echo "::set-output name=gcp::gcp" + fi zip_files: runs-on: ubuntu-latest - needs: changes - if: ${{ (needs.changes.outputs.aws == 'true') || (needs.changes.outputs.azure == 'true') || (needs.changes.outputs.gcp == 'true') }} + needs: [ changes, check] + if: ${{ (needs.changes.outputs.aws == 'true') || (needs.changes.outputs.azure == 'true') || (needs.changes.outputs.gcp == 'true') }} steps: - uses: actions/checkout@v2 + - name: check values + run: | + echo ${{needs.check.outputs.aws}} + echo ${{needs.check.outputs.azure}} + echo ${{needs.check.outputs.gcp}} - uses: montudor/action-zip@v1 with: - args: zip -qq -r result.zip "$(${{needs.changes.outputs.aws}} && echo aws)" "$(${{needs.changes.outputs.azure}} && echo azure)" "$(${{needs.changes.outputs.gcp}} && echo gcp)" + args: zip -qq -r result.zip "{{needs.check.outputs.aws}}" "{{needs.check.outputs.azure}}" "{{needs.check.outputs.gcp}}" - uses: actions/upload-artifact@v1 with: name: my-artifact From 61018250722d6c4f1503d22ed9ad3831aeabe213 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:38:08 -0300 Subject: [PATCH 0616/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index be8e2822ed..514f77e8dd 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -39,13 +39,13 @@ jobs: steps: - id: filter run: | - if [ '${{ needs.changes.outputs.aws }}' == 'true' ] + if [ '${{ needs.changes.outputs.aws }}' == 'true' ]; then echo "::set-output name=aws::aws" fi - if [ '${{ needs.changes.outputs.azure }}' == 'true' ] + if [ '${{ needs.changes.outputs.azure }}' == 'true' ]; then echo "::set-output name=azure::azure" fi - if [ '${{ needs.changes.outputs.gcp }}' == 'true' ] + if [ '${{ needs.changes.outputs.gcp }}' == 'true' ]; then echo "::set-output name=gcp::gcp" fi From abfcf1990b01bd82ea7c0b536a58c84ed23590eb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:43:41 -0300 Subject: [PATCH 0617/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index 514f77e8dd..203ed56313 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -51,18 +51,29 @@ jobs: zip_files: runs-on: ubuntu-latest - needs: [ changes, check] + needs: [ changes] if: ${{ (needs.changes.outputs.aws == 'true') || (needs.changes.outputs.azure == 'true') || (needs.changes.outputs.gcp == 'true') }} steps: - uses: actions/checkout@v2 + - id: check + run: | + if [ '${{ needs.changes.outputs.aws }}' == 'true' ]; then + echo "::set-output name=aws::aws" + fi + if [ '${{ needs.changes.outputs.azure }}' == 'true' ]; then + echo "::set-output name=azure::azure" + fi + if [ '${{ needs.changes.outputs.gcp }}' == 'true' ]; then + echo "::set-output name=gcp::gcp" + fi - name: check values run: | - echo ${{needs.check.outputs.aws}} - echo ${{needs.check.outputs.azure}} - echo ${{needs.check.outputs.gcp}} + echo ${{steps.check.outputs.aws}} + echo ${{steps.check.outputs.azure}} + echo ${{steps.check.outputs.gcp}} - uses: montudor/action-zip@v1 with: - args: zip -qq -r result.zip "{{needs.check.outputs.aws}}" "{{needs.check.outputs.azure}}" "{{needs.check.outputs.gcp}}" + args: zip -qq -r result.zip "{{steps.check.outputs.aws}}" "{{steps.check.outputs.azure}}" "{{steps.check.outputs.gcp}}" - uses: actions/upload-artifact@v1 with: name: my-artifact From 337c959ce51a1131be4524bef26453f8fe20bc9a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:44:40 -0300 Subject: [PATCH 0618/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index 203ed56313..4cd33db439 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -29,26 +29,6 @@ jobs: gcp: - added|modified: 'gcp/**' - check: - runs-on: ubuntu-latest - needs: changes - outputs: - aws: ${{ steps.filter.outputs.aws }} - azure: ${{ steps.filter.outputs.azure }} - gcp: ${{ steps.filter.outputs.gcp }} - steps: - - id: filter - run: | - if [ '${{ needs.changes.outputs.aws }}' == 'true' ]; then - echo "::set-output name=aws::aws" - fi - if [ '${{ needs.changes.outputs.azure }}' == 'true' ]; then - echo "::set-output name=azure::azure" - fi - if [ '${{ needs.changes.outputs.gcp }}' == 'true' ]; then - echo "::set-output name=gcp::gcp" - fi - zip_files: runs-on: ubuntu-latest needs: [ changes] From b378854e08eebf8a2303cc90fa447ff8ce436a4f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:47:36 -0300 Subject: [PATCH 0619/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester41.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index 4cd33db439..bc16b55150 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -53,7 +53,7 @@ jobs: echo ${{steps.check.outputs.gcp}} - uses: montudor/action-zip@v1 with: - args: zip -qq -r result.zip "{{steps.check.outputs.aws}}" "{{steps.check.outputs.azure}}" "{{steps.check.outputs.gcp}}" + args: zip -qq -r result.zip "${{steps.check.outputs.aws}}" "${{steps.check.outputs.azure}}" "${{steps.check.outputs.gcp}}" - uses: actions/upload-artifact@v1 with: name: my-artifact From e06326c2f9b5dc91924566856cc8279ea76f4478 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 08:52:23 -0300 Subject: [PATCH 0620/1768] update workflow-tester 41 Signed-off-by: Guillaume Falourd --- aws/test.md | 2 ++ azure/test.md | 2 ++ gcp/test.md | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 aws/test.md create mode 100644 azure/test.md create mode 100644 gcp/test.md diff --git a/aws/test.md b/aws/test.md new file mode 100644 index 0000000000..a6947df6fc --- /dev/null +++ b/aws/test.md @@ -0,0 +1,2 @@ +Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression +In workflow-tester41.yml \ No newline at end of file diff --git a/azure/test.md b/azure/test.md new file mode 100644 index 0000000000..a6947df6fc --- /dev/null +++ b/azure/test.md @@ -0,0 +1,2 @@ +Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression +In workflow-tester41.yml \ No newline at end of file diff --git a/gcp/test.md b/gcp/test.md new file mode 100644 index 0000000000..a6947df6fc --- /dev/null +++ b/gcp/test.md @@ -0,0 +1,2 @@ +Related to https://stackoverflow.com/questions/72704563/github-action-echo-within-an-expression +In workflow-tester41.yml \ No newline at end of file From 6dbc1ae6143801b43f3ce99b19ef0d9e6e335c87 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 09:24:24 -0300 Subject: [PATCH 0621/1768] add workflow 53 - Concatenation Signed-off-by: Guillaume Falourd --- .github/workflows/53-concatenation.yml | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/53-concatenation.yml diff --git a/.github/workflows/53-concatenation.yml b/.github/workflows/53-concatenation.yml new file mode 100644 index 0000000000..6e00eae106 --- /dev/null +++ b/.github/workflows/53-concatenation.yml @@ -0,0 +1,30 @@ +name: 53 - Concatenation + +on: + workflow_dispatch: + +# Top level and job level environment variables cannot be concatenated. +# Previously it was possible to use set-env to achieve a similar result but this has been removed for security reasons. +# An alternative is to use environment files to achieve the same result. +# ref: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files + +env: + argument1: argument1 + argument2: argument2 + argument3: $argument1$argument2 # This won't work as expected + # Note that you can't use arg3: ${{argument1}}${{argument2}} to join these variables + +jobs: + run: + runs-on: ubuntu-latest + + steps: + - name: Concatenate values to environment file + run: | + echo "joined=${{env.argument1}}${{env.argument2}}" >> $GITHUB_ENV + - name: Check environment variable is available + run: | + echo "${{ env.joined }}" # Should return argument1argument2 + - name: Check argument 3 value + run: | + echo "${{env.argument3}}" # Will return the string $argument1$argument2 instead of the concatenated value \ No newline at end of file From c30eedd96bd8b2fc01180a2e10859ca263113bb1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 09:25:49 -0300 Subject: [PATCH 0622/1768] add workflow 54 - Permission Signed-off-by: Guillaume Falourd --- .github/workflows/54-permission.yml | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/54-permission.yml diff --git a/.github/workflows/54-permission.yml b/.github/workflows/54-permission.yml new file mode 100644 index 0000000000..de0ad4420e --- /dev/null +++ b/.github/workflows/54-permission.yml @@ -0,0 +1,44 @@ +name: 54 - Permission + +on: + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + +jobs: + try: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Create a Release + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ github.token }} + with: + # The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag + tag_name: myTag + # The name of the release. For example, `Release v1.0.1` + release_name: ReleaseName + draft: false + prerelease: false + api: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Create issue using REST API + run: | + curl --request POST \ + --url https://api.github.com/repos/${{ github.repository }}/issues \ + --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ + --header 'content-type: application/json' \ + --data '{ + "title": "Automated issue for commit: ${{ github.sha }}", + "body": "This issue was automatically created by the GitHub Action workflow **${{ github.workflow }}**. \n\n The commit hash was: _${{ github.sha }}_." + }' \ + --fail \ No newline at end of file From f3814bffd16715ed57b28b930884a5db38623b04 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 09:29:02 -0300 Subject: [PATCH 0623/1768] add workflow 55 - Create Issue Signed-off-by: Guillaume Falourd --- .github/ISSUE_TEMPLATE_DEPLOYMENT.md | 6 ++++++ .github/workflows/55-create-issue.yml | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE_DEPLOYMENT.md create mode 100644 .github/workflows/55-create-issue.yml diff --git a/.github/ISSUE_TEMPLATE_DEPLOYMENT.md b/.github/ISSUE_TEMPLATE_DEPLOYMENT.md new file mode 100644 index 0000000000..feedd9c119 --- /dev/null +++ b/.github/ISSUE_TEMPLATE_DEPLOYMENT.md @@ -0,0 +1,6 @@ +--- +title: Deployment Requested +labels: deployment +--- + +Version: {{ env.VERSION }} \ No newline at end of file diff --git a/.github/workflows/55-create-issue.yml b/.github/workflows/55-create-issue.yml new file mode 100644 index 0000000000..1482a47f96 --- /dev/null +++ b/.github/workflows/55-create-issue.yml @@ -0,0 +1,18 @@ +name: 55 - Create Issue + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2.3.4 + - name: Create an issue + uses: JasonEtco/create-an-issue@e6b4b190af80961b6462c725454e7828d0247a68 + with: + filename: .github/ISSUE_TEMPLATE_DEPLOYMENT.md + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VERSION: ${{ github.RUN_NUMBER }} \ No newline at end of file From dd0adb81ee49000841c135ac1cd4d46b5ee3c8fa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 22 Jun 2022 09:33:07 -0300 Subject: [PATCH 0624/1768] add workflow 55 - Read Issue Signed-off-by: Guillaume Falourd --- .github/workflows/55-read-issue.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/55-read-issue.yml diff --git a/.github/workflows/55-read-issue.yml b/.github/workflows/55-read-issue.yml new file mode 100644 index 0000000000..7a65d9ef89 --- /dev/null +++ b/.github/workflows/55-read-issue.yml @@ -0,0 +1,17 @@ +name: 55 - Read Issue + +on: + issues: + types: [closed] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + #- name: Get Version + # run: | + # $str=(${{ github.event.issue.body }} | grep Version:) + # echo "VERSION=$str" >> $GITHUB_ENV + - name: Run a one-line script + if: contains(github.event.issue.labels.*.name, 'deployment') + run: echo Version is ${{ github.event.issue.body }} \ No newline at end of file From d8be56eb8792b886479734c3d9a2d90ace69830f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 Jun 2022 06:28:49 +0000 Subject: [PATCH 0625/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 79c1730256..de987b4a6f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 22 02:10:39 UTC 2022 +Thu Jun 23 01:58:52 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ae20a25beb..61d5a68df9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 21 06:28:46 UTC 2022 +Wed Jun 22 06:26:52 UTC 2022 From 74f38ab91066f6462a6aaed8055a9736b221bc43 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 Jun 2022 06:28:17 +0000 Subject: [PATCH 0626/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index de987b4a6f..8b24afe2d5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 23 01:58:52 UTC 2022 +Fri Jun 24 02:02:52 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 61d5a68df9..b53222ec0c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 22 06:26:52 UTC 2022 +Thu Jun 23 06:28:23 UTC 2022 From 452f6f395e9c7c2d648a718ab04f2c686c016264 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 24 Jun 2022 09:16:55 -0300 Subject: [PATCH 0627/1768] add workflow tester 42 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester42.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/workflow-tester42.yml diff --git a/.github/workflows/workflow-tester42.yml b/.github/workflows/workflow-tester42.yml new file mode 100644 index 0000000000..f1b3ff5e8e --- /dev/null +++ b/.github/workflows/workflow-tester42.yml @@ -0,0 +1,15 @@ +name: Test 42 # Related to https://stackoverflow.com/questions/72743504/why-shell-for-loop-doesnt-work-in-github-actions + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: run a loop + run: | + for run in {1..3}; do + date;sleep 1; + done + shell: bash \ No newline at end of file From b3e9c89a2491158fbd295a7bf6461946e2e66159 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Jun 2022 06:31:50 +0000 Subject: [PATCH 0628/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8b24afe2d5..e77f3b0800 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 24 02:02:52 UTC 2022 +Mon Jun 27 02:04:33 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b53222ec0c..0a36a6ddfb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 23 06:28:23 UTC 2022 +Fri Jun 24 06:27:04 UTC 2022 From 020caca5eba1108678cd2ef81b0f33da5ea9947d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 28 Jun 2022 06:28:56 +0000 Subject: [PATCH 0629/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e77f3b0800..197f6b092f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 27 02:04:33 UTC 2022 +Tue Jun 28 02:02:29 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0a36a6ddfb..6f3cb4d271 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 24 06:27:04 UTC 2022 +Mon Jun 27 06:31:04 UTC 2022 From 9384aaa0b42ee3453267ccf43b7f280be3947ff9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 29 Jun 2022 06:28:45 +0000 Subject: [PATCH 0630/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 197f6b092f..c3657ad62c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 28 02:02:29 UTC 2022 +Wed Jun 29 02:07:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6f3cb4d271..2774391fc2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 27 06:31:04 UTC 2022 +Tue Jun 28 06:28:28 UTC 2022 From db70342b07fb874fbcc81a949f36dcaf13d02252 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:10:37 -0300 Subject: [PATCH 0631/1768] add workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/workflow-tester43.yml diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml new file mode 100644 index 0000000000..2bb4148294 --- /dev/null +++ b/.github/workflows/workflow-tester43.yml @@ -0,0 +1,22 @@ +name: Test 43 # Related to https://stackoverflow.com/questions/72800296/use-outputs-of-multiline-run-commands-in-github-actions + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Upload to firebase and increment git tag + if: github.ref == 'refs/heads/master' + run: | + // Config variables + VERSION_NAME=$(echo MY_VERSION) + LATEST_TAG=$(echo 1.0.0) + CHANGE_LOG=$(echo changelog $LATEST_TAG) + + // Check variables + echo $VERSION_NAME + echo $LATEST_TAG + echo $CHANGE_LOG + shell: bash \ No newline at end of file From 6f6c3c17fe53a73dcd8640b33ecb582ca7a63131 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:13:01 -0300 Subject: [PATCH 0632/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 2bb4148294..a622f618c4 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -8,15 +8,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload to firebase and increment git tag - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' run: | // Config variables VERSION_NAME=$(echo MY_VERSION) LATEST_TAG=$(echo 1.0.0) CHANGE_LOG=$(echo changelog $LATEST_TAG) + GITHUB_RUN_NUMBER=${{ github.run_number }} // Check variables echo $VERSION_NAME echo $LATEST_TAG echo $CHANGE_LOG + echo $GITHUB_RUN_NUMBER shell: bash \ No newline at end of file From 97bff98a94b48607015e102bee654057db116576 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:13:50 -0300 Subject: [PATCH 0633/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index a622f618c4..9c7885a1b8 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -10,13 +10,13 @@ jobs: - name: Upload to firebase and increment git tag if: github.ref == 'refs/heads/main' run: | - // Config variables + # Config variables VERSION_NAME=$(echo MY_VERSION) LATEST_TAG=$(echo 1.0.0) CHANGE_LOG=$(echo changelog $LATEST_TAG) GITHUB_RUN_NUMBER=${{ github.run_number }} - // Check variables + # Check variables echo $VERSION_NAME echo $LATEST_TAG echo $CHANGE_LOG From 852ec79b4fd098e31c0dca3ba4b9226d4fd51c92 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:19:53 -0300 Subject: [PATCH 0634/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 9c7885a1b8..32da0d361b 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -21,4 +21,12 @@ jobs: echo $LATEST_TAG echo $CHANGE_LOG echo $GITHUB_RUN_NUMBER - shell: bash \ No newline at end of file + shell: bash + + job2: + runs-on: ubuntu-latest + steps: + - run: | + echo ${GITHUB_RUN_NUMBER} + echo ${{ github.run_number }} + echo $GITHUB_RUN_NUMBER \ No newline at end of file From f3b90d9c2b208ef7eaaa842b9c03efdee70b2f44 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:21:10 -0300 Subject: [PATCH 0635/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 32da0d361b..33e2542b3f 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -14,7 +14,6 @@ jobs: VERSION_NAME=$(echo MY_VERSION) LATEST_TAG=$(echo 1.0.0) CHANGE_LOG=$(echo changelog $LATEST_TAG) - GITHUB_RUN_NUMBER=${{ github.run_number }} # Check variables echo $VERSION_NAME From 345980d0d05fcf98153b830abb57fda7fba07df9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:22:41 -0300 Subject: [PATCH 0636/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 33e2542b3f..1d8acca869 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -28,4 +28,5 @@ jobs: - run: | echo ${GITHUB_RUN_NUMBER} echo ${{ github.run_number }} - echo $GITHUB_RUN_NUMBER \ No newline at end of file + echo $GITHUB_RUN_NUMBER + echo (100+$GITHUB_RUN_NUMBER) \ No newline at end of file From 93017ec41c8ccf0dc9d7623157f9d741054489b2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:24:00 -0300 Subject: [PATCH 0637/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 1d8acca869..8144208383 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -29,4 +29,5 @@ jobs: echo ${GITHUB_RUN_NUMBER} echo ${{ github.run_number }} echo $GITHUB_RUN_NUMBER - echo (100+$GITHUB_RUN_NUMBER) \ No newline at end of file + TEST=$((1000 + $GITHUB_RUN_NUMBER)) + echo $TEST \ No newline at end of file From 7ad74daaf82ceb8f7e89b70b17a5ed839916ff4b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:27:23 -0300 Subject: [PATCH 0638/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 8144208383..8576634909 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -12,7 +12,7 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=$(echo 1.0.0) + LATEST_TAG=$(git tag --list | head -n 1 ) CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables From 14072dd6db477c89f661965a7d1cb0a58b8865bf Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:28:28 -0300 Subject: [PATCH 0639/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 8576634909..6037a4d91b 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -7,6 +7,7 @@ jobs: job1: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Upload to firebase and increment git tag if: github.ref == 'refs/heads/main' run: | From c2c2529684abdad03c94da8094e806ca090b27d6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:29:20 -0300 Subject: [PATCH 0640/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 6037a4d91b..7abc40a2b2 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -13,7 +13,7 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=$(git tag --list | head -n 1 ) + LATEST_TAG=$(echo git tag --list | head -n 1 ) CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables From 5ade734f4dbd26de67076a6b089b8fd38409f556 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:30:39 -0300 Subject: [PATCH 0641/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 7abc40a2b2..0c670b7aa2 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -13,7 +13,7 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=$(echo git tag --list | head -n 1 ) + LATEST_TAG=$(echo $(git tag --list | head -n 1)) CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables From defb5cba6cca0e37ba93df2ae9690a35eaf462dd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:32:01 -0300 Subject: [PATCH 0642/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 0c670b7aa2..5b750070df 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -13,7 +13,7 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=$(echo $(git tag --list | head -n 1)) + LATEST_TAG=echo $(git tag --list | head -n 1) CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables From 64ec983d72d518828358fb22f58806b9937b5f3c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:33:36 -0300 Subject: [PATCH 0643/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 5b750070df..7573692a5f 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -13,10 +13,11 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=echo $(git tag --list | head -n 1) + LATEST_TAG=git tag --list | head -n 1 CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables + git tag --list | head -n 1 echo $VERSION_NAME echo $LATEST_TAG echo $CHANGE_LOG From 23f0da35d4f3c822d74e7e07bcedf6d303c7c87b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:35:30 -0300 Subject: [PATCH 0644/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index 7573692a5f..ca57c9bd25 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -13,15 +13,16 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG=git tag --list | head -n 1 + LATEST_TAG="$(git tag --list | head -n 1)" CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables - git tag --list | head -n 1 + echo $VERSION_NAME echo $LATEST_TAG echo $CHANGE_LOG echo $GITHUB_RUN_NUMBER + git tag --list | head -n 1 shell: bash job2: From 578fdf9cc25b57427cc236478d7d94314754e3b5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:38:25 -0300 Subject: [PATCH 0645/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index ca57c9bd25..c2460db173 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -8,7 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Upload to firebase and increment git tag + with: + fetch-depth: 0 + - name: Test if: github.ref == 'refs/heads/main' run: | # Config variables @@ -16,8 +18,7 @@ jobs: LATEST_TAG="$(git tag --list | head -n 1)" CHANGE_LOG=$(echo changelog $LATEST_TAG) - # Check variables - + # Check variables echo $VERSION_NAME echo $LATEST_TAG echo $CHANGE_LOG From 4de70133b067915eb3a01abc6c91a66954b0ebee Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 29 Jun 2022 08:41:02 -0300 Subject: [PATCH 0646/1768] update workflow-tester 43 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester43.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester43.yml b/.github/workflows/workflow-tester43.yml index c2460db173..256a94ac81 100644 --- a/.github/workflows/workflow-tester43.yml +++ b/.github/workflows/workflow-tester43.yml @@ -15,7 +15,7 @@ jobs: run: | # Config variables VERSION_NAME=$(echo MY_VERSION) - LATEST_TAG="$(git tag --list | head -n 1)" + LATEST_TAG=$(git tag --list | head -n 1) CHANGE_LOG=$(echo changelog $LATEST_TAG) # Check variables @@ -23,7 +23,6 @@ jobs: echo $LATEST_TAG echo $CHANGE_LOG echo $GITHUB_RUN_NUMBER - git tag --list | head -n 1 shell: bash job2: From 6bae70be318c909e813a50a7952e78b39e622bed Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Jun 2022 06:29:15 +0000 Subject: [PATCH 0647/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c3657ad62c..7aeaf2c6a7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 29 02:07:59 UTC 2022 +Thu Jun 30 02:07:18 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2774391fc2..19f08eff2b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 28 06:28:28 UTC 2022 +Wed Jun 29 06:27:57 UTC 2022 From 92417c42b883afe6703a9c43e21656dba61ebb7b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 08:10:14 -0300 Subject: [PATCH 0648/1768] add workflow tester 44 Signed-off-by: Guillaume Falourd --- .github/scripts/update_file.py | 0 .github/workflows/workflow-tester44.yml | 20 ++++++++++++++++++++ test.py | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .github/scripts/update_file.py create mode 100644 .github/workflows/workflow-tester44.yml create mode 100644 test.py diff --git a/.github/scripts/update_file.py b/.github/scripts/update_file.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.github/workflows/workflow-tester44.yml b/.github/workflows/workflow-tester44.yml new file mode 100644 index 0000000000..e411b73742 --- /dev/null +++ b/.github/workflows/workflow-tester44.yml @@ -0,0 +1,20 @@ +name: Test 44 # Related to https://stackoverflow.com/questions/72805799/add-github-run-number-to-a-file-in-github-repo + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2.3.4 + + - uses: actions/setup-python@v4 + with: + python-version: 3.8 + + - name: Execute Python script to update test.py file + run: cat test.py + env: + GITHUB_RUN_NUMBER: ${{ github.run_number }} \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000000..9d05e60fc2 --- /dev/null +++ b/test.py @@ -0,0 +1,10 @@ +import json +from importlib import reload +import hashlib +from logging import raiseExceptions +import os +import importlib + +GITHUB_RUN_NUMBER = os.getenv("GITHUB_RUN_NUMBER") + +qwe = importlib.import_module(f"asd-{GITHUB_RUN_NUMBER}") \ No newline at end of file From 13ae508444c67cdcb4dbbac07d93e63b2dbc0af9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 08:14:57 -0300 Subject: [PATCH 0649/1768] update workflow tester 44 Signed-off-by: Guillaume Falourd --- .github/scripts/update_file.py | 22 ++++++++++++++++++++++ .github/workflows/workflow-tester44.yml | 7 +++++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update_file.py b/.github/scripts/update_file.py index e69de29bb2..ef25ea2411 100644 --- a/.github/scripts/update_file.py +++ b/.github/scripts/update_file.py @@ -0,0 +1,22 @@ +import os +import re + +print("START") + +WORKSPACE = os.getenv("WORKSPACE") +FILE = f"{WORKSPACE}/test.py" +GITHUB_RUN_NUMBER = os.getenv("GITHUB_RUN_NUMBER") + +with open(FILE, "r") as file: + content = file.read() + +importlib = f'qwe = importlib.import_module(f"asd-{GITHUB_RUN_NUMBER}")' + +content = re.sub(r"qwe = importlib.import_module(f\"asd-\*\")", importlib, content) + +with open(FILE, "w") as file: + file.write(content) + +print(content) + +print("END") \ No newline at end of file diff --git a/.github/workflows/workflow-tester44.yml b/.github/workflows/workflow-tester44.yml index e411b73742..fcf8fc350c 100644 --- a/.github/workflows/workflow-tester44.yml +++ b/.github/workflows/workflow-tester44.yml @@ -15,6 +15,9 @@ jobs: python-version: 3.8 - name: Execute Python script to update test.py file - run: cat test.py + run: python .github/scripts/update_file.py env: - GITHUB_RUN_NUMBER: ${{ github.run_number }} \ No newline at end of file + WORKSPACE: ${{ github.workspace }} + GITHUB_RUN_NUMBER: ${{ github.run_number }} + + - run: cat test.py \ No newline at end of file From d600d3a04fc240827b45f3adb7a4c36b751f8afe Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 08:16:45 -0300 Subject: [PATCH 0650/1768] update workflow tester 44 Signed-off-by: Guillaume Falourd --- .github/scripts/update_file.py | 5 +++-- test.py | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/scripts/update_file.py b/.github/scripts/update_file.py index ef25ea2411..22fc437c6d 100644 --- a/.github/scripts/update_file.py +++ b/.github/scripts/update_file.py @@ -4,15 +4,16 @@ print("START") WORKSPACE = os.getenv("WORKSPACE") -FILE = f"{WORKSPACE}/test.py" GITHUB_RUN_NUMBER = os.getenv("GITHUB_RUN_NUMBER") +FILE = f"{WORKSPACE}/test.py" + with open(FILE, "r") as file: content = file.read() importlib = f'qwe = importlib.import_module(f"asd-{GITHUB_RUN_NUMBER}")' -content = re.sub(r"qwe = importlib.import_module(f\"asd-\*\")", importlib, content) +content = re.sub(r"qwe = importlib.import_module(f\"asd\")", importlib, content) with open(FILE, "w") as file: file.write(content) diff --git a/test.py b/test.py index 9d05e60fc2..1be839d261 100644 --- a/test.py +++ b/test.py @@ -5,6 +5,4 @@ import os import importlib -GITHUB_RUN_NUMBER = os.getenv("GITHUB_RUN_NUMBER") - -qwe = importlib.import_module(f"asd-{GITHUB_RUN_NUMBER}") \ No newline at end of file +qwe = importlib.import_module(f"asd") \ No newline at end of file From d2a0c3927dd428b5c4b2723a8ead48f6633305e9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 08:18:05 -0300 Subject: [PATCH 0651/1768] update workflow tester 44 Signed-off-by: Guillaume Falourd --- .github/scripts/update_file.py | 4 ++-- test.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/update_file.py b/.github/scripts/update_file.py index 22fc437c6d..2553e59415 100644 --- a/.github/scripts/update_file.py +++ b/.github/scripts/update_file.py @@ -11,9 +11,9 @@ with open(FILE, "r") as file: content = file.read() -importlib = f'qwe = importlib.import_module(f"asd-{GITHUB_RUN_NUMBER}")' +importlib = f'qwe = importlib.import_module("asd-{GITHUB_RUN_NUMBER}")' -content = re.sub(r"qwe = importlib.import_module(f\"asd\")", importlib, content) +content = re.sub(r"#placeholder1", importlib, content) with open(FILE, "w") as file: file.write(content) diff --git a/test.py b/test.py index 1be839d261..3bd72f81e4 100644 --- a/test.py +++ b/test.py @@ -5,4 +5,4 @@ import os import importlib -qwe = importlib.import_module(f"asd") \ No newline at end of file +#placeholder1 \ No newline at end of file From f29bca80dfec247c270dbf4838e6cda19abb404f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 08:19:02 -0300 Subject: [PATCH 0652/1768] update workflow tester 44 Signed-off-by: Guillaume Falourd --- .github/scripts/update_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update_file.py b/.github/scripts/update_file.py index 2553e59415..34615a0507 100644 --- a/.github/scripts/update_file.py +++ b/.github/scripts/update_file.py @@ -18,6 +18,6 @@ with open(FILE, "w") as file: file.write(content) -print(content) +#print(content) print("END") \ No newline at end of file From 45cde5888f8d488148e41298579cb9d072e4185c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 09:22:20 -0300 Subject: [PATCH 0653/1768] add workflow tester 45 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester45.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/workflow-tester45.yml diff --git a/.github/workflows/workflow-tester45.yml b/.github/workflows/workflow-tester45.yml new file mode 100644 index 0000000000..a21685bf83 --- /dev/null +++ b/.github/workflows/workflow-tester45.yml @@ -0,0 +1,16 @@ +name: Test 45 # Related to https://stackoverflow.com/questions/72803738/how-to-break-branch-name-for-building-alpha + +on: + push: + branches: [fix/NN-*] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Extract branch number + id: version + run: | + BRANCH=${GITHUB_REF##*/} + BUILD_NUMBER="${BRANCH//fix\/NN-/""}" + echo $BUILD_NUMBER \ No newline at end of file From 590ebe4615f3467ac4e511395d9d6747fab9ceb1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 09:25:02 -0300 Subject: [PATCH 0654/1768] Update workflow-tester45.yml --- .github/workflows/workflow-tester45.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester45.yml b/.github/workflows/workflow-tester45.yml index a21685bf83..7fae3b862b 100644 --- a/.github/workflows/workflow-tester45.yml +++ b/.github/workflows/workflow-tester45.yml @@ -12,5 +12,5 @@ jobs: id: version run: | BRANCH=${GITHUB_REF##*/} - BUILD_NUMBER="${BRANCH//fix\/NN-/""}" - echo $BUILD_NUMBER \ No newline at end of file + BUILD_NUMBER="${BRANCH//fix//NN-/""}" + echo $BUILD_NUMBER From 1264e68587e7ab9e46400c7bcbcad0f86896de79 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 30 Jun 2022 09:39:19 -0300 Subject: [PATCH 0655/1768] update workflow tester 45 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester45.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester45.yml b/.github/workflows/workflow-tester45.yml index a21685bf83..3a15706beb 100644 --- a/.github/workflows/workflow-tester45.yml +++ b/.github/workflows/workflow-tester45.yml @@ -11,6 +11,7 @@ jobs: - name: Extract branch number id: version run: | - BRANCH=${GITHUB_REF##*/} - BUILD_NUMBER="${BRANCH//fix\/NN-/""}" + BRANCH=${GITHUB_REF} + echo $BRANCH + BUILD_NUMBER="${BRANCH//refs\/heads\/fix\/NN-/}" echo $BUILD_NUMBER \ No newline at end of file From e0bd31dde7563aed93b8bc74b393de78411b08cd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Jul 2022 06:30:11 +0000 Subject: [PATCH 0656/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7aeaf2c6a7..8ae49b97bb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 30 02:07:18 UTC 2022 +Fri Jul 1 02:21:27 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 19f08eff2b..458eb75fb4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 29 06:27:57 UTC 2022 +Thu Jun 30 06:28:47 UTC 2022 From afea39fce372ecaf273662bcd97978ef71606205 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Jul 2022 06:33:42 +0000 Subject: [PATCH 0657/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8ae49b97bb..1372fb0c51 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 1 02:21:27 UTC 2022 +Mon Jul 4 02:16:48 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 458eb75fb4..4f7d55230d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 30 06:28:47 UTC 2022 +Fri Jul 1 06:29:03 UTC 2022 From ca6c48db78746ad575a5f63c2121f84818f3aa3c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Jul 2022 06:28:38 +0000 Subject: [PATCH 0658/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1372fb0c51..f66809eb44 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 4 02:16:48 UTC 2022 +Tue Jul 5 02:07:12 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4f7d55230d..8293cf1849 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 1 06:29:03 UTC 2022 +Mon Jul 4 06:32:33 UTC 2022 From f391307a598e40fdf6655c238ba2b9721fa00a8e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Jul 2022 06:28:43 +0000 Subject: [PATCH 0659/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f66809eb44..4d4c11ccfd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 5 02:07:12 UTC 2022 +Wed Jul 6 02:20:19 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8293cf1849..5c82f42024 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 4 06:32:33 UTC 2022 +Tue Jul 5 06:27:48 UTC 2022 From edb51b4604c8821df6d51152269b47c3d5acb393 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Jul 2022 06:30:24 +0000 Subject: [PATCH 0660/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4d4c11ccfd..7a26dd7eca 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 6 02:20:19 UTC 2022 +Thu Jul 7 02:16:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5c82f42024..5a964fe394 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 5 06:27:48 UTC 2022 +Wed Jul 6 06:27:35 UTC 2022 From d4a631fa52d761960a63e1e6e94af4c14f7b741a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Jul 2022 06:30:33 +0000 Subject: [PATCH 0661/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a26dd7eca..8d90c53fe8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 7 02:16:38 UTC 2022 +Fri Jul 8 02:09:44 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5a964fe394..269af9c7c0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 6 06:27:35 UTC 2022 +Thu Jul 7 06:29:12 UTC 2022 From 8bbc2bd94d0bc282ec244e4640dca7d49cab5aae Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Jul 2022 06:30:14 +0000 Subject: [PATCH 0662/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8d90c53fe8..c5f5148eae 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 8 02:09:44 UTC 2022 +Mon Jul 11 02:06:06 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 269af9c7c0..0436422810 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 7 06:29:12 UTC 2022 +Fri Jul 8 06:29:29 UTC 2022 From e43429591f9831bd83c78580ab4452e7a9ae9747 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Jul 2022 06:29:54 +0000 Subject: [PATCH 0663/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c5f5148eae..8657dd23f2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 11 02:06:06 UTC 2022 +Tue Jul 12 02:19:25 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0436422810..6c6063d253 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 8 06:29:29 UTC 2022 +Mon Jul 11 06:29:49 UTC 2022 From b20d46332709db4d8742d79c30151845f2e5f9eb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Jul 2022 06:30:56 +0000 Subject: [PATCH 0664/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8657dd23f2..69a22448d1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 12 02:19:25 UTC 2022 +Wed Jul 13 02:06:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6c6063d253..174592a681 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 11 06:29:49 UTC 2022 +Tue Jul 12 06:29:22 UTC 2022 From f34fc7a4dcef21ff8cb9ce4a9657f7e9ec124ebd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Jul 2022 06:29:02 +0000 Subject: [PATCH 0665/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 69a22448d1..df800aa1f0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 13 02:06:16 UTC 2022 +Thu Jul 14 02:16:39 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 174592a681..d04ff96fd3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 12 06:29:22 UTC 2022 +Wed Jul 13 06:29:41 UTC 2022 From 89ef2e81320e6c2f831b95e9c688c178ae9e1ee7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Jul 2022 06:28:40 +0000 Subject: [PATCH 0666/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index df800aa1f0..4ef462936b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 14 02:16:39 UTC 2022 +Fri Jul 15 02:25:15 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d04ff96fd3..b15f0637fe 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 13 06:29:41 UTC 2022 +Thu Jul 14 06:28:34 UTC 2022 From 28e9806926c201f45ec0c3898734bcb9a2c7cc95 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 15 Jul 2022 14:33:36 -0300 Subject: [PATCH 0667/1768] add workflow-tester46 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester46.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/workflow-tester46.yml diff --git a/.github/workflows/workflow-tester46.yml b/.github/workflows/workflow-tester46.yml new file mode 100644 index 0000000000..1467ab9c9e --- /dev/null +++ b/.github/workflows/workflow-tester46.yml @@ -0,0 +1,6 @@ +on: + schedule: + - cron: 0 23 1 * * +jobs: + hcpkgrelease: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-1.yml@main \ No newline at end of file From cc86c07b521eb39b93b8582af21636553a595044 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 15 Jul 2022 14:35:11 -0300 Subject: [PATCH 0668/1768] remove workflow-tester46 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester46.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/workflow-tester46.yml diff --git a/.github/workflows/workflow-tester46.yml b/.github/workflows/workflow-tester46.yml deleted file mode 100644 index 1467ab9c9e..0000000000 --- a/.github/workflows/workflow-tester46.yml +++ /dev/null @@ -1,6 +0,0 @@ -on: - schedule: - - cron: 0 23 1 * * -jobs: - hcpkgrelease: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-1.yml@main \ No newline at end of file From 2e1de4c363b764ec00fd4a8d392fa06a7715f623 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Jul 2022 06:30:47 +0000 Subject: [PATCH 0669/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ef462936b..e3f448b5ba 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 15 02:25:15 UTC 2022 +Mon Jul 18 02:10:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b15f0637fe..889e97042b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 14 06:28:34 UTC 2022 +Fri Jul 15 06:27:48 UTC 2022 From 4f7f87ca1d581d9bb609e805b3de05465ae3f12d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Jul 2022 06:28:42 +0000 Subject: [PATCH 0670/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e3f448b5ba..e03bb26df5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 18 02:10:43 UTC 2022 +Tue Jul 19 02:23:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 889e97042b..c548b94256 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 15 06:27:48 UTC 2022 +Mon Jul 18 06:30:21 UTC 2022 From 49fc3c4c6b1fc6ae9bdf6648a3bc736f15da7792 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Jul 2022 06:29:29 +0000 Subject: [PATCH 0671/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e03bb26df5..b0656a7eb8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 19 02:23:01 UTC 2022 +Wed Jul 20 02:07:15 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c548b94256..425cf1ecad 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 18 06:30:21 UTC 2022 +Tue Jul 19 06:28:07 UTC 2022 From a76f0887877f210a4b943a8aa6673627a79320cf Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 20 Jul 2022 18:24:49 -0300 Subject: [PATCH 0672/1768] add workflow tester 46 Signed-off-by: Guillaume Falourd --- .../workflows/49-rename-on-release copy.yml | 33 +++++++++++++++++++ .github/workflows/workflow-tester46.yml | 13 ++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/workflows/49-rename-on-release copy.yml create mode 100644 .github/workflows/workflow-tester46.yml diff --git a/.github/workflows/49-rename-on-release copy.yml b/.github/workflows/49-rename-on-release copy.yml new file mode 100644 index 0000000000..fd5f5e7c54 --- /dev/null +++ b/.github/workflows/49-rename-on-release copy.yml @@ -0,0 +1,33 @@ +name: 49 - Rename on Release # https://stackoverflow.com/questions/71270252/rename-a-file-based-on-release + +on: + push: + tags: + - '*' + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: env list + run: env + - run: echo $GITHUB_REF_NAME + + job2: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + - run: echo $GITHUB_REF_NAME + - run: install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex + - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex + - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + - run: | + FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex + echo $FILENAME + echo "FILENAME=$FILENAME" >> $GITHUB_ENV + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: ${{ env.FILENAME }} diff --git a/.github/workflows/workflow-tester46.yml b/.github/workflows/workflow-tester46.yml new file mode 100644 index 0000000000..3f14e8af66 --- /dev/null +++ b/.github/workflows/workflow-tester46.yml @@ -0,0 +1,13 @@ +name: Test 46 # Related to https://stackoverflow.com/questions/73041315/is-there-a-way-to-override-github-context-variables-in-github-actions + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: echo $GITHUB_EVENT_NAME + - run: echo "GITHUB_EVENT_NAME =1234" >> $GITHUB_ENV + - run: echo ${{ env.GITHUB_EVENT_NAME }} + \ No newline at end of file From 657be2aa8b1f0eec96cdedc137660a4ea678e6d3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 20 Jul 2022 18:25:14 -0300 Subject: [PATCH 0673/1768] remove copy Signed-off-by: Guillaume Falourd --- .../workflows/49-rename-on-release copy.yml | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/49-rename-on-release copy.yml diff --git a/.github/workflows/49-rename-on-release copy.yml b/.github/workflows/49-rename-on-release copy.yml deleted file mode 100644 index fd5f5e7c54..0000000000 --- a/.github/workflows/49-rename-on-release copy.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: 49 - Rename on Release # https://stackoverflow.com/questions/71270252/rename-a-file-based-on-release - -on: - push: - tags: - - '*' - -jobs: - job1: - runs-on: ubuntu-latest - steps: - - name: env list - run: env - - run: echo $GITHUB_REF_NAME - - job2: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.4 - - run: echo $GITHUB_REF_NAME - - run: install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex - - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - run: | - FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - echo $FILENAME - echo "FILENAME=$FILENAME" >> $GITHUB_ENV - - name: Release - uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: ${{ env.FILENAME }} From 899c7c0157d8bf2432e97a7ccd35a366a09ae90e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 20 Jul 2022 18:27:01 -0300 Subject: [PATCH 0674/1768] update workflow tester 46 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester46.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester46.yml b/.github/workflows/workflow-tester46.yml index 3f14e8af66..17b12ac3b3 100644 --- a/.github/workflows/workflow-tester46.yml +++ b/.github/workflows/workflow-tester46.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - run: echo $GITHUB_EVENT_NAME - - run: echo "GITHUB_EVENT_NAME =1234" >> $GITHUB_ENV - - run: echo ${{ env.GITHUB_EVENT_NAME }} + - run: echo "GITHUB_EVENT_NAME=1234" >> $GITHUB_ENV + - run: echo "${{ env.GITHUB_EVENT_NAME }}" \ No newline at end of file From e38ad9978de82ec5bf909aae5d87ad08760b950e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 20 Jul 2022 18:33:06 -0300 Subject: [PATCH 0675/1768] update workflow tester 46 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester46.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester46.yml b/.github/workflows/workflow-tester46.yml index 17b12ac3b3..27a0c6435d 100644 --- a/.github/workflows/workflow-tester46.yml +++ b/.github/workflows/workflow-tester46.yml @@ -10,4 +10,5 @@ jobs: - run: echo $GITHUB_EVENT_NAME - run: echo "GITHUB_EVENT_NAME=1234" >> $GITHUB_ENV - run: echo "${{ env.GITHUB_EVENT_NAME }}" + - run: echo $GITHUB_EVENT_NAME \ No newline at end of file From 4c134a0b9378bbc4ecefe12709ded1c874462e2d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Jul 2022 07:18:24 +0000 Subject: [PATCH 0676/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b0656a7eb8..c3a99efed5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 20 02:07:15 UTC 2022 +Thu Jul 21 02:09:08 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 425cf1ecad..b33d8bc3a3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 19 06:28:07 UTC 2022 +Wed Jul 20 06:28:50 UTC 2022 From 0e7938915f1fcafda90364a9e125ca3d527c0f9d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Jul 2022 06:31:41 +0000 Subject: [PATCH 0677/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c3a99efed5..619311fefa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 21 02:09:08 UTC 2022 +Fri Jul 22 02:10:05 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b33d8bc3a3..004f64c620 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 20 06:28:50 UTC 2022 +Thu Jul 21 07:17:00 UTC 2022 From 5dbbd8256f012ce223541cb17c67c71eb481db6c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Jul 2022 06:31:01 +0000 Subject: [PATCH 0678/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 619311fefa..fcf75b9888 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 22 02:10:05 UTC 2022 +Mon Jul 25 02:06:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 004f64c620..82d210fbb6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 21 07:17:00 UTC 2022 +Fri Jul 22 06:31:11 UTC 2022 From 87857b1adf2b082c62113dae9c5ebc36a99aa324 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Jul 2022 06:30:47 +0000 Subject: [PATCH 0679/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fcf75b9888..1ab6b8b520 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 25 02:06:43 UTC 2022 +Tue Jul 26 02:22:48 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 82d210fbb6..40f7851fd4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 22 06:31:11 UTC 2022 +Mon Jul 25 06:29:53 UTC 2022 From 4ecb5e76163ac927bb0c117c4bb6613cd8431d94 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Jul 2022 06:29:35 +0000 Subject: [PATCH 0680/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1ab6b8b520..cde24d7fe2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 26 02:22:48 UTC 2022 +Wed Jul 27 02:14:13 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 40f7851fd4..5f485d57ef 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 25 06:29:53 UTC 2022 +Tue Jul 26 06:29:44 UTC 2022 From 860b8c5a893ae5c632cf290e6efdcca4f92d6794 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Jul 2022 06:29:49 +0000 Subject: [PATCH 0681/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cde24d7fe2..949a76cc1c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 27 02:14:13 UTC 2022 +Thu Jul 28 02:06:00 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5f485d57ef..baabd6cdda 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 26 06:29:44 UTC 2022 +Wed Jul 27 06:28:45 UTC 2022 From 732cef448c142e93c45dec1ea3ae1b956b098ef2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Jul 2022 18:10:17 -0300 Subject: [PATCH 0682/1768] add workflow-tester47 Signed-off-by: Guillaume Falourd --- .github/workflows/49-rename-on-release.yml | 21 +-------------------- .github/workflows/workflow-tester47.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 20 deletions(-) create mode 100644 .github/workflows/workflow-tester47.yml diff --git a/.github/workflows/49-rename-on-release.yml b/.github/workflows/49-rename-on-release.yml index fd5f5e7c54..5a95eca7d7 100644 --- a/.github/workflows/49-rename-on-release.yml +++ b/.github/workflows/49-rename-on-release.yml @@ -11,23 +11,4 @@ jobs: steps: - name: env list run: env - - run: echo $GITHUB_REF_NAME - - job2: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.4 - - run: echo $GITHUB_REF_NAME - - run: install -Dv /dev/null ./Code/.pio/build/attiny841/firmware.hex - - run: echo "test" >> ./Code/.pio/build/attiny841/firmware.hex - - run: mv ./Code/.pio/build/attiny841/firmware.hex ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - run: cat ./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - - run: | - FILENAME=./Code/.pio/build/attiny841/megadesk-$GITHUB_REF_NAME.hex - echo $FILENAME - echo "FILENAME=$FILENAME" >> $GITHUB_ENV - - name: Release - uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: ${{ env.FILENAME }} + - run: echo $GITHUB_REF_NAME \ No newline at end of file diff --git a/.github/workflows/workflow-tester47.yml b/.github/workflows/workflow-tester47.yml new file mode 100644 index 0000000000..81440fa314 --- /dev/null +++ b/.github/workflows/workflow-tester47.yml @@ -0,0 +1,11 @@ +name: Test 47 + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: windows-latest + steps: + - run: c:\windows\system32\wbem\wmic.exe csproduct get uuid + \ No newline at end of file From 4492ebe6ec0191ecb9ac847e2d29cd446883e564 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Jul 2022 18:29:14 -0300 Subject: [PATCH 0683/1768] test bash windows Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester47.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester47.yml b/.github/workflows/workflow-tester47.yml index 81440fa314..cd605a8fef 100644 --- a/.github/workflows/workflow-tester47.yml +++ b/.github/workflows/workflow-tester47.yml @@ -8,4 +8,10 @@ jobs: runs-on: windows-latest steps: - run: c:\windows\system32\wbem\wmic.exe csproduct get uuid - \ No newline at end of file + + + job2: + runs-on: windows-latest + steps: + - run: /c/windows/system32/wbem/wmic.exe csproduct get uuid + shell: bash \ No newline at end of file From cf93ce6669c1320b338ed009cd34b88de9677135 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Jul 2022 18:49:04 -0300 Subject: [PATCH 0684/1768] test script Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester47.yml | 25 ++++++++++++++++++++++++- shell.py | 15 +++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 shell.py diff --git a/.github/workflows/workflow-tester47.yml b/.github/workflows/workflow-tester47.yml index cd605a8fef..118cb551bd 100644 --- a/.github/workflows/workflow-tester47.yml +++ b/.github/workflows/workflow-tester47.yml @@ -8,10 +8,33 @@ jobs: runs-on: windows-latest steps: - run: c:\windows\system32\wbem\wmic.exe csproduct get uuid + + - name: Checkout repository content + uses: actions/checkout@v3 + + - name: Setup Python Version + uses: actions/setup-python@v2 + with: + python-version: 3.8 + + - name: Execute Python script + run: python shell.py job2: runs-on: windows-latest steps: - run: /c/windows/system32/wbem/wmic.exe csproduct get uuid - shell: bash \ No newline at end of file + shell: bash + + - name: Checkout repository content + uses: actions/checkout@v3 + + - name: Setup Python Version + uses: actions/setup-python@v2 + with: + python-version: 3.8 + + - name: Execute Python script + run: python shell.py + shell: bash \ No newline at end of file diff --git a/shell.py b/shell.py new file mode 100644 index 0000000000..fcd0cbdd38 --- /dev/null +++ b/shell.py @@ -0,0 +1,15 @@ +import subprocess +import os + +try: + shell=os.environ['SHELL'] +except Exception: + shell = "" + +if 'bash' in shell: + result = subprocess.check_output("/c/windows/system32/wbem/wmic.exe csproduct get uuid", shell=False).strip().decode().split("\n")[1] +else: + print(shell) + result = subprocess.check_output("c:\\windows\\system32\\wbem\\wmic.exe csproduct get uuid", shell=False).strip().decode().split("\n")[1] + +print(result) \ No newline at end of file From 8f86ed764a9ede9780141fa33eb5f3e2d216ebc8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 28 Jul 2022 19:04:17 -0300 Subject: [PATCH 0685/1768] test script Signed-off-by: Guillaume Falourd --- shell.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/shell.py b/shell.py index fcd0cbdd38..f67ab9a59d 100644 --- a/shell.py +++ b/shell.py @@ -1,15 +1,5 @@ import subprocess -import os -try: - shell=os.environ['SHELL'] -except Exception: - shell = "" - -if 'bash' in shell: - result = subprocess.check_output("/c/windows/system32/wbem/wmic.exe csproduct get uuid", shell=False).strip().decode().split("\n")[1] -else: - print(shell) - result = subprocess.check_output("c:\\windows\\system32\\wbem\\wmic.exe csproduct get uuid", shell=False).strip().decode().split("\n")[1] +result = subprocess.check_output("c:\\windows\\system32\\wbem\\wmic.exe csproduct get uuid", shell=False).strip().decode().split("\n")[1] #nosec print(result) \ No newline at end of file From bc99bcd98467366a21d67a37052f34130fa77543 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Jul 2022 06:30:21 +0000 Subject: [PATCH 0686/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 949a76cc1c..7ce97b1636 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 28 02:06:00 UTC 2022 +Fri Jul 29 02:20:08 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index baabd6cdda..8ac7b7402e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 27 06:28:45 UTC 2022 +Thu Jul 28 06:29:08 UTC 2022 From 72a06196145590d2913ec14586373e892ce61b0f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Aug 2022 06:41:56 +0000 Subject: [PATCH 0687/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7ce97b1636..55d962d11e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 29 02:20:08 UTC 2022 +Mon Aug 1 02:21:30 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8ac7b7402e..f58ff7f27f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 28 06:29:08 UTC 2022 +Fri Jul 29 06:29:55 UTC 2022 From b5c9cf90e7924bfd81cf30bbacbee1c0faf1ecc5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 1 Aug 2022 09:17:27 -0300 Subject: [PATCH 0688/1768] add workflow-tester48 Signed-off-by: Guillaume Falourd --- .github/actions/test1/action.yaml | 23 +++++++++++++++++++++++ .github/workflows/workflow-tester48.yml | 18 ++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/actions/test1/action.yaml create mode 100644 .github/workflows/workflow-tester48.yml diff --git a/.github/actions/test1/action.yaml b/.github/actions/test1/action.yaml new file mode 100644 index 0000000000..ffdc6933b6 --- /dev/null +++ b/.github/actions/test1/action.yaml @@ -0,0 +1,23 @@ +name: 'Demo Action' +description: 'Related to https://stackoverflow.com/questions/73193320/use-input-parameter-as-condition-to-skip-a-step' + +inputs: + dry_run: + description: 'Skips creation of a release' + default: 'false' + required: true + +runs: + using: "composite" + steps: + - name: Not false + if: ${{ inputs.dry_run != 'false' }} + run: echo "IS NOT FALSE" + shell: bash + # uses: actions/upload-release-asset@v1 + # if: inputs.dry_run != 'false' + + - name: UFalse + if: ${{ inputs.dry_run == 'false' }} + run: echo "IS FALSE" + shell: bash \ No newline at end of file diff --git a/.github/workflows/workflow-tester48.yml b/.github/workflows/workflow-tester48.yml new file mode 100644 index 0000000000..6bc9959b2c --- /dev/null +++ b/.github/workflows/workflow-tester48.yml @@ -0,0 +1,18 @@ +name: Test 48 #Related to SO https://stackoverflow.com/questions/73193320/use-input-parameter-as-condition-to-skip-a-step + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 # Necessary to access local action + - name: Test1 Action Call TRUE + id: test1-action + uses: ./.github/actions/test1 + with: + dry_run: 'true' + - name: Test1 Action Call FALSE + id: test1-action + uses: ./.github/actions/test1 \ No newline at end of file From 958f9e966cda96059aa915f87b7a4a54ee723be3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 1 Aug 2022 09:18:30 -0300 Subject: [PATCH 0689/1768] update workflow-tester48 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester48.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester48.yml b/.github/workflows/workflow-tester48.yml index 6bc9959b2c..aff98f252a 100644 --- a/.github/workflows/workflow-tester48.yml +++ b/.github/workflows/workflow-tester48.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2.3.4 # Necessary to access local action - name: Test1 Action Call TRUE - id: test1-action + id: test1-action-true uses: ./.github/actions/test1 with: dry_run: 'true' - name: Test1 Action Call FALSE - id: test1-action + id: test1-action-false uses: ./.github/actions/test1 \ No newline at end of file From f49974996cc6dc7194c0deae37da8de9157ee95c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 1 Aug 2022 09:25:48 -0300 Subject: [PATCH 0690/1768] update workflow-tester48 Signed-off-by: Guillaume Falourd --- .github/actions/test1/action.yaml | 10 +++++++--- .github/workflows/workflow-tester48.yml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/actions/test1/action.yaml b/.github/actions/test1/action.yaml index ffdc6933b6..b5d7219582 100644 --- a/.github/actions/test1/action.yaml +++ b/.github/actions/test1/action.yaml @@ -3,21 +3,25 @@ description: 'Related to https://stackoverflow.com/questions/73193320/use-input- inputs: dry_run: + type: boolean description: 'Skips creation of a release' - default: 'false' + default: false required: true runs: using: "composite" steps: - - name: Not false + - run: echo "Input is ${{inputs.dry_run}} " + shell: bash + + - name: 'Not false' if: ${{ inputs.dry_run != 'false' }} run: echo "IS NOT FALSE" shell: bash # uses: actions/upload-release-asset@v1 # if: inputs.dry_run != 'false' - - name: UFalse + - name: 'False' if: ${{ inputs.dry_run == 'false' }} run: echo "IS FALSE" shell: bash \ No newline at end of file diff --git a/.github/workflows/workflow-tester48.yml b/.github/workflows/workflow-tester48.yml index aff98f252a..159e52c126 100644 --- a/.github/workflows/workflow-tester48.yml +++ b/.github/workflows/workflow-tester48.yml @@ -12,7 +12,7 @@ jobs: id: test1-action-true uses: ./.github/actions/test1 with: - dry_run: 'true' + dry_run: true - name: Test1 Action Call FALSE id: test1-action-false uses: ./.github/actions/test1 \ No newline at end of file From 94fe1b4634d2b3aceeceb780a8fbbb7c774534e4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Aug 2022 06:28:17 +0000 Subject: [PATCH 0691/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 55d962d11e..9bee0ffcaa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 1 02:21:30 UTC 2022 +Tue Aug 2 02:26:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f58ff7f27f..130374a03f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 29 06:29:55 UTC 2022 +Mon Aug 1 06:41:15 UTC 2022 From 93468dfb8b2675539ee5bcd99078f14a234aa6e1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Aug 2022 21:17:55 -0300 Subject: [PATCH 0692/1768] add workflow-tester49 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester49.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/workflow-tester49.yml diff --git a/.github/workflows/workflow-tester49.yml b/.github/workflows/workflow-tester49.yml new file mode 100644 index 0000000000..18b8f6522b --- /dev/null +++ b/.github/workflows/workflow-tester49.yml @@ -0,0 +1,18 @@ +name: Test 49 #Related to SO https://stackoverflow.com/questions/73213189/cannot-set-a-env-var-when-using-macos-runner + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Set variable + run: | + RUNDATEOSX=$(date -d "-2 days" +%Y%m%d) + echo "RUNDATEOSX=$RUNDATEOSX" >> $GITHUB_ENV + + - name: Print variable + run: | + echo "RUNDATEOSX:" ${{ env.RUNDATEOSX }} + echo "RUNDATEOSX:" $RUNDATEOSX \ No newline at end of file From e89bf5ba8ddbf2109581f4a8316e30c63606f9c7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Aug 2022 21:21:35 -0300 Subject: [PATCH 0693/1768] update workflow-tester49 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester49.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester49.yml b/.github/workflows/workflow-tester49.yml index 18b8f6522b..cc529d1ed4 100644 --- a/.github/workflows/workflow-tester49.yml +++ b/.github/workflows/workflow-tester49.yml @@ -5,7 +5,7 @@ on: jobs: job1: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Set variable run: | From 27cb33a4b08a27233bd05a6630033622cd661de1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Aug 2022 21:30:17 -0300 Subject: [PATCH 0694/1768] update workflow-tester49 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester49.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester49.yml b/.github/workflows/workflow-tester49.yml index cc529d1ed4..1e1782b406 100644 --- a/.github/workflows/workflow-tester49.yml +++ b/.github/workflows/workflow-tester49.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Set variable run: | - RUNDATEOSX=$(date -d "-2 days" +%Y%m%d) + RUNDATEOSX=$(date -j -v-2d +%Y%m%d) echo "RUNDATEOSX=$RUNDATEOSX" >> $GITHUB_ENV - name: Print variable From 44e9c6ef13798e8e232dc812d87a2967298d342b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Aug 2022 06:28:55 +0000 Subject: [PATCH 0695/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9bee0ffcaa..11231f77bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 2 02:26:16 UTC 2022 +Wed Aug 3 02:09:30 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 130374a03f..afad2ffcbe 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 1 06:41:15 UTC 2022 +Tue Aug 2 06:27:51 UTC 2022 From 651fc7cbf1c186179217f06369a518540df5ef7b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Aug 2022 11:23:51 +0000 Subject: [PATCH 0696/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/create-json.yml | 16 ++++++++++++++++ backup/.github/workflows/replace-token.yml | 16 ++++++++++++++++ backup/README.md | 8 ++++++++ backup/file.json | 4 ++++ backup/pull-request-workflow.txt | 2 +- 5 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/create-json.yml create mode 100644 backup/.github/workflows/replace-token.yml create mode 100644 backup/file.json diff --git a/backup/.github/workflows/create-json.yml b/backup/.github/workflows/create-json.yml new file mode 100644 index 0000000000..86c905f4f2 --- /dev/null +++ b/backup/.github/workflows/create-json.yml @@ -0,0 +1,16 @@ +name: Create JSON + +on: [push, workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: cat file.json + - name: create-json + uses: jsdaniell/create-json@1.1.2 + with: + name: "file.json" + json: '{"appId":"foofoo", "secret_token":"${{ secrets.SECRET_TEST }}"}' + - run: cat file.json \ No newline at end of file diff --git a/backup/.github/workflows/replace-token.yml b/backup/.github/workflows/replace-token.yml new file mode 100644 index 0000000000..aaeca9d633 --- /dev/null +++ b/backup/.github/workflows/replace-token.yml @@ -0,0 +1,16 @@ +name: Replace Token + +on: [push, workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: cat file.json + - uses: cschleiden/replace-tokens@v1 + with: + files: 'file.json' + env: + SECRET_TOKEN: ${{ secrets.SECRET_TEST }} + - run: cat file.json \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index bb16836522..cf7076ad9d 100644 --- a/backup/README.md +++ b/backup/README.md @@ -104,6 +104,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Copycat](https://github.com/marketplace/actions/copycat-action): GitHub action to copy files from your repository to another external repository. It is also possible to copy files from/to repository Wikis. +[![Create JSON](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-json.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-json.yml) + +[Create JSON](https://github.com/marketplace/actions/create-json): GitHub Action to create a .json file dynamically on your workflow. + [![Create Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml) [Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub action to create a pull request for changes to your repository in the actions workspace. @@ -176,6 +180,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Release](https://github.com/marketplace/actions/gh-release): GitHub Action for creating GitHub Releases on Linux, Windows, and macOS virtual environments. +[![Replace Token](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-token.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-token.yml) + +[Replace Token](https://github.com/marketplace/actions/replace-tokens): GitHub Action for replacing tokens in files. + [![Repository-Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml) [![Repository-Dispatch-Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml) [Repository-Dispatch](https://github.com/marketplace/actions/repository-dispatch): GitHub Action to create a repository dispatch event. diff --git a/backup/file.json b/backup/file.json new file mode 100644 index 0000000000..8914425d77 --- /dev/null +++ b/backup/file.json @@ -0,0 +1,4 @@ +{ + "secret_token": "#{SECRET_TOKEN}#", + "apiId": "blabla" +} \ No newline at end of file diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index afad2ffcbe..4d37621690 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 2 06:27:51 UTC 2022 +Wed Aug 3 06:27:46 UTC 2022 From 9c704b40ed3278eeaea6498bc765f09eaf572a57 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Aug 2022 11:25:33 +0000 Subject: [PATCH 0697/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/commit-and-push-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 5023be527e..00154b84ef 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri May 6 19:34:57 UTC 2022 +Wed Aug 3 11:24:08 UTC 2022 From f87292a7d9eb872507123bb774ca9b59688af59d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Aug 2022 06:31:48 +0000 Subject: [PATCH 0698/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 11231f77bc..54495dc787 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 3 02:09:30 UTC 2022 +Thu Aug 4 02:02:13 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 00154b84ef..5023be527e 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Aug 3 11:24:08 UTC 2022 +Fri May 6 19:34:57 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index fc6dde6898..174941d862 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri May 6 19:34:14 UTC 2022 +Wed Aug 3 11:25:37 UTC 2022 From caf1202906a156698b471c67271eeaad4050a1d8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 4 Aug 2022 08:17:17 -0300 Subject: [PATCH 0699/1768] add workflow-tester50 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester50.yml | 18 ++++++++++++++++++ crontab | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 .github/workflows/workflow-tester50.yml create mode 100644 crontab diff --git a/.github/workflows/workflow-tester50.yml b/.github/workflows/workflow-tester50.yml new file mode 100644 index 0000000000..1e1782b406 --- /dev/null +++ b/.github/workflows/workflow-tester50.yml @@ -0,0 +1,18 @@ +name: Test 49 #Related to SO https://stackoverflow.com/questions/73213189/cannot-set-a-env-var-when-using-macos-runner + +on: + workflow_dispatch: + +jobs: + job1: + runs-on: macos-latest + steps: + - name: Set variable + run: | + RUNDATEOSX=$(date -j -v-2d +%Y%m%d) + echo "RUNDATEOSX=$RUNDATEOSX" >> $GITHUB_ENV + + - name: Print variable + run: | + echo "RUNDATEOSX:" ${{ env.RUNDATEOSX }} + echo "RUNDATEOSX:" $RUNDATEOSX \ No newline at end of file diff --git a/crontab b/crontab new file mode 100644 index 0000000000..222b2469c6 --- /dev/null +++ b/crontab @@ -0,0 +1,3 @@ +46 1 * * * curl -Ssi -X GET https://www.zup.com.br/ +0 1 1 * * curl -Ssi -X GET https://www.zup.com.br/ +0 0 * * MON-FRI curl -Ssi -X GET https://www.zup.com.br/ \ No newline at end of file From 26e49b924e2241b9420fd099c9434eae8d681d35 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 4 Aug 2022 08:17:49 -0300 Subject: [PATCH 0700/1768] update workflow-tester50 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester50.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/workflow-tester50.yml b/.github/workflows/workflow-tester50.yml index 1e1782b406..a87f15f2d3 100644 --- a/.github/workflows/workflow-tester50.yml +++ b/.github/workflows/workflow-tester50.yml @@ -1,18 +1,16 @@ -name: Test 49 #Related to SO https://stackoverflow.com/questions/73213189/cannot-set-a-env-var-when-using-macos-runner +name: Test 50 #Related to SO https://stackoverflow.com/questions/73232652/validate-crontab-with-github-action on: workflow_dispatch: +env: + CRONTAB_FILE : './crontab' + jobs: job1: - runs-on: macos-latest + name: Check Crontab file + runs-on: ubuntu-latest steps: - - name: Set variable - run: | - RUNDATEOSX=$(date -j -v-2d +%Y%m%d) - echo "RUNDATEOSX=$RUNDATEOSX" >> $GITHUB_ENV - - - name: Print variable - run: | - echo "RUNDATEOSX:" ${{ env.RUNDATEOSX }} - echo "RUNDATEOSX:" $RUNDATEOSX \ No newline at end of file + - uses: actions/checkout@v3 + - name: 'run crontab command from file' + run : crontab < $CRONTAB_FILE \ No newline at end of file From a58286209a21d7270ae701f35bf4eeef4db72ef2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 4 Aug 2022 08:24:13 -0300 Subject: [PATCH 0701/1768] update workflow-tester50 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester50.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester50.yml b/.github/workflows/workflow-tester50.yml index a87f15f2d3..35cf8a9ac7 100644 --- a/.github/workflows/workflow-tester50.yml +++ b/.github/workflows/workflow-tester50.yml @@ -8,9 +8,8 @@ env: jobs: job1: - name: Check Crontab file runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: 'run crontab command from file' + - name: Run crontab command from file run : crontab < $CRONTAB_FILE \ No newline at end of file From a3746ee2fe32b60bab78300ebb65cd6e13f8c606 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 4 Aug 2022 08:26:36 -0300 Subject: [PATCH 0702/1768] update workflow-tester50 Signed-off-by: Guillaume Falourd --- crontab | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crontab b/crontab index 222b2469c6..43774b863c 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,5 @@ 46 1 * * * curl -Ssi -X GET https://www.zup.com.br/ 0 1 1 * * curl -Ssi -X GET https://www.zup.com.br/ -0 0 * * MON-FRI curl -Ssi -X GET https://www.zup.com.br/ \ No newline at end of file +0 0 * * MON-FRI curl -Ssi -X GET https://www.zup.com.br/ + + From 2f3b687d50b6fac02d9dca9f710cb48cbcd02e85 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 4 Aug 2022 16:24:07 -0300 Subject: [PATCH 0703/1768] add workflowtester51 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester51.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/workflow-tester51.yml diff --git a/.github/workflows/workflow-tester51.yml b/.github/workflows/workflow-tester51.yml new file mode 100644 index 0000000000..a9708ad616 --- /dev/null +++ b/.github/workflows/workflow-tester51.yml @@ -0,0 +1,13 @@ +name: Test 51 #Related to SO https://stackoverflow.com/questions/73240847/github-action-workflow-executed-without-being-called-in-on-statement + +on: + pull_request_review: + types: [submitted, edited] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: | + echo "Triggered" + echo ${{ github.event }} \ No newline at end of file From 60511a3dc54aff3354ba669f51d773a6c881dbfc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 5 Aug 2022 06:29:13 +0000 Subject: [PATCH 0704/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 54495dc787..e9dd9c26b7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 4 02:02:13 UTC 2022 +Fri Aug 5 02:03:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4d37621690..c31e7db7f5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 3 06:27:46 UTC 2022 +Thu Aug 4 06:31:01 UTC 2022 From e008ed4cba5189402f3410d8c64d4113ffb3ed67 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 8 Aug 2022 06:31:31 +0000 Subject: [PATCH 0705/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e9dd9c26b7..37e311bdab 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 5 02:03:43 UTC 2022 +Mon Aug 8 02:00:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c31e7db7f5..e7da8ea20f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 4 06:31:01 UTC 2022 +Fri Aug 5 06:28:34 UTC 2022 From e6fa9b6acc1f6afb12dd5df36d33f59c376b1818 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 9 Aug 2022 06:30:30 +0000 Subject: [PATCH 0706/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 37e311bdab..20bd84ea25 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 8 02:00:38 UTC 2022 +Tue Aug 9 02:13:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e7da8ea20f..5ad9fc55c0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 5 06:28:34 UTC 2022 +Mon Aug 8 06:31:04 UTC 2022 From 4f270a7964e2c4c97b83be76a4575a95e8055f93 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 10 Aug 2022 06:30:17 +0000 Subject: [PATCH 0707/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 20bd84ea25..0eaa067871 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 9 02:13:38 UTC 2022 +Wed Aug 10 01:51:57 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5ad9fc55c0..857b3e5d00 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 8 06:31:04 UTC 2022 +Tue Aug 9 06:29:38 UTC 2022 From 8d2a51b83cc8f9eb707b1994aff99f339f75e267 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 10 Aug 2022 08:11:14 -0300 Subject: [PATCH 0708/1768] add workflow tester 52 Signed-off-by: Guillaume Falourd --- .../workflows/workflow-tester52-reusable.yml | 21 +++++++++++++++++ .github/workflows/workflow-tester52.yml | 23 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/workflows/workflow-tester52-reusable.yml create mode 100644 .github/workflows/workflow-tester52.yml diff --git a/.github/workflows/workflow-tester52-reusable.yml b/.github/workflows/workflow-tester52-reusable.yml new file mode 100644 index 0000000000..06b26a8455 --- /dev/null +++ b/.github/workflows/workflow-tester52-reusable.yml @@ -0,0 +1,21 @@ +name: Test 52 (reusable) + +on: + #workflow_dispatch: + workflow_call: + inputs: + input_var: + required: true + type: string + another_input_var: + required: true + type: string + +jobs: + the_job: + runs-on: ubuntu-latest + steps: + - name: Print inputs + run: | + echo "input_var: ${{ inputs.input_var }}" + echo "another_input_var: ${{ inputs.another_input_var }}" \ No newline at end of file diff --git a/.github/workflows/workflow-tester52.yml b/.github/workflows/workflow-tester52.yml new file mode 100644 index 0000000000..6c5a4b7f6d --- /dev/null +++ b/.github/workflows/workflow-tester52.yml @@ -0,0 +1,23 @@ +name: Test 52 #Related to SO https://stackoverflow.com/questions/73305126/passing-variable-inputs-to-a-resuable-workflow + +on: + workflow_dispatch: + +env: + SOME_VAR: bla_bla_bla + ANOTHER_VAR: stuff_stuff + +jobs: + print: + runs-on: ubuntu-latest + steps: + - name: Print inputs passed to the reusable workflow + run: | + echo "some var: $SOME_VAR" + echo "another var: $ANOTHER_VAR" + + call_reusable: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main + with: + input_var: $SOME_VAR + another_input_var: $ANOTHER_VAR \ No newline at end of file From f2e12b8fcb0a861759112f2577a7f3feed01e7f0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 10 Aug 2022 08:12:57 -0300 Subject: [PATCH 0709/1768] update workflow tester 52 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester52-reusable.yml | 2 +- .github/workflows/workflow-tester52.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester52-reusable.yml b/.github/workflows/workflow-tester52-reusable.yml index 06b26a8455..2b10a8d73d 100644 --- a/.github/workflows/workflow-tester52-reusable.yml +++ b/.github/workflows/workflow-tester52-reusable.yml @@ -1,7 +1,7 @@ name: Test 52 (reusable) on: - #workflow_dispatch: + workflow_dispatch: workflow_call: inputs: input_var: diff --git a/.github/workflows/workflow-tester52.yml b/.github/workflows/workflow-tester52.yml index 6c5a4b7f6d..89312c7c93 100644 --- a/.github/workflows/workflow-tester52.yml +++ b/.github/workflows/workflow-tester52.yml @@ -19,5 +19,5 @@ jobs: call_reusable: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main with: - input_var: $SOME_VAR - another_input_var: $ANOTHER_VAR \ No newline at end of file + input_var: ${{ env.SOME_VAR }} + another_input_var: ${{ env.ANOTHER_VAR }} \ No newline at end of file From 4dfea33ba83a374fddcca130a1be148412197a9d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 10 Aug 2022 08:22:47 -0300 Subject: [PATCH 0710/1768] update workflow tester 52 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester52.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester52.yml b/.github/workflows/workflow-tester52.yml index 89312c7c93..6090afa549 100644 --- a/.github/workflows/workflow-tester52.yml +++ b/.github/workflows/workflow-tester52.yml @@ -10,14 +10,22 @@ env: jobs: print: runs-on: ubuntu-latest + outputs: + some_var: ${{ steps.step1.outputs.test }} + another_var: ${{ steps.step1.outputs.test }} steps: - name: Print inputs passed to the reusable workflow + id: step1 run: | echo "some var: $SOME_VAR" + echo "::set-output name=some_var::$SOME_VAR" echo "another var: $ANOTHER_VAR" + echo "::set-output name=another_var::$ANOTHER_VAR" call_reusable: + needs: + - print uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main with: - input_var: ${{ env.SOME_VAR }} - another_input_var: ${{ env.ANOTHER_VAR }} \ No newline at end of file + input_var: ${{ needs.print.outputs.some_var }} + another_input_var: ${{ needs.print.outputs.another_var }} \ No newline at end of file From 249a210a215330170956cd82bf2fc4f6e5ee558f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 10 Aug 2022 08:24:38 -0300 Subject: [PATCH 0711/1768] update workflow tester 52 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester52.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester52.yml b/.github/workflows/workflow-tester52.yml index 6090afa549..f49808f20d 100644 --- a/.github/workflows/workflow-tester52.yml +++ b/.github/workflows/workflow-tester52.yml @@ -11,8 +11,8 @@ jobs: print: runs-on: ubuntu-latest outputs: - some_var: ${{ steps.step1.outputs.test }} - another_var: ${{ steps.step1.outputs.test }} + some_var: ${{ steps.step1.outputs.some_var }} + another_var: ${{ steps.step1.outputs.another_var }} steps: - name: Print inputs passed to the reusable workflow id: step1 From f3a968c4ace730b4a6d448e176860170f3844ab2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 11 Aug 2022 06:28:40 +0000 Subject: [PATCH 0712/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0eaa067871..5fda7ed476 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 10 01:51:57 UTC 2022 +Thu Aug 11 01:55:41 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 857b3e5d00..b165ca5769 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 9 06:29:38 UTC 2022 +Wed Aug 10 06:29:46 UTC 2022 From 4da42dddd70f1eed8e1b674896c206d8327169a0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 12 Aug 2022 06:29:50 +0000 Subject: [PATCH 0713/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5fda7ed476..595219a04f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 11 01:55:41 UTC 2022 +Fri Aug 12 02:01:25 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b165ca5769..ae40379304 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 10 06:29:46 UTC 2022 +Thu Aug 11 06:28:08 UTC 2022 From f4ba41372f43705bbd541087b6b6a8de7bf5aa49 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 15 Aug 2022 06:31:08 +0000 Subject: [PATCH 0714/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 595219a04f..322d299b97 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 12 02:01:25 UTC 2022 +Mon Aug 15 02:18:12 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ae40379304..99730448de 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 11 06:28:08 UTC 2022 +Fri Aug 12 06:29:15 UTC 2022 From ab69cc533dd0724bacbfa83ee449de8e37556d57 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 16 Aug 2022 06:28:51 +0000 Subject: [PATCH 0715/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 322d299b97..dedb186d04 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 15 02:18:12 UTC 2022 +Tue Aug 16 02:11:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 99730448de..aac7db2d04 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 12 06:29:15 UTC 2022 +Mon Aug 15 06:30:38 UTC 2022 From a6ad2f919fade056b5a653f2b255137f4fae4d44 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Aug 2022 06:32:11 +0000 Subject: [PATCH 0716/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dedb186d04..84a219421e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 16 02:11:54 UTC 2022 +Wed Aug 17 02:24:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index aac7db2d04..46de131cc1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 15 06:30:38 UTC 2022 +Tue Aug 16 06:27:53 UTC 2022 From a7f62d271b93e4607ceb3fafa83de404e4672cea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Aug 2022 06:29:31 +0000 Subject: [PATCH 0717/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 84a219421e..7a4d0d8acb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 17 02:24:59 UTC 2022 +Thu Aug 18 02:25:45 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 46de131cc1..0dfef863d9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 16 06:27:53 UTC 2022 +Wed Aug 17 06:31:02 UTC 2022 From fcbd2bcfe9974c0b848f33eb709300af29e0fc00 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 18 Aug 2022 08:50:29 -0300 Subject: [PATCH 0718/1768] test local action directory Signed-off-by: Guillaume Falourd --- .github/workflows/36-local-action.yml | 12 +++++++++ .github/workflows/local-action/action.yaml | 31 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/workflows/local-action/action.yaml diff --git a/.github/workflows/36-local-action.yml b/.github/workflows/36-local-action.yml index b7f3a72b0e..bcccc69e93 100644 --- a/.github/workflows/36-local-action.yml +++ b/.github/workflows/36-local-action.yml @@ -13,5 +13,17 @@ jobs: uses: ./.github/actions/local-action with: name: "World" + - name: Local Action Output + run: echo "${{ steps.local-action.outputs.random }}" + + job2: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 # Necessary to access local action + - name: Local Action Call + id: local-action + uses: ./.github/workflows/local-action + with: + name: "World" - name: Local Action Output run: echo "${{ steps.local-action.outputs.random }}" \ No newline at end of file diff --git a/.github/workflows/local-action/action.yaml b/.github/workflows/local-action/action.yaml new file mode 100644 index 0000000000..f66f17a3ea --- /dev/null +++ b/.github/workflows/local-action/action.yaml @@ -0,0 +1,31 @@ +name: 'Local Action' +description: 'Runs a composite step action' +inputs: + name: + required: false + description: "Name" + +outputs: + random: + description: "Random number output" + value: ${{ steps.step1.outputs.random }} + +runs: + using: "composite" + steps: + - name: Check out code + uses: actions/checkout@v2 + - name: Step operations + if: ${{ inputs.name != '' }} + id: step1 + run: | + echo Hello ${{ inputs.name }} + echo List directory files + ls + echo "::set-output name=random::$(echo $RANDOM)" + shell: bash + - name: Step operations 2 + if: ${{ inputs.name == '' }} + run: | + echo Input Name is empty: ${{ inputs.name }} + shell: bash \ No newline at end of file From adf02daaa2354942f0b038704bbadc6a1e61adfa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 18 Aug 2022 08:53:22 -0300 Subject: [PATCH 0719/1768] test local action directory on reusable Signed-off-by: Guillaume Falourd --- .github/workflows/48-reusable-workflow-1.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/48-reusable-workflow-1.yml b/.github/workflows/48-reusable-workflow-1.yml index e710c6d467..02c6985b0b 100644 --- a/.github/workflows/48-reusable-workflow-1.yml +++ b/.github/workflows/48-reusable-workflow-1.yml @@ -10,4 +10,15 @@ jobs: - run: | echo "Waiting 1 minute..." sleep 60 - echo "Hello World" \ No newline at end of file + echo "Hello World" + job-reusable-2: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 # Necessary to access local action + - name: Local Action Call + id: local-action + uses: ./.github/actions/local-action + with: + name: "World" + - name: Local Action Output + run: echo "${{ steps.local-action.outputs.random }}" \ No newline at end of file From 56381bcedfe41a05b1c5a50c1b3be59d20aba981 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 19 Aug 2022 06:31:51 +0000 Subject: [PATCH 0720/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a4d0d8acb..d716ad56dd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 18 02:25:45 UTC 2022 +Fri Aug 19 02:20:02 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0dfef863d9..0c9fdc70f9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 17 06:31:02 UTC 2022 +Thu Aug 18 06:28:59 UTC 2022 From 58c5188631c6d416c00154f06e75ffc5f307baa0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Aug 2022 06:33:49 +0000 Subject: [PATCH 0721/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d716ad56dd..35925b819e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 19 02:20:02 UTC 2022 +Mon Aug 22 02:11:07 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0c9fdc70f9..d8b7485a10 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 18 06:28:59 UTC 2022 +Mon Aug 22 06:32:28 UTC 2022 From b1911e519cd1566ae54ceea918a582080e6aacc3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 23 Aug 2022 06:37:30 +0000 Subject: [PATCH 0722/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 35925b819e..ba369df005 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 22 02:11:07 UTC 2022 +Tue Aug 23 02:22:21 UTC 2022 From e52cdf0e028c66b9b114509dfcf590cdc4ce1a4d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Aug 2022 06:31:22 +0000 Subject: [PATCH 0723/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ba369df005..c973eff7ce 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 23 02:22:21 UTC 2022 +Wed Aug 24 02:19:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d8b7485a10..1ef31055f2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 22 06:32:28 UTC 2022 +Wed Aug 24 06:30:41 UTC 2022 From a07f558498d36df91aca831dc9b402dcca9be5b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 Aug 2022 06:41:06 +0000 Subject: [PATCH 0724/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c973eff7ce..a63c41351d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 24 02:19:54 UTC 2022 +Thu Aug 25 02:23:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1ef31055f2..d8c774b823 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 24 06:30:41 UTC 2022 +Thu Aug 25 06:39:52 UTC 2022 From 980d244838f823428020f687571994bfc8f9f764 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 26 Aug 2022 06:42:26 +0000 Subject: [PATCH 0725/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a63c41351d..5767c4a700 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 25 02:23:40 UTC 2022 +Fri Aug 26 02:30:49 UTC 2022 From 87e956c9c8e72c19b92fb43ccfda69d8ab13e237 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Aug 2022 06:51:55 +0000 Subject: [PATCH 0726/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5767c4a700..505fda10b4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 26 02:30:49 UTC 2022 +Mon Aug 29 02:29:59 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d8c774b823..99dd11d2dc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 25 06:39:52 UTC 2022 +Fri Aug 26 06:41:57 UTC 2022 From 710262a05357b5a098e3021c95a42ce14b78f875 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 Aug 2022 14:40:36 -0300 Subject: [PATCH 0727/1768] add 56-issue-form workflow Signed-off-by: Guillaume Falourd --- .github/ISSUE_TEMPLATE.yml | 33 +++++++++++++++ .github/workflows/56-issue-form.yml | 66 +++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.yml create mode 100644 .github/workflows/56-issue-form.yml diff --git a/.github/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE.yml new file mode 100644 index 0000000000..4ca43840e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.yml @@ -0,0 +1,33 @@ +name: "Test" +description: Test +title: "Test" +labels: ["test1","test2"] +assignees: + - ${{github.author}} +body: + - type: markdown + attributes: + value: | + Formulário padrão + + - type: input + id: name + attributes: + label: ">>Name<<" + description: Name + placeholder: myname + validations: + required: true + + - type: dropdown + id: template + attributes: + label: ">>Template<<" + description: Select an option + options: + - option1 + - option2 + - option3 + + validations: + required: true \ No newline at end of file diff --git a/.github/workflows/56-issue-form.yml b/.github/workflows/56-issue-form.yml new file mode 100644 index 0000000000..c190924a13 --- /dev/null +++ b/.github/workflows/56-issue-form.yml @@ -0,0 +1,66 @@ +name: Issue Form + +on: + issues: + types: [opened, reopened] + +jobs: + comment: + runs-on: ubuntu-latest + if: ${{ !contains(github.event.issue.labels.*.name, 'urbancode') && !contains(github.event.issue.labels.*.name, 'stackspot') }} + steps: + - name: Create comment + uses: peter-evans/create-or-update-comment@v1 + with: + issue-number: ${{ github.event.issue.number }} + body: | + Follow the run through: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} + reactions: '+1' + + form-to-json: + name: Convert Form Issue to JSON + runs-on: ubuntu-latest + needs: [comment] + outputs: + payload-parsed: ${{ steps.payload.outputs.json_var }} + steps: + - name: Run Issue form parser + id: parse + uses: peter-murray/issue-forms-body-parser@v2.0.0 + with: + issue_id: ${{ github.event.issue.number }} + separator: '###' + label_marker_start: '>>' + label_marker_end: '<<' + + - name: Set output + id: payload + run: echo ::set-output name=json_var::'${{ steps.parse.outputs.payload }}' + + - name: Show output + run: echo "${{ toJson(steps.payload.outputs.json_var) }}" + + test: + runs-on: ubuntu-latest + needs: [form-to-json] + steps: + - name: Test echo form fields + run: | + echo ${{ fromJson(needs.form-to-json.outputs.payload-parsed)['Name'] }} + echo ${{ fromJson(needs.form-to-json.outputs.payload-parsed)['Template'] }} + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + + auto-closing-issue: + needs: [test] + name: Auto-closing Issue + runs-on: ubuntu-latest + steps: + - name: Close Issue + id: parse + uses: peter-evans/close-issue@v1 + with: + issue-number: ${{ github.event.issue.number }} + comment: Close automatically through https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} \ No newline at end of file From 763ec1c170ef77675db395670eb3b0f8d9324d64 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 Aug 2022 14:47:29 -0300 Subject: [PATCH 0728/1768] update 56-issue-form workflow Signed-off-by: Guillaume Falourd --- .github/workflows/56-issue-form.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/56-issue-form.yml b/.github/workflows/56-issue-form.yml index c190924a13..f05497bd72 100644 --- a/.github/workflows/56-issue-form.yml +++ b/.github/workflows/56-issue-form.yml @@ -1,4 +1,6 @@ -name: Issue Form +name: 56 - Issue Form + +# Example using the ISSUE FORM available on Github Enterprise (using the .github/ISSUE_TEMPLATE.yml file) on: issues: From 69f6f98c0217dd33d6f438a333997cb474a9c9f5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 Aug 2022 14:53:28 -0300 Subject: [PATCH 0729/1768] update README file Signed-off-by: Guillaume Falourd --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a28ae176a4..5a78654e12 100644 --- a/README.md +++ b/README.md @@ -254,4 +254,16 @@ This workflow illustrates how to use concurrency to avoid the same workflow to r [![52 - Print Secret](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/52-print-secret.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/52-print-secret.yml) -This workflow illustrates how to print secrets values on a workflow run. To harden the security of your github actions, have a look at [this guide](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) on the Github Official Documentation. \ No newline at end of file +This workflow illustrates how to print secrets values on a workflow run. To harden the security of your github actions, have a look at [this guide](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) on the Github Official Documentation. + +[![53 - Concatenation](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/53-concatenation.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/53-concatenation.yml) + +This workflow illustrates how to concatenate `env` variables using the environment file. + +[![54 - Permissiom](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/54-permission.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/54-permission.yml) + +This workflow illustrates how to use the `permission` field at the workflow level. Giving the GITHUB_TOKEN a specific permission scope during the workflow execution. + +[![55 - Create Issue](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-create-issue.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-create-issue.yml) [![55 - Read Issue](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-read-issue.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-read-issue.yml) + +These workflows illustrate how to **create** and **read** an issue body variable according to a specific [issue template](https://github.com/GuillaumeFalourd/poc-github-actions/blob/main/.github/ISSUE_TEMPLATE_DEPLOYMENT.md). From 03420340fb179b5438a18a70358a94395ce70049 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 30 Aug 2022 06:56:42 +0000 Subject: [PATCH 0730/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 505fda10b4..1843a8707c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 29 02:29:59 UTC 2022 +Tue Aug 30 02:34:58 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 99dd11d2dc..51cc6b74b8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 26 06:41:57 UTC 2022 +Tue Aug 30 06:54:47 UTC 2022 From 04d36b10c2112ca170a426e94692094c38b318b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 31 Aug 2022 06:59:04 +0000 Subject: [PATCH 0731/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1843a8707c..b5b6a9838d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 30 02:34:58 UTC 2022 +Wed Aug 31 02:40:41 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 51cc6b74b8..d806a38dd5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 30 06:54:47 UTC 2022 +Wed Aug 31 06:58:20 UTC 2022 From 4e3c318cbbc358b2655c1b94409130397f6d301d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 1 Sep 2022 06:37:10 +0000 Subject: [PATCH 0732/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b5b6a9838d..d67e56fea9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 31 02:40:41 UTC 2022 +Thu Sep 1 02:20:47 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d806a38dd5..e23b8b562c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 31 06:58:20 UTC 2022 +Thu Sep 1 06:36:10 UTC 2022 From 461cad1a465ec848c4081c3e5e721666b1f392eb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 2 Sep 2022 06:46:01 +0000 Subject: [PATCH 0733/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d67e56fea9..101f31aa66 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 1 02:20:47 UTC 2022 +Fri Sep 2 02:26:21 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e23b8b562c..156ad29723 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 1 06:36:10 UTC 2022 +Fri Sep 2 06:44:45 UTC 2022 From 06ab4d512ef214f849c22aac1a52a7c218638fbe Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 3 Sep 2022 13:25:12 -0300 Subject: [PATCH 0734/1768] add workflow-tester53 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester53.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/workflow-tester53.yml diff --git a/.github/workflows/workflow-tester53.yml b/.github/workflows/workflow-tester53.yml new file mode 100644 index 0000000000..515ed36f95 --- /dev/null +++ b/.github/workflows/workflow-tester53.yml @@ -0,0 +1,16 @@ +name: Test 53 #Related to SO https://stackoverflow.com/questions/73591118/github-actions-dependent-jobs-not-running-sequentially + +on: + workflow_dispatch: + +jobs: + laravel_tests: + runs-on: ubuntu-latest + steps: + - run: echo test + + forge_deploy: + needs: laravel_tests + runs-on: ubuntu-latest + steps: + - run: echo test \ No newline at end of file From 637541bca4e1e55f6e09d719aa913fa6e916ca55 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 5 Sep 2022 06:52:01 +0000 Subject: [PATCH 0735/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 101f31aa66..1a5fd631b3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 2 02:26:21 UTC 2022 +Mon Sep 5 02:28:41 UTC 2022 From 5e2d54553bf78bbaa1ff644e9e93431b24eeddff Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:19:42 -0300 Subject: [PATCH 0736/1768] add workflow-tester54.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/workflow-tester54.yml diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml new file mode 100644 index 0000000000..3dca8ce63f --- /dev/null +++ b/.github/workflows/workflow-tester54.yml @@ -0,0 +1,23 @@ +name: Test 54 #Related to SO https://stackoverflow.com/questions/73611201/how-to-get-inputs-in-github-yml + +on: + workflow_dispatch: + inputs: + test1: + description: test1 + required: true + default: false + type: boolean + test2: + description: test2 + required: true + default: true + type: boolean + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ inputs.test1 }} + echo ${{ inputs.test2 }} From 959fbb9c1a35b61f45bfc4bab4a019f57267cba7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:20:13 -0300 Subject: [PATCH 0737/1768] update workflow-tester54.yamlC Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 3dca8ce63f..313d38d74b 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -5,12 +5,12 @@ on: inputs: test1: description: test1 - required: true + required: false default: false type: boolean test2: description: test2 - required: true + required: false default: true type: boolean From eb6cafc69f5d72a17beee0849935d525add897aa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:21:26 -0300 Subject: [PATCH 0738/1768] update workflow-tester54.yamlC Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 313d38d74b..0f6c975957 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -21,3 +21,19 @@ jobs: - run: | echo ${{ inputs.test1 }} echo ${{ inputs.test2 }} + + job2: + runs-on: ubuntu-latest + if: ${{ inputs.test1 }} + steps: + - run: | + echo ${{ inputs.test1 }} + echo ${{ inputs.test2 }} + + job3: + runs-on: ubuntu-latest + if: ${{ inputs.test2 }} + steps: + - run: | + echo ${{ inputs.test1 }} + echo ${{ inputs.test2 }} \ No newline at end of file From b0fbfe93e1fb3b54e259709c957d52d902a547fd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:22:31 -0300 Subject: [PATCH 0739/1768] update workflow-tester54.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 0f6c975957..8969d0fb51 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -1,6 +1,7 @@ name: Test 54 #Related to SO https://stackoverflow.com/questions/73611201/how-to-get-inputs-in-github-yml on: + push: workflow_dispatch: inputs: test1: From b52da0226b212e09e0be796dab4d53f4a81d414a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:24:28 -0300 Subject: [PATCH 0740/1768] update workflow-tester54.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 8969d0fb51..ed65bf8515 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -22,6 +22,7 @@ jobs: - run: | echo ${{ inputs.test1 }} echo ${{ inputs.test2 }} + echo ${{ github.event_name }} job2: runs-on: ubuntu-latest @@ -30,6 +31,7 @@ jobs: - run: | echo ${{ inputs.test1 }} echo ${{ inputs.test2 }} + echo ${{ github.event_name }} job3: runs-on: ubuntu-latest @@ -37,4 +39,14 @@ jobs: steps: - run: | echo ${{ inputs.test1 }} - echo ${{ inputs.test2 }} \ No newline at end of file + echo ${{ inputs.test2 }} + echo ${{ github.event_name }} + + job4: + runs-on: ubuntu-latest + if: ${{ github.event_name == 'push' }} + steps: + - run: | + echo ${{ inputs.test1 }} + echo ${{ inputs.test2 }} + echo ${{ github.event_name }} \ No newline at end of file From 2fcc9181dd59d23638bb0c51bda871bce20680bf Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:28:38 -0300 Subject: [PATCH 0741/1768] update workflow-tester54.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index ed65bf8515..528f5ef6a5 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -16,7 +16,7 @@ on: type: boolean jobs: - job1: + job1: # will always run runs-on: ubuntu-latest steps: - run: | @@ -24,7 +24,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job2: + job2: # will only run on dispatch event, if test1 input is true runs-on: ubuntu-latest if: ${{ inputs.test1 }} steps: @@ -33,7 +33,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job3: + job3: # will only run on dispatch event, if test2 input is true runs-on: ubuntu-latest if: ${{ inputs.test2 }} steps: @@ -42,9 +42,18 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job4: + job4: # will only run on push event runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} + steps: + - run: | + echo ${{ inputs.test1 }} + echo ${{ inputs.test2 }} + echo ${{ github.event_name }} + + job5: # will only run on push event or if inputs.test2 is true + runs-on: ubuntu-latest + if: ${{ github.event_name == 'push' || inputs.test2 }} steps: - run: | echo ${{ inputs.test1 }} From 017c2dfcb803843b032cb2245b17f86593bb5504 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Sep 2022 14:32:50 -0300 Subject: [PATCH 0742/1768] update workflow-tester54.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 528f5ef6a5..423dda2004 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -24,7 +24,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job2: # will only run on dispatch event, if test1 input is true + job2: # will only run on a workflow_dispatch event, if test1 input is true runs-on: ubuntu-latest if: ${{ inputs.test1 }} steps: @@ -33,7 +33,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job3: # will only run on dispatch event, if test2 input is true + job3: # will only run on a workflow_dispatch event, if test2 input is true runs-on: ubuntu-latest if: ${{ inputs.test2 }} steps: @@ -42,7 +42,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job4: # will only run on push event + job4: # will only run on a push event runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} steps: @@ -51,7 +51,7 @@ jobs: echo ${{ inputs.test2 }} echo ${{ github.event_name }} - job5: # will only run on push event or if inputs.test2 is true + job5: # will only run on a push event OR if inputs.test2 is true on a workflow_dispatch event runs-on: ubuntu-latest if: ${{ github.event_name == 'push' || inputs.test2 }} steps: From 64ed77171f321a91fa0c55c4ea5013afbc08417e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 6 Sep 2022 07:02:31 +0000 Subject: [PATCH 0743/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1a5fd631b3..52a3386677 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 5 02:28:41 UTC 2022 +Tue Sep 6 02:34:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 156ad29723..ecc6a60f8c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 2 06:44:45 UTC 2022 +Tue Sep 6 07:01:50 UTC 2022 From 18275a4cbeac9e5223a6d3ca1a448c7931238310 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 7 Sep 2022 07:00:03 +0000 Subject: [PATCH 0744/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 52a3386677..858efbcb7c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 6 02:34:54 UTC 2022 +Wed Sep 7 02:33:02 UTC 2022 From d25035793fa99acc80a440dc0fe30bdb173fb21d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Sep 2022 06:51:35 +0000 Subject: [PATCH 0745/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 858efbcb7c..e2fabc9081 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 7 02:33:02 UTC 2022 +Thu Sep 8 02:33:25 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ecc6a60f8c..ccea49e721 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 6 07:01:50 UTC 2022 +Thu Sep 8 06:50:26 UTC 2022 From 97698310a1c77e676e5f5931345e937869f83c01 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Sep 2022 11:13:38 +0000 Subject: [PATCH 0746/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/delete-artifact.yml | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 backup/.github/workflows/delete-artifact.yml diff --git a/backup/.github/workflows/delete-artifact.yml b/backup/.github/workflows/delete-artifact.yml new file mode 100644 index 0000000000..f9fab1d259 --- /dev/null +++ b/backup/.github/workflows/delete-artifact.yml @@ -0,0 +1,22 @@ +name: Delete Artifacts + +on: [push, workflow_dispatch] + + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - run: echo hello > world.txt + + - uses: actions/upload-artifact@v1 + with: + name: my-artifact + path: world.txt + + # delete-artifact + - uses: geekyeggo/delete-artifact@v1 + with: + name: my-artifact \ No newline at end of file From 5017583e95fff886aa233048992f283c318872dc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Sep 2022 11:16:36 +0000 Subject: [PATCH 0747/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index cf7076ad9d..e784cb1bbe 100644 --- a/backup/README.md +++ b/backup/README.md @@ -116,6 +116,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Debug](https://github.com/marketplace/actions/debug-action): GitHub action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. +[![Delete Artifacts](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/delete-artifact.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/delete-artifact.yml) + +[Delete Artifacts](https://github.com/marketplace/actions/delete-artifact): GitHub Action to delete artifacts within a workflow run. This can be useful when artifacts are shared across jobs, but are no longer needed when the workflow is complete. + [![Enforce PR labels](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml) [Enforce PR labels](https://github.com/marketplace/actions/enforce-pr-labels): GitHub action to enforce assigning labels before merging PR's. Useful for generating automatic changelog and release notes with `github-release-notes`. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 5023be527e..d6282d2ae0 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri May 6 19:34:57 UTC 2022 +Thu Sep 8 11:14:41 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 174941d862..91058276f3 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Aug 3 11:25:37 UTC 2022 +Thu Sep 8 11:16:30 UTC 2022 From 7d0a093ca0add18138083670a08f6200bca907fb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 8 Sep 2022 08:29:44 -0300 Subject: [PATCH 0748/1768] add workflow-tester55 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester55.yml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/workflow-tester55.yml diff --git a/.github/workflows/workflow-tester55.yml b/.github/workflows/workflow-tester55.yml new file mode 100644 index 0000000000..4adc79229f --- /dev/null +++ b/.github/workflows/workflow-tester55.yml @@ -0,0 +1,33 @@ +name: Test 55 #Related to SO https://stackoverflow.com/questions/73643836/prevent-a-job-in-github-action-workflow-file-to-run-in-case-of-an-event + +on: + pull_request: + types: [opened, synchronize, reopened, edited] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Dump GitHub Event + run: echo ${{ github.event }} + + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + + job2: + runs-on: ubuntu-latest + if: github.event.pull_request.edited == true + steps: + - run: | + echo "Pull Request EDITED" + echo ${{ github.event }} + + job3: + runs-on: ubuntu-latest + if: github.event.pull_request.edited != true + steps: + - run: | + echo "Pull Request NOT EDITED" + echo ${{ github.event }} \ No newline at end of file From 62ecb3dd0d57af0e82ff4599725d633d8fe04d35 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 9 Sep 2022 06:41:14 +0000 Subject: [PATCH 0749/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e2fabc9081..a2a45fa928 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 8 02:33:25 UTC 2022 +Fri Sep 9 02:32:10 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index d6282d2ae0..0c002b2b31 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 8 11:14:41 UTC 2022 +Thu Sep 8 11:16:58 UTC 2022 From 11fb6c81047c620093c9e9dac8a47b3d84b0c8d5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 12 Sep 2022 06:59:08 +0000 Subject: [PATCH 0750/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a2a45fa928..714d0da943 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 9 02:32:10 UTC 2022 +Mon Sep 12 02:36:35 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ccea49e721..2e25a1b766 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 8 06:50:26 UTC 2022 +Mon Sep 12 06:57:36 UTC 2022 From 08f6c50aad9fc7229d17f83ae0f8914b8121aec9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 13 Sep 2022 07:00:28 +0000 Subject: [PATCH 0751/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 714d0da943..323b93bc9d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 12 02:36:35 UTC 2022 +Tue Sep 13 02:33:21 UTC 2022 From 2d87c2eb483d50860490378aa5ee7b31214c518e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 13 Sep 2022 09:12:11 -0300 Subject: [PATCH 0752/1768] add 57-reusable-outputs-workflows Signed-off-by: Guillaume Falourd --- .github/workflows/57-reusable-outputs.yml | 14 ++++++++++++ .github/workflows/57-reusable-workflow.yml | 26 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/workflows/57-reusable-outputs.yml create mode 100644 .github/workflows/57-reusable-workflow.yml diff --git a/.github/workflows/57-reusable-outputs.yml b/.github/workflows/57-reusable-outputs.yml new file mode 100644 index 0000000000..b7e00903a7 --- /dev/null +++ b/.github/workflows/57-reusable-outputs.yml @@ -0,0 +1,14 @@ +name: Call a reusable workflow and use its outputs + +on: + workflow_dispatch: + +jobs: + job1: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/57-reusable-workflow.yml@main + + job2: + runs-on: ubuntu-latest + needs: job1 + steps: + - run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }} \ No newline at end of file diff --git a/.github/workflows/57-reusable-workflow.yml b/.github/workflows/57-reusable-workflow.yml new file mode 100644 index 0000000000..89ad1a502b --- /dev/null +++ b/.github/workflows/57-reusable-workflow.yml @@ -0,0 +1,26 @@ +name: 57 - Reusable workflow + +on: + workflow_call: + # Map the workflow outputs to job outputs + outputs: + firstword: + description: "The first output string" + value: ${{ jobs.example_job.outputs.output1 }} + secondword: + description: "The second output string" + value: ${{ jobs.example_job.outputs.output2 }} + +jobs: + example_job: + name: Generate output + runs-on: ubuntu-latest + # Map the job outputs to step outputs + outputs: + output1: ${{ steps.step1.outputs.firstword }} + output2: ${{ steps.step2.outputs.secondword }} + steps: + - id: step1 + run: echo "::set-output name=firstword::hello" + - id: step2 + run: echo "::set-output name=secondword::world" \ No newline at end of file From 177bb6adadb9e3683410e57807dfe17781a7ed68 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 13 Sep 2022 09:43:30 -0300 Subject: [PATCH 0753/1768] update 57-reusable-outputs-workflows Signed-off-by: Guillaume Falourd --- .github/workflows/57-reusable-outputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/57-reusable-outputs.yml b/.github/workflows/57-reusable-outputs.yml index b7e00903a7..977694acfd 100644 --- a/.github/workflows/57-reusable-outputs.yml +++ b/.github/workflows/57-reusable-outputs.yml @@ -1,4 +1,4 @@ -name: Call a reusable workflow and use its outputs +name: 57 - Reusable outputs on: workflow_dispatch: From af455fcc12595a93423796596ccdee9eeca6aa9e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 13 Sep 2022 09:47:30 -0300 Subject: [PATCH 0754/1768] update README file Signed-off-by: Guillaume Falourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a78654e12..3c1c28820f 100644 --- a/README.md +++ b/README.md @@ -267,3 +267,7 @@ This workflow illustrates how to use the `permission` field at the workflow leve [![55 - Create Issue](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-create-issue.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-create-issue.yml) [![55 - Read Issue](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-read-issue.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/55-read-issue.yml) These workflows illustrate how to **create** and **read** an issue body variable according to a specific [issue template](https://github.com/GuillaumeFalourd/poc-github-actions/blob/main/.github/ISSUE_TEMPLATE_DEPLOYMENT.md). + +[![57 - Reusable outputs](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/57-reusable-outputs.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/57-reusable-outputs.yml) + +This workflow illustrate how to use **outputs** with reusable workflows. From ac913a8660f06e5471ec82e346a45400249bf783 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 14 Sep 2022 06:56:54 +0000 Subject: [PATCH 0755/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 323b93bc9d..5612ad83ba 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 13 02:33:21 UTC 2022 +Wed Sep 14 02:31:34 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2e25a1b766..5e3d4655f2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 12 06:57:36 UTC 2022 +Wed Sep 14 06:55:56 UTC 2022 From 0543ba8705c1fc9985e1daadaedf356d1377bf64 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Sep 2022 06:48:05 +0000 Subject: [PATCH 0756/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5612ad83ba..258d177cd1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 14 02:31:34 UTC 2022 +Thu Sep 15 02:39:49 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5e3d4655f2..433b5021a2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 14 06:55:56 UTC 2022 +Thu Sep 15 06:47:20 UTC 2022 From aadc70619dd9b113558867346ae5932937a3d821 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 16 Sep 2022 06:52:13 +0000 Subject: [PATCH 0757/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 258d177cd1..e4010648e4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 15 02:39:49 UTC 2022 +Fri Sep 16 02:40:42 UTC 2022 From 2b031bee654f0aad58462c5914550e3a935761b9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 19 Sep 2022 07:03:58 +0000 Subject: [PATCH 0758/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e4010648e4..daa87ffea7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 16 02:40:42 UTC 2022 +Mon Sep 19 02:38:18 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 433b5021a2..cdfe4fd226 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 15 06:47:20 UTC 2022 +Mon Sep 19 07:02:40 UTC 2022 From 0f64435c0ce690af382f019b5852a8bbc3d66a58 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 20 Sep 2022 06:54:04 +0000 Subject: [PATCH 0759/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index daa87ffea7..1deb787250 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 19 02:38:18 UTC 2022 +Tue Sep 20 02:28:26 UTC 2022 From 0d3acdb82b383b3f50775b69ea2e3eb9ed841842 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 21 Sep 2022 07:00:21 +0000 Subject: [PATCH 0760/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1deb787250..30e15b66dc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 20 02:28:26 UTC 2022 +Wed Sep 21 02:39:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index cdfe4fd226..dd2bacf90e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 19 07:02:40 UTC 2022 +Wed Sep 21 06:59:34 UTC 2022 From a8ede6515f56d96be6f7a3eabec09a58285e1b68 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 21 Sep 2022 09:32:02 -0300 Subject: [PATCH 0761/1768] add 58 env expression workflow Signed-off-by: Guillaume Falourd --- .github/workflows/58-env-expressions.yml | 15 +++++++++++ .github/workflows/workflow-tester56.yml | 33 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/workflows/58-env-expressions.yml create mode 100644 .github/workflows/workflow-tester56.yml diff --git a/.github/workflows/58-env-expressions.yml b/.github/workflows/58-env-expressions.yml new file mode 100644 index 0000000000..b62021296d --- /dev/null +++ b/.github/workflows/58-env-expressions.yml @@ -0,0 +1,15 @@ +name: 58 - Env Expressions + +on: + workflow_dispatch: + push: + +env: + TOKEN: "${{ github.event_name == 'push' && 'TOKEN_ON_PUSH' || 'TOKEN_NOT_ON_PUSH' }}" + + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: echo $TOKEN \ No newline at end of file diff --git a/.github/workflows/workflow-tester56.yml b/.github/workflows/workflow-tester56.yml new file mode 100644 index 0000000000..4adc79229f --- /dev/null +++ b/.github/workflows/workflow-tester56.yml @@ -0,0 +1,33 @@ +name: Test 55 #Related to SO https://stackoverflow.com/questions/73643836/prevent-a-job-in-github-action-workflow-file-to-run-in-case-of-an-event + +on: + pull_request: + types: [opened, synchronize, reopened, edited] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Dump GitHub Event + run: echo ${{ github.event }} + + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + + job2: + runs-on: ubuntu-latest + if: github.event.pull_request.edited == true + steps: + - run: | + echo "Pull Request EDITED" + echo ${{ github.event }} + + job3: + runs-on: ubuntu-latest + if: github.event.pull_request.edited != true + steps: + - run: | + echo "Pull Request NOT EDITED" + echo ${{ github.event }} \ No newline at end of file From 6c9b3a521bb36d3d040b5a6bd65d390ed7d13fe2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 21 Sep 2022 09:34:08 -0300 Subject: [PATCH 0762/1768] update README file Signed-off-by: Guillaume Falourd --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c1c28820f..37b131d48e 100644 --- a/README.md +++ b/README.md @@ -270,4 +270,8 @@ These workflows illustrate how to **create** and **read** an issue body variable [![57 - Reusable outputs](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/57-reusable-outputs.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/57-reusable-outputs.yml) -This workflow illustrate how to use **outputs** with reusable workflows. +This workflow illustrates how to use **outputs** with reusable workflows. + +[![58 - Env Expressions](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/58-env-expressions.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/58-env-expressions.yml) + +This workflows illustrates how to use **expressions** when setting env variables ath the workflow level, according to the trigger event. From 32744df468ccd900793fb675783f3449dbfa30ef Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 22 Sep 2022 06:57:16 +0000 Subject: [PATCH 0763/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 30e15b66dc..db968bda36 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 21 02:39:16 UTC 2022 +Thu Sep 22 02:27:53 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dd2bacf90e..2d09b4dd3f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 21 06:59:34 UTC 2022 +Thu Sep 22 06:56:04 UTC 2022 From c8f1a276f3b6c65042dcd88df5c3337f04b5858f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 23 Sep 2022 06:53:18 +0000 Subject: [PATCH 0764/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index db968bda36..a09f04c7a8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 22 02:27:53 UTC 2022 +Fri Sep 23 02:33:49 UTC 2022 From 1c5fd20ae160c76a78bc58414dff7e059237f30b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Sep 2022 06:56:50 +0000 Subject: [PATCH 0765/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a09f04c7a8..5883462a22 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 23 02:33:49 UTC 2022 +Mon Sep 26 02:35:46 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2d09b4dd3f..0463ac1f25 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 22 06:56:04 UTC 2022 +Fri Sep 23 06:52:47 UTC 2022 From ea341cf3e0a63525e81108c2cca856824e74e6b4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Sep 2022 06:57:52 +0000 Subject: [PATCH 0766/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5883462a22..e9e511c65d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 26 02:35:46 UTC 2022 +Tue Sep 27 02:25:53 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0463ac1f25..b706ebbd72 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 23 06:52:47 UTC 2022 +Tue Sep 27 06:56:37 UTC 2022 From a2be30bb7f42174dd69452113073dc3b6687d070 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Sep 2022 06:57:57 +0000 Subject: [PATCH 0767/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e9e511c65d..5a4f542fad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 27 02:25:53 UTC 2022 +Wed Sep 28 02:28:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b706ebbd72..f5034eda79 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 27 06:56:37 UTC 2022 +Wed Sep 28 06:57:08 UTC 2022 From 534b426778eb9445938203287e396a4e1b106ea0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 07:00:37 +0000 Subject: [PATCH 0768/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5a4f542fad..79bd7c34f0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 28 02:28:54 UTC 2022 +Thu Sep 29 02:34:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f5034eda79..38988c3345 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 28 06:57:08 UTC 2022 +Thu Sep 29 06:59:44 UTC 2022 From 90af397b166de6d204dd1f5f510e12b0676931e7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 29 Sep 2022 08:52:39 -0300 Subject: [PATCH 0769/1768] add workflow 57 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester56.yml | 46 ++++++++++--------------- .github/workflows/workflow-tester57.yml | 34 ++++++++++++++++++ 2 files changed, 53 insertions(+), 27 deletions(-) create mode 100644 .github/workflows/workflow-tester57.yml diff --git a/.github/workflows/workflow-tester56.yml b/.github/workflows/workflow-tester56.yml index 4adc79229f..14d354c08e 100644 --- a/.github/workflows/workflow-tester56.yml +++ b/.github/workflows/workflow-tester56.yml @@ -1,33 +1,25 @@ -name: Test 55 #Related to SO https://stackoverflow.com/questions/73643836/prevent-a-job-in-github-action-workflow-file-to-run-in-case-of-an-event +name: Test 56 #Related to SO https://stackoverflow.com/questions/73727910/invalid-workflow-file-github-actions-cf-cli on: - pull_request: - types: [opened, synchronize, reopened, edited] + push: + branches: + - main jobs: - job1: - runs-on: ubuntu-latest - steps: - - name: Dump GitHub Event - run: echo ${{ github.event }} - - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJSON(github) }} - run: echo "$GITHUB_CONTEXT" - - job2: - runs-on: ubuntu-latest - if: github.event.pull_request.edited == true - steps: - - run: | - echo "Pull Request EDITED" - echo ${{ github.event }} + build: + runs-on: ubuntu-18.04 + # Build your app here - job3: - runs-on: ubuntu-latest - if: github.event.pull_request.edited != true + deploy: + runs-on: ubuntu-18.04 + needs: build + steps: - - run: | - echo "Pull Request NOT EDITED" - echo ${{ github.event }} \ No newline at end of file + - uses: citizen-of-planet-earth/cf-cli-action@master + with: + cf_api: https://api.my-cloud-foundry.com + cf_username: ${{ secrets.CF_USER }} + cf_password: ${{ secrets.CF_PASSWORD }} + cf_org: AwesomeApp + cf_space: Development + command: push -f manifest-dev.yml \ No newline at end of file diff --git a/.github/workflows/workflow-tester57.yml b/.github/workflows/workflow-tester57.yml new file mode 100644 index 0000000000..af23b64280 --- /dev/null +++ b/.github/workflows/workflow-tester57.yml @@ -0,0 +1,34 @@ +name: Test 57 #Related to SO https://stackoverflow.com/questions/73890119/gitaction-trigger-workflow-on-pr-approval-and-when-base-branch-is-main-and-csv + +on: + pull_request_review: + types: [submitted] + branches: + - main + +jobs: + job1: + if: github.event.review.state == 'approved' && startsWith(github.base_ref, 'main/') + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2.2.0 + - name: Check if *.csv is modified + uses: dorny/paths-filter@v2.2.1 + id: changes + with: + filters: | + csv: + - 'data/*.csv' + - name: Run process bmv script + if: ${{ steps.changes.outputs.csv == 'true' }} + run: | + echo "-Started running script-" + + github-context: + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" \ No newline at end of file From dd5672db4a8cf7c6b6773118bec1a5b8bafd5563 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 29 Sep 2022 09:40:42 -0300 Subject: [PATCH 0770/1768] test57 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester57.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester57.yml b/.github/workflows/workflow-tester57.yml index af23b64280..ba29c308d6 100644 --- a/.github/workflows/workflow-tester57.yml +++ b/.github/workflows/workflow-tester57.yml @@ -8,7 +8,7 @@ on: jobs: job1: - if: github.event.review.state == 'approved' && startsWith(github.base_ref, 'main/') + if: github.event.review.state == 'approved' && startsWith(github.event,review.pull_request.base.ref, 'main') runs-on: ubuntu-latest steps: - name: Checkout repository From c7b2b0f3fe29c216ae3c0163b3aee0ba8fc7ea35 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 12:47:07 +0000 Subject: [PATCH 0771/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/ghaction-dump-context.yml | 13 +++++++++++++ backup/README.md | 4 ++++ backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/ghaction-dump-context.yml diff --git a/backup/.github/workflows/ghaction-dump-context.yml b/backup/.github/workflows/ghaction-dump-context.yml new file mode 100644 index 0000000000..8f8618cede --- /dev/null +++ b/backup/.github/workflows/ghaction-dump-context.yml @@ -0,0 +1,13 @@ +name: Github Action Dump Context + +on: + push: + pull_request: + +jobs: + dump: + runs-on: ubuntu-latest + steps: + - + name: Dump context + uses: crazy-max/ghaction-dump-context@v1 \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index e784cb1bbe..d74ce7a4df 100644 --- a/backup/README.md +++ b/backup/README.md @@ -140,6 +140,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Get Workflow Origin](https://github.com/potiuk/get-workflow-origin): Github Action to provide information about the pull requests that triggered the workflow for the `pull_request` and `pull_request_review` events or for the `workflow_run` event that is triggered by one of those events. +[![GHAction Dump Context](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-dump-context.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-dump-context.yml) + +[Git Auto Commit](https://github.com/marketplace/actions/dump-context): GitHub Action to dump context of your workflow (which allows to check all variables available using the `github.event` syntax in the workflow). + [![Git Auto Commit](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml) [Git Auto Commit](https://github.com/marketplace/actions/git-auto-commit): GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 91058276f3..64b15d4162 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 8 11:16:30 UTC 2022 +Thu Sep 29 12:46:59 UTC 2022 From 99712d7432eabfd489b019bdc74bd1e40fe02ef4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 12:51:30 +0000 Subject: [PATCH 0772/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../.github/workflows/ghaction-github-status.yml | 16 ++++++++++++++++ backup/README.md | 6 +++++- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/ghaction-github-status.yml diff --git a/backup/.github/workflows/ghaction-github-status.yml b/backup/.github/workflows/ghaction-github-status.yml new file mode 100644 index 0000000000..ef901dfd94 --- /dev/null +++ b/backup/.github/workflows/ghaction-github-status.yml @@ -0,0 +1,16 @@ +name: Github Action Github Status + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Check GitHub Status + uses: crazy-max/ghaction-github-status@v3 + with: + overall_threshold: minor + pages_threshold: partial_outage + + - name: Checkout + uses: actions/checkout@v3 \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index d74ce7a4df..dffbe058c9 100644 --- a/backup/README.md +++ b/backup/README.md @@ -142,7 +142,11 @@ This repository lists some useful generic Actions to use in your Github workflow [![GHAction Dump Context](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-dump-context.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-dump-context.yml) -[Git Auto Commit](https://github.com/marketplace/actions/dump-context): GitHub Action to dump context of your workflow (which allows to check all variables available using the `github.event` syntax in the workflow). +[GHAction Dump Context](https://github.com/marketplace/actions/dump-context): GitHub Action to dump context of your workflow (which allows to check all variables available using the `github.event` syntax in the workflow). + +[![GHAction Github Status](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-github-status.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-github-status.yml) + +[GHAction Github Status](https://github.com/marketplace/actions/github-status): GitHub Action to check [GitHub Status](https://www.githubstatus.com/) in workflows. [![Git Auto Commit](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml) diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 0c002b2b31..00a448ab2c 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 8 11:16:58 UTC 2022 +Thu Sep 29 12:47:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 64b15d4162..776bb484da 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:46:59 UTC 2022 +Thu Sep 29 12:51:26 UTC 2022 From e86c0a10b482f38cb885d14878c2909aa9b05f2d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 12:52:41 +0000 Subject: [PATCH 0773/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index dffbe058c9..4a456700ed 100644 --- a/backup/README.md +++ b/backup/README.md @@ -146,7 +146,7 @@ This repository lists some useful generic Actions to use in your Github workflow [![GHAction Github Status](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-github-status.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-github-status.yml) -[GHAction Github Status](https://github.com/marketplace/actions/github-status): GitHub Action to check [GitHub Status](https://www.githubstatus.com/) in workflows. +[GHAction Github Status](https://github.com/marketplace/actions/github-status): GitHub Action to check [GitHub Status](https://www.githubstatus.com/) in workflows, allowinf to trigger error if GitHub services are down. [![Git Auto Commit](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/git-auto-commit.yml) diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 776bb484da..f5d46f821b 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:51:26 UTC 2022 +Thu Sep 29 12:52:21 UTC 2022 From e5c70e8e2f8e8671c403e537af8215bf90ba05fa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 12:57:50 +0000 Subject: [PATCH 0774/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../workflows/ghaction-container-scan.yml | 36 +++++++++++++++++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 backup/.github/workflows/ghaction-container-scan.yml diff --git a/backup/.github/workflows/ghaction-container-scan.yml b/backup/.github/workflows/ghaction-container-scan.yml new file mode 100644 index 0000000000..15f2e3e68e --- /dev/null +++ b/backup/.github/workflows/ghaction-container-scan.yml @@ -0,0 +1,36 @@ +name: Github Action Container Scan + +on: + push: + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + # Comment as DOCKER secrets not set + # - name: Login to DockerHub + # uses: docker/login-action@v2 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Build + uses: docker/build-push-action@v3 + with: + context: . + push: true + tags: user/app:latest + + - name: Scan for vulnerabilities + uses: crazy-max/ghaction-container-scan@v1 + with: + image: user/app:latest \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 00a448ab2c..d385b095a0 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:47:52 UTC 2022 +Thu Sep 29 12:53:01 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index f5d46f821b..ce7a03cf19 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:52:21 UTC 2022 +Thu Sep 29 12:57:47 UTC 2022 From 0a0299a74058279dc524df2a3b60ce764bcabbd1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 13:01:11 +0000 Subject: [PATCH 0775/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../workflows/ghaction-container-scan.yml | 21 ++++++++++--------- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/backup/.github/workflows/ghaction-container-scan.yml b/backup/.github/workflows/ghaction-container-scan.yml index 15f2e3e68e..358a027c9d 100644 --- a/backup/.github/workflows/ghaction-container-scan.yml +++ b/backup/.github/workflows/ghaction-container-scan.yml @@ -17,20 +17,21 @@ jobs: uses: docker/setup-buildx-action@v2 # Comment as DOCKER secrets not set + # - name: Login to DockerHub # uses: docker/login-action@v2 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build - uses: docker/build-push-action@v3 - with: - context: . - push: true - tags: user/app:latest + # - name: Build + # uses: docker/build-push-action@v3 + # with: + # context: . + # push: true + # tags: user/app:latest - - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@v1 - with: - image: user/app:latest \ No newline at end of file + # - name: Scan for vulnerabilities + # uses: crazy-max/ghaction-container-scan@v1 + # with: + # image: user/app:latest \ No newline at end of file diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index d385b095a0..bdc73815f7 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:53:01 UTC 2022 +Thu Sep 29 12:58:06 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index ce7a03cf19..4fc80b9729 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:57:47 UTC 2022 +Thu Sep 29 13:00:59 UTC 2022 From abacc241c1cafc772e72fb735407e32df855133e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Sep 2022 13:03:13 +0000 Subject: [PATCH 0776/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 4 ++++ backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 4a456700ed..717c1f4046 100644 --- a/backup/README.md +++ b/backup/README.md @@ -240,6 +240,10 @@ This repository lists some useful generic Actions to use in your Github workflow ## 🐳 Docker Actions +[![GHAction Container Scan](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-container-scan.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/ghaction-container-scan.yml) + +[GHAction Container Scan](https://github.com/marketplace/actions/container-scan): GitHub Action to check for vulnerabilities in a container image with [Trivy](https://github.com/aquasecurity/trivy). + [![Hadolint](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/hadolint.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/hadolint.yml) [Hadolint](https://github.com/burdzwastaken/hadolint-action): Github Action to run Hadolint and reports violations given a Dockerfile within a repository on a pull request. diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 4fc80b9729..0e8edfe294 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 13:00:59 UTC 2022 +Thu Sep 29 13:01:58 UTC 2022 From 49af02c30d6a7ee49200502965e0f5fd9fd5b24f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 30 Sep 2022 06:55:16 +0000 Subject: [PATCH 0777/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 79bd7c34f0..993376e8cd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 29 02:34:51 UTC 2022 +Fri Sep 30 02:50:30 UTC 2022 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index bdc73815f7..ae3c2c3702 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 29 12:58:06 UTC 2022 +Thu Sep 29 13:03:35 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 38988c3345..5960c05393 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 29 06:59:44 UTC 2022 +Fri Sep 30 06:54:32 UTC 2022 From f00e77576a95c97ad8a30f201be9f49ed1139757 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Oct 2022 06:44:23 +0000 Subject: [PATCH 0778/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 993376e8cd..9209e36c58 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 30 02:50:30 UTC 2022 +Mon Oct 3 02:05:21 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5960c05393..0989c0e239 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 30 06:54:32 UTC 2022 +Mon Oct 3 06:43:39 UTC 2022 From 7269099306203c16cca3cf253b829f4a4ffc8c5a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 4 Oct 2022 06:41:17 +0000 Subject: [PATCH 0779/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9209e36c58..6139444979 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 3 02:05:21 UTC 2022 +Tue Oct 4 02:18:03 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0989c0e239..b1cdb58f29 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 3 06:43:39 UTC 2022 +Tue Oct 4 06:39:03 UTC 2022 From 9e7693cb81c02934a00b3f52967b73c07b29d09b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 4 Oct 2022 13:33:31 -0300 Subject: [PATCH 0780/1768] Update 48-trigger-reusables.yml --- .github/workflows/48-trigger-reusables.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/48-trigger-reusables.yml b/.github/workflows/48-trigger-reusables.yml index 66ece62daa..4e6f6cb572 100644 --- a/.github/workflows/48-trigger-reusables.yml +++ b/.github/workflows/48-trigger-reusables.yml @@ -2,6 +2,8 @@ name: 48 - Trigger reusables on: push: + schedule: + - cron: '00,30 * * * *' jobs: workflow-1: @@ -11,4 +13,4 @@ jobs: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-2.yml@main workflow-3: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-3.yml@main \ No newline at end of file + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-3.yml@main From 152185cb8d9871e84881a5f138ac254a97046a92 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Oct 2022 06:47:59 +0000 Subject: [PATCH 0781/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6139444979..bcf3f15364 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 4 02:18:03 UTC 2022 +Wed Oct 5 02:18:32 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b1cdb58f29..d2169d1648 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 4 06:39:03 UTC 2022 +Wed Oct 5 06:46:18 UTC 2022 From 11975150975c95e1bb5cb98ecac3d276dde07b6d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Oct 2022 06:39:04 +0000 Subject: [PATCH 0782/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bcf3f15364..e2b30f9b69 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 5 02:18:32 UTC 2022 +Thu Oct 6 02:09:17 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d2169d1648..504462f651 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 5 06:46:18 UTC 2022 +Thu Oct 6 06:36:56 UTC 2022 From acd57263a31c7bb82adf2a84ecea74fdd428d2f8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Oct 2022 06:40:36 +0000 Subject: [PATCH 0783/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e2b30f9b69..74e354c321 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 6 02:09:17 UTC 2022 +Fri Oct 7 02:26:07 UTC 2022 From 1e59277ab64a790580e3f0f69aea507aa3141341 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Oct 2022 06:55:08 +0000 Subject: [PATCH 0784/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 74e354c321..a57cd382d7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 7 02:26:07 UTC 2022 +Mon Oct 10 02:29:43 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 504462f651..b6174437b2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 6 06:36:56 UTC 2022 +Fri Oct 7 06:39:59 UTC 2022 From 3d62cbd31003a4952753b04209b6a414192cc781 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 10 Oct 2022 10:27:50 -0300 Subject: [PATCH 0785/1768] test install poetry action Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester58.yml | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/workflow-tester58.yml diff --git a/.github/workflows/workflow-tester58.yml b/.github/workflows/workflow-tester58.yml new file mode 100644 index 0000000000..9c96e00c6f --- /dev/null +++ b/.github/workflows/workflow-tester58.yml @@ -0,0 +1,36 @@ +name: Test Install Poetry Action # Related to https://github.com/snok/install-poetry/issues/94 + +on: + workflow_dispatch: + push: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + build-windows-131: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: actions/setup-python@v4 + with: + python-version: 3.10.0 + - name: Install and configure Poetry + uses: snok/install-poetry@v1.3.1 + with: + version: 1.2.1 + virtualenvs-create: false + + build-windows-132: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - uses: actions/setup-python@v4 + with: + python-version: 3.10.0 + - name: Install and configure Poetry + uses: snok/install-poetry@v1.3.2 + with: + version: 1.2.1 + virtualenvs-create: false \ No newline at end of file From e8d0fdcac9a45c7df14a861dfa9cbf9db62eb161 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 10 Oct 2022 14:18:46 -0300 Subject: [PATCH 0786/1768] test with python version 3.8 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester58.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester58.yml b/.github/workflows/workflow-tester58.yml index 9c96e00c6f..1174ad6837 100644 --- a/.github/workflows/workflow-tester58.yml +++ b/.github/workflows/workflow-tester58.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: actions/setup-python@v4 with: - python-version: 3.10.0 + python-version: 3.8 - name: Install and configure Poetry uses: snok/install-poetry@v1.3.1 with: @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: actions/setup-python@v4 with: - python-version: 3.10.0 + python-version: 3.8 - name: Install and configure Poetry uses: snok/install-poetry@v1.3.2 with: From c2dc0d7631ce9934a270cd9002e60bbd24497398 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 11 Oct 2022 06:51:37 +0000 Subject: [PATCH 0787/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a57cd382d7..cc99b21a2f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 10 02:29:43 UTC 2022 +Tue Oct 11 02:25:06 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b6174437b2..97b787de51 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 7 06:39:59 UTC 2022 +Mon Oct 10 06:53:52 UTC 2022 From 18f120617666189ed10f007377d35f55dc5172dc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Oct 2022 06:41:41 +0000 Subject: [PATCH 0788/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc99b21a2f..41b8f24d33 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 11 02:25:06 UTC 2022 +Wed Oct 12 02:36:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 97b787de51..64cfdf0bff 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 10 06:53:52 UTC 2022 +Wed Oct 12 06:40:15 UTC 2022 From 8ab7b5d35b7d113968ff52ca746902abac1fd1dc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 13 Oct 2022 06:53:18 +0000 Subject: [PATCH 0789/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 41b8f24d33..4edb8624ad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 12 02:36:51 UTC 2022 +Thu Oct 13 02:29:50 UTC 2022 From 95d0c027a752d567f6fb9fc80b3e1981faae92f1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 12:13:10 -0300 Subject: [PATCH 0790/1768] add 59 workflow example with step.context Signed-off-by: Guillaume Falourd --- .github/workflows/59-step-context.yml | 23 +++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 .github/workflows/59-step-context.yml diff --git a/.github/workflows/59-step-context.yml b/.github/workflows/59-step-context.yml new file mode 100644 index 0000000000..49a497612b --- /dev/null +++ b/.github/workflows/59-step-context.yml @@ -0,0 +1,23 @@ +name: Step Context + +on: + workflow_dispatch: + +jobs: + myjob: + runs-on: ubuntu-latest + steps: + - name: Step 1 + id: hello + run: echo Hello + continue-on-error: true + - name: Step 2 + id: world + run: exit 1 + continue-on-error: true + - name: Check on failures + if: steps.hello.outcome != 'success' || steps.world.outcome != 'success' + run: exit 1 + - name: Success + if: steps.hello.outcome == 'success' || steps.world.outcome == 'success' + run: echo Hello World \ No newline at end of file diff --git a/README.md b/README.md index 37b131d48e..895f9a9948 100644 --- a/README.md +++ b/README.md @@ -275,3 +275,7 @@ This workflow illustrates how to use **outputs** with reusable workflows. [![58 - Env Expressions](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/58-env-expressions.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/58-env-expressions.yml) This workflows illustrates how to use **expressions** when setting env variables ath the workflow level, according to the trigger event. + +[![59 - Step Context](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/59-step-context.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/59-step-context.yml) + +This workflows illustrates how to use **[step context](https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context)**, which contains detail about the execution of each step by default. Using the `outcome` property of each step we can check the result of its execution. From d94dca0483124bf267ffdb10d94e1325b105f3ee Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 12:13:38 -0300 Subject: [PATCH 0791/1768] update 59 workflow example with step.context Signed-off-by: Guillaume Falourd --- .github/workflows/59-step-context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/59-step-context.yml b/.github/workflows/59-step-context.yml index 49a497612b..bff3b5780a 100644 --- a/.github/workflows/59-step-context.yml +++ b/.github/workflows/59-step-context.yml @@ -1,4 +1,4 @@ -name: Step Context +name: 59 - Step Context on: workflow_dispatch: From fef57281426677ad08ad6a59076cf244ec7a32f7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 13:43:16 -0300 Subject: [PATCH 0792/1768] add workflow-tester 59 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester59.yml | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/workflow-tester59.yml diff --git a/.github/workflows/workflow-tester59.yml b/.github/workflows/workflow-tester59.yml new file mode 100644 index 0000000000..f393249ada --- /dev/null +++ b/.github/workflows/workflow-tester59.yml @@ -0,0 +1,33 @@ +name: Test 59 # Related to https://stackoverflow.com/questions/74057478/github-action-secrets-environnment-cant-be-retreived + +on: + workflow_dispatch: + push: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + job1: + runs-on: ubuntu-latest + environment: test + env: + REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + steps: + - name: Show repo env secret + run: | + echo ${{ env.REPO_ENV_SECRET }} + echo ${{ secrets.REPO_ENV_SECRET }} + + job2: + runs-on: ubuntu-latest + environment: + name: test + env: + REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + steps: + - name: Show repo env secret + run: | + echo ${{ env.REPO_ENV_SECRET }} + echo ${{ secrets.REPO_ENV_SECRET }} \ No newline at end of file From 4aba3245a576cb23a75c65d677cdf0e027801fa8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 13:46:07 -0300 Subject: [PATCH 0793/1768] update workflow-tester 59 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester59.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/workflows/workflow-tester59.yml b/.github/workflows/workflow-tester59.yml index f393249ada..6fa7593507 100644 --- a/.github/workflows/workflow-tester59.yml +++ b/.github/workflows/workflow-tester59.yml @@ -2,6 +2,11 @@ name: Test 59 # Related to https://stackoverflow.com/questions/74057478/github-a on: workflow_dispatch: + inputs: + input: + description: "test" + required: false + default: "test" push: concurrency: @@ -24,6 +29,29 @@ jobs: runs-on: ubuntu-latest environment: name: test + env: + REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + steps: + - name: Show repo env secret + run: | + echo ${{ env.REPO_ENV_SECRET }} + echo ${{ secrets.REPO_ENV_SECRET }} + + job3: + runs-on: ubuntu-latest + environment: + name: ${{ inputs.input }} + env: + REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + steps: + - name: Show repo env secret + run: | + echo ${{ env.REPO_ENV_SECRET }} + echo ${{ secrets.REPO_ENV_SECRET }} + + job4: + runs-on: ubuntu-latest + environment: ${{ inputs.input }} env: REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} steps: From 4305ae8779ce49f5c8019c1903dcec1aad0c69fb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 13:48:27 -0300 Subject: [PATCH 0794/1768] update workflow-tester 59 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester59.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester59.yml b/.github/workflows/workflow-tester59.yml index 6fa7593507..65376b00c3 100644 --- a/.github/workflows/workflow-tester59.yml +++ b/.github/workflows/workflow-tester59.yml @@ -24,6 +24,8 @@ jobs: run: | echo ${{ env.REPO_ENV_SECRET }} echo ${{ secrets.REPO_ENV_SECRET }} + echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' job2: runs-on: ubuntu-latest @@ -36,6 +38,8 @@ jobs: run: | echo ${{ env.REPO_ENV_SECRET }} echo ${{ secrets.REPO_ENV_SECRET }} + echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' job3: runs-on: ubuntu-latest @@ -48,6 +52,8 @@ jobs: run: | echo ${{ env.REPO_ENV_SECRET }} echo ${{ secrets.REPO_ENV_SECRET }} + echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' job4: runs-on: ubuntu-latest @@ -58,4 +64,6 @@ jobs: - name: Show repo env secret run: | echo ${{ env.REPO_ENV_SECRET }} - echo ${{ secrets.REPO_ENV_SECRET }} \ No newline at end of file + echo ${{ secrets.REPO_ENV_SECRET }} + echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' \ No newline at end of file From 327784fc34b7c7dea11165db71d5f9f73ea1f18b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Oct 2022 13:54:35 -0300 Subject: [PATCH 0795/1768] update workflow-tester 59 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester59.yml | 60 ++++++++++++++----------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/.github/workflows/workflow-tester59.yml b/.github/workflows/workflow-tester59.yml index 65376b00c3..75ca1d8a83 100644 --- a/.github/workflows/workflow-tester59.yml +++ b/.github/workflows/workflow-tester59.yml @@ -14,20 +14,22 @@ concurrency: cancel-in-progress: true jobs: - job1: - runs-on: ubuntu-latest - environment: test - env: - REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} - steps: - - name: Show repo env secret - run: | - echo ${{ env.REPO_ENV_SECRET }} - echo ${{ secrets.REPO_ENV_SECRET }} - echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' - echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' + # job1: + # runs-on: ubuntu-latest + # environment: test + # env: + # REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + # steps: + # - name: Show repo env secret + # run: | + # echo ${{ env.REPO_ENV_SECRET }} + # echo ${{ secrets.REPO_ENV_SECRET }} + # echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + # echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' + # echo ${{ env.NO_SECRET }} + # echo ${{ secrets.NO_SECRET }} - job2: + job1: runs-on: ubuntu-latest environment: name: test @@ -40,8 +42,10 @@ jobs: echo ${{ secrets.REPO_ENV_SECRET }} echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' + echo ${{ env.NO_SECRET }} + echo ${{ secrets.NO_SECRET }} - job3: + job2: runs-on: ubuntu-latest environment: name: ${{ inputs.input }} @@ -54,16 +58,20 @@ jobs: echo ${{ secrets.REPO_ENV_SECRET }} echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' + echo ${{ env.NO_SECRET }} + echo ${{ secrets.NO_SECRET }} - job4: - runs-on: ubuntu-latest - environment: ${{ inputs.input }} - env: - REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} - steps: - - name: Show repo env secret - run: | - echo ${{ env.REPO_ENV_SECRET }} - echo ${{ secrets.REPO_ENV_SECRET }} - echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' - echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' \ No newline at end of file + # job4: + # runs-on: ubuntu-latest + # environment: ${{ inputs.input }} + # env: + # REPO_ENV_SECRET: ${{ secrets.REPO_ENV_SECRET }} + # steps: + # - name: Show repo env secret + # run: | + # echo ${{ env.REPO_ENV_SECRET }} + # echo ${{ secrets.REPO_ENV_SECRET }} + # echo "Secret value env:" ${{ env.REPO_ENV_SECRET }} | sed 's/./& /g' + # echo "Secret value secret:" ${{ secrets.REPO_ENV_SECRET }} | sed 's/./& /g' + # echo ${{ env.NO_SECRET }} + # echo ${{ secrets.NO_SECRET }} \ No newline at end of file From 35e86be6d4dfa6744701ab8dbb8d705515443709 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 14 Oct 2022 06:55:40 +0000 Subject: [PATCH 0796/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4edb8624ad..318d71efca 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 13 02:29:50 UTC 2022 +Fri Oct 14 02:41:37 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 64cfdf0bff..5d9cbd8d0d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 12 06:40:15 UTC 2022 +Thu Oct 13 06:52:32 UTC 2022 From 14618b55170245fe153257e4efdbfea13dde0703 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Oct 2022 15:13:14 -0300 Subject: [PATCH 0797/1768] add workflow-tester 60 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester60.yml | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/workflow-tester60.yml diff --git a/.github/workflows/workflow-tester60.yml b/.github/workflows/workflow-tester60.yml new file mode 100644 index 0000000000..e2a4a38acd --- /dev/null +++ b/.github/workflows/workflow-tester60.yml @@ -0,0 +1,34 @@ +name: Test 60 # Related to https://stackoverflow.com/questions/74072206/github-actions-use-variables-in-matrix-definition + +on: + push: + workflow_dispatch: + +env: + CARGO_TERM_COLOR: always + ZEROCOPY_MSRV: 1.61.0 + ZEROCOPY_CURRENT_STABLE: 1.64.0 + ZEROCOPY_CURRENT_NIGHTLY: nightly-2022-09-26 + +jobs: + build_test: + runs-on: ubuntu-latest + strategy: + matrix: + # See `INTERNAL.md` for an explanation of these pinned toolchain + # versions. + channel: [ "${{ env.ZEROCOPY_MSRV }}", "${{ env.ZEROCOPY_CURRENT_STABLE }}", "${{ env.ZEROCOPY_CURRENT_NIGHTLY }}" ] + target: [ "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "aarch64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "wasm32-wasi" ] + features: [ "" , "alloc,simd", "alloc,simd,simd-nightly" ] + exclude: + # Exclude any combination which uses a non-nightly toolchain but + # enables nightly features. + - channel: ${{ env.ZEROCOPY_MSRV }} + features: "alloc,simd,simd-nightly" + - channel: ${{ env.ZEROCOPY_CURRENT_STABLE }} + features: "alloc,simd,simd-nightly" + steps: + - run: | + echo ${{ matrix.channel }} + echo ${{ matrix.target }} + echo ${{ matrix.features }} \ No newline at end of file From ed01701231da74d5525a63367c9f2616d9ef6940 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Oct 2022 15:23:24 -0300 Subject: [PATCH 0798/1768] update workflow-tester 60 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester60.yml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow-tester60.yml b/.github/workflows/workflow-tester60.yml index e2a4a38acd..963d2006d9 100644 --- a/.github/workflows/workflow-tester60.yml +++ b/.github/workflows/workflow-tester60.yml @@ -3,6 +3,19 @@ name: Test 60 # Related to https://stackoverflow.com/questions/74072206/github-a on: push: workflow_dispatch: + inputs: + test1: + description: "Test1" + required: false + default: "test1" + test2: + description: "Test2" + required: false + default: "test2" + test3: + description: "Test3" + required: false + default: "test3" env: CARGO_TERM_COLOR: always @@ -15,17 +28,15 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # See `INTERNAL.md` for an explanation of these pinned toolchain - # versions. - channel: [ "${{ env.ZEROCOPY_MSRV }}", "${{ env.ZEROCOPY_CURRENT_STABLE }}", "${{ env.ZEROCOPY_CURRENT_NIGHTLY }}" ] + # See `INTERNAL.md` for an explanation of these pinned toolchain versions. + channel: [ "${{ inputs.test1 }}", "${{ inputs.test2 }}", "${{ inputs.test3 }}" ] target: [ "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "aarch64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "wasm32-wasi" ] features: [ "" , "alloc,simd", "alloc,simd,simd-nightly" ] exclude: - # Exclude any combination which uses a non-nightly toolchain but - # enables nightly features. - - channel: ${{ env.ZEROCOPY_MSRV }} + # Exclude any combination which uses a non-nightly toolchain but enables nightly features. + - channel: ${{ inputs.test1 }} features: "alloc,simd,simd-nightly" - - channel: ${{ env.ZEROCOPY_CURRENT_STABLE }} + - channel: ${{ inputs.test2 }} features: "alloc,simd,simd-nightly" steps: - run: | From 3b38cda8ac74fc9987cd6e50d23fb9e28da7113b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Oct 2022 17:34:56 -0300 Subject: [PATCH 0799/1768] add workflow-tester 61-62 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester61.yml | 16 +++++++++++++ .github/workflows/workflow-tester62.yml | 31 +++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/workflows/workflow-tester61.yml create mode 100644 .github/workflows/workflow-tester62.yml diff --git a/.github/workflows/workflow-tester61.yml b/.github/workflows/workflow-tester61.yml new file mode 100644 index 0000000000..c14233103c --- /dev/null +++ b/.github/workflows/workflow-tester61.yml @@ -0,0 +1,16 @@ +name: Test 61 # Related to https://stackoverflow.com/questions/74074371/boolean-input-not-passed-correctly-to-reusable-workflow + +on: + workflow_dispatch: + inputs: + push_to_stg: + description: "test" + type: boolean + default: false + required: true + +jobs: + job1: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester62.yml@main + with: + stg_image_build: ${{ inputs.push_to_stg }} \ No newline at end of file diff --git a/.github/workflows/workflow-tester62.yml b/.github/workflows/workflow-tester62.yml new file mode 100644 index 0000000000..a9e2984ce6 --- /dev/null +++ b/.github/workflows/workflow-tester62.yml @@ -0,0 +1,31 @@ +name: Test 62 + +on: + workflow_call: + inputs: + push_to_stg: + description: "Build and push image to staging registry" + type: boolean + default: false + required: true + +jobs: + job1: # will always run + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ inputs.push_to_stg }} + + job2: # will only run on a workflow_dispatch event, if push_to_stg input is true + runs-on: ubuntu-latest + if: ${{ inputs.push_to_stg }} + steps: + - run: | + echo ${{ inputs.push_to_stg }} + + job3: # will only run on a workflow_dispatch event, if push_to_stg input is false + runs-on: ubuntu-latest + if: ${{ ! inputs.push_to_stg }} + steps: + - run: | + echo ${{ inputs.push_to_stg }} \ No newline at end of file From 163a0b5171d8c5da08c77bb980f5a5742e8c8c32 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Oct 2022 17:37:00 -0300 Subject: [PATCH 0800/1768] update workflow-tester 61-62 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester62.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/workflow-tester62.yml b/.github/workflows/workflow-tester62.yml index a9e2984ce6..366258c831 100644 --- a/.github/workflows/workflow-tester62.yml +++ b/.github/workflows/workflow-tester62.yml @@ -1,9 +1,9 @@ -name: Test 62 +name: Test 62 reusable # Related to https://stackoverflow.com/questions/74074371/boolean-input-not-passed-correctly-to-reusable-workflow on: workflow_call: inputs: - push_to_stg: + stg_image_build: description: "Build and push image to staging registry" type: boolean default: false @@ -14,18 +14,18 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo ${{ inputs.push_to_stg }} + echo ${{ inputs.stg_image_build }} - job2: # will only run on a workflow_dispatch event, if push_to_stg input is true + job2: # will only run on a workflow_dispatch event, if stg_image_build input is true runs-on: ubuntu-latest - if: ${{ inputs.push_to_stg }} + if: ${{ inputs.stg_image_build }} steps: - run: | - echo ${{ inputs.push_to_stg }} + echo ${{ inputs.stg_image_build }} - job3: # will only run on a workflow_dispatch event, if push_to_stg input is false + job3: # will only run on a workflow_dispatch event, if stg_image_build input is false runs-on: ubuntu-latest - if: ${{ ! inputs.push_to_stg }} + if: ${{ ! inputs.stg_image_build }} steps: - run: | - echo ${{ inputs.push_to_stg }} \ No newline at end of file + echo ${{ inputs.stg_image_build }} \ No newline at end of file From d267c1613f2ca8eb5e161ed41d739e8da155c489 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Oct 2022 17:37:42 -0300 Subject: [PATCH 0801/1768] update workflow-tester 61-62 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester61.yml | 2 +- .github/workflows/workflow-tester62.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester61.yml b/.github/workflows/workflow-tester61.yml index c14233103c..1248566ac0 100644 --- a/.github/workflows/workflow-tester61.yml +++ b/.github/workflows/workflow-tester61.yml @@ -10,7 +10,7 @@ on: required: true jobs: - job1: + main: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester62.yml@main with: stg_image_build: ${{ inputs.push_to_stg }} \ No newline at end of file diff --git a/.github/workflows/workflow-tester62.yml b/.github/workflows/workflow-tester62.yml index 366258c831..f69e7378bf 100644 --- a/.github/workflows/workflow-tester62.yml +++ b/.github/workflows/workflow-tester62.yml @@ -10,20 +10,20 @@ on: required: true jobs: - job1: # will always run + reusable-job1: # will always run runs-on: ubuntu-latest steps: - run: | echo ${{ inputs.stg_image_build }} - job2: # will only run on a workflow_dispatch event, if stg_image_build input is true + reusable-job2: # will only run on a workflow_dispatch event, if stg_image_build input is true runs-on: ubuntu-latest if: ${{ inputs.stg_image_build }} steps: - run: | echo ${{ inputs.stg_image_build }} - job3: # will only run on a workflow_dispatch event, if stg_image_build input is false + reusable-job3: # will only run on a workflow_dispatch event, if stg_image_build input is false runs-on: ubuntu-latest if: ${{ ! inputs.stg_image_build }} steps: From 51044a7c15c59ef0e414c3d0e36b670686b3519e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Oct 2022 06:59:04 +0000 Subject: [PATCH 0802/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 318d71efca..a7373d8a15 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 14 02:41:37 UTC 2022 +Mon Oct 17 02:43:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5d9cbd8d0d..2b1cb51511 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 13 06:52:32 UTC 2022 +Mon Oct 17 06:58:21 UTC 2022 From a379a4c04cc10f7b44dc67a69d256cdc8d999c86 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 18 Oct 2022 07:03:19 +0000 Subject: [PATCH 0803/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a7373d8a15..a2f6affcbd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 17 02:43:51 UTC 2022 +Tue Oct 18 02:33:59 UTC 2022 From 6b4f025cd5052fa54a61e35d6917ab7c84aad280 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Oct 2022 07:06:33 +0000 Subject: [PATCH 0804/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a2f6affcbd..853dcd357f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 18 02:33:59 UTC 2022 +Wed Oct 19 02:30:23 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2b1cb51511..2aa9902340 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 17 06:58:21 UTC 2022 +Tue Oct 18 07:01:31 UTC 2022 From 1a22774f8ce67ad7f352942094e33933531bac7b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:28:50 -0300 Subject: [PATCH 0805/1768] add workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/workflow-tester63.yml diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml new file mode 100644 index 0000000000..b2ad191818 --- /dev/null +++ b/.github/workflows/workflow-tester63.yml @@ -0,0 +1,21 @@ +name: Test 63 # Related to https://stackoverflow.com/questions/74117204/how-to-generate-a-new-string-by-combine-github-action-workflow-variables + +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Check context var + run: | + echo ${{ github.event.head_commit.message }} + echo ${{ github.sha }} + + - name: Setup env var + run: | + echo MESSAGE_SHA=(${{ github.event.head_commit.message }}-${{ github.sha }}) >> $GITHUB_ENV + + - name: Check env var + run: | + echo ${{ env.MESSAGE_SHA }} \ No newline at end of file From 690f0e350fc29616fd586e6418542b8e2dc25a7c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:32:24 -0300 Subject: [PATCH 0806/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index b2ad191818..9fee1fd872 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -9,8 +9,8 @@ jobs: steps: - name: Check context var run: | - echo ${{ github.event.head_commit.message }} - echo ${{ github.sha }} + echo '${{ github.event.head_commit.message }}' + echo '${{ github.sha }}' - name: Setup env var run: | From f90ce00377f553b63fe65aed5f71e3fac88d9d83 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:36:14 -0300 Subject: [PATCH 0807/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 9fee1fd872..f8db9d6eae 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -14,7 +14,7 @@ jobs: - name: Setup env var run: | - echo MESSAGE_SHA=(${{ github.event.head_commit.message }}-${{ github.sha }}) >> $GITHUB_ENV + echo MESSAGE_SHA=${{ github.event.head_commit.message }}-${{ github.sha }} >> $GITHUB_ENV - name: Check env var run: | From a5506e2a352b0ab2b4a208a87c1d6becda95e45a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:37:07 -0300 Subject: [PATCH 0808/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index f8db9d6eae..28c8fc3053 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -14,7 +14,7 @@ jobs: - name: Setup env var run: | - echo MESSAGE_SHA=${{ github.event.head_commit.message }}-${{ github.sha }} >> $GITHUB_ENV + echo MESSAGE_SHA='${{ github.event.head_commit.message }}'-'${{ github.sha }}' >> $GITHUB_ENV - name: Check env var run: | From f8c8ad611499fad64ed0fcbee9a19bd717e8a656 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:40:38 -0300 Subject: [PATCH 0809/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 28c8fc3053..5a90cec8d5 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -11,10 +11,16 @@ jobs: run: | echo '${{ github.event.head_commit.message }}' echo '${{ github.sha }}' - + +# echo MESSAGE_SHA='${{ github.event.head_commit.message }}'-'${{ github.sha }}' >> $GITHUB_ENV + - name: Setup env var run: | - echo MESSAGE_SHA='${{ github.event.head_commit.message }}'-'${{ github.sha }}' >> $GITHUB_ENV + MESSAGE_SHA=$(cat << EOF + '${{ github.event.head_commit.message }}'' + -'${{ github.sha }}'' + EOF + ) >> $GITHUB_ENV - name: Check env var run: | From ad3d83427945ba598b7849dcdc40edb728b16779 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:43:26 -0300 Subject: [PATCH 0810/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 5a90cec8d5..bf307e7625 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -16,11 +16,12 @@ jobs: - name: Setup env var run: | - MESSAGE_SHA=$(cat << EOF - '${{ github.event.head_commit.message }}'' - -'${{ github.sha }}'' + MESSAGE=$(cat << EOF + '${{ github.event.head_commit.message }}' + -'${{ github.sha }}' EOF - ) >> $GITHUB_ENV + ) + echo MESSAGE_SHA=MESSAGE >> $GITHUB_ENV - name: Check env var run: | From caee10b7e9f55636776af362eb317056f96e7bee Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 08:44:29 -0300 Subject: [PATCH 0811/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index bf307e7625..03b01682bf 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -21,7 +21,7 @@ jobs: -'${{ github.sha }}' EOF ) - echo MESSAGE_SHA=MESSAGE >> $GITHUB_ENV + echo MESSAGE_SHA=$MESSAGE >> $GITHUB_ENV - name: Check env var run: | From 7a36989cbef6410d776a5089cc67e703e43db548 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 10:29:03 -0300 Subject: [PATCH 0812/1768] add workflow-tester 64 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester64.yml | 22 ++++++++++++++++++++++ new-output.py | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/workflow-tester64.yml create mode 100644 new-output.py diff --git a/.github/workflows/workflow-tester64.yml b/.github/workflows/workflow-tester64.yml new file mode 100644 index 0000000000..35900c9809 --- /dev/null +++ b/.github/workflows/workflow-tester64.yml @@ -0,0 +1,22 @@ +name: Test 64 # Related to https://stackoverflow.com/questions/74125082/new-format-of-output-in-custom-github-actions-since-set-output-is-going-to-be-de + +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Checkout repository content + uses: actions/checkout@v3 # Checkout the repository content to github runner. + + - name: Setup Python Version + uses: actions/setup-python@v2 + with: + python-version: 3.8 # Install the python version needed + + - name: Execute Python script # Run the run.py to get the latest data + id: test1 + run: python new-output.py + + - run: echo ${{steps.test1.outputs.test}} diff --git a/new-output.py b/new-output.py new file mode 100644 index 0000000000..5d3c629227 --- /dev/null +++ b/new-output.py @@ -0,0 +1,2 @@ +hello = 'hello' +print(f"\"test={hello}\" >> $GITHUB_OUTPUT") From db16be29b2f58803d689a53dce8b89acaea11c7a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 10:31:41 -0300 Subject: [PATCH 0813/1768] update workflow-tester 64 + triggers Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester54.yml | 2 +- .github/workflows/workflow-tester56.yml | 8 +++++--- .github/workflows/workflow-tester58.yml | 2 +- .github/workflows/workflow-tester59.yml | 2 +- .github/workflows/workflow-tester60.yml | 2 +- .github/workflows/workflow-tester63.yml | 3 ++- new-output.py | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/workflow-tester54.yml b/.github/workflows/workflow-tester54.yml index 423dda2004..fae3de83a7 100644 --- a/.github/workflows/workflow-tester54.yml +++ b/.github/workflows/workflow-tester54.yml @@ -1,7 +1,7 @@ name: Test 54 #Related to SO https://stackoverflow.com/questions/73611201/how-to-get-inputs-in-github-yml on: - push: + #push: workflow_dispatch: inputs: test1: diff --git a/.github/workflows/workflow-tester56.yml b/.github/workflows/workflow-tester56.yml index 14d354c08e..7d59389768 100644 --- a/.github/workflows/workflow-tester56.yml +++ b/.github/workflows/workflow-tester56.yml @@ -1,9 +1,11 @@ name: Test 56 #Related to SO https://stackoverflow.com/questions/73727910/invalid-workflow-file-github-actions-cf-cli on: - push: - branches: - - main + # push: + # branches: + # - main + workflow_dispatch: + jobs: build: diff --git a/.github/workflows/workflow-tester58.yml b/.github/workflows/workflow-tester58.yml index 1174ad6837..d9df22f39b 100644 --- a/.github/workflows/workflow-tester58.yml +++ b/.github/workflows/workflow-tester58.yml @@ -2,7 +2,7 @@ name: Test Install Poetry Action # Related to https://github.com/snok/install-po on: workflow_dispatch: - push: + #push: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/workflow-tester59.yml b/.github/workflows/workflow-tester59.yml index 75ca1d8a83..8123370121 100644 --- a/.github/workflows/workflow-tester59.yml +++ b/.github/workflows/workflow-tester59.yml @@ -7,7 +7,7 @@ on: description: "test" required: false default: "test" - push: + #push: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/workflow-tester60.yml b/.github/workflows/workflow-tester60.yml index 963d2006d9..393bffc2a5 100644 --- a/.github/workflows/workflow-tester60.yml +++ b/.github/workflows/workflow-tester60.yml @@ -1,7 +1,7 @@ name: Test 60 # Related to https://stackoverflow.com/questions/74072206/github-actions-use-variables-in-matrix-definition on: - push: + #push: workflow_dispatch: inputs: test1: diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 03b01682bf..a1857adfb1 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -1,7 +1,8 @@ name: Test 63 # Related to https://stackoverflow.com/questions/74117204/how-to-generate-a-new-string-by-combine-github-action-workflow-variables on: - push: + #push: + workflow_dispatch: jobs: job1: diff --git a/new-output.py b/new-output.py index 5d3c629227..466867097d 100644 --- a/new-output.py +++ b/new-output.py @@ -1,2 +1,2 @@ hello = 'hello' -print(f"\"test={hello}\" >> $GITHUB_OUTPUT") +print(f"echo \"test={hello}\" >> $GITHUB_OUTPUT") From 516f4d8244cd8d8f4fd3c17d7a28f8cbed55d7c2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 10:37:09 -0300 Subject: [PATCH 0814/1768] update workflow-tester 64 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester64.yml | 15 ++++++++++++++- new-output.py | 5 ++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester64.yml b/.github/workflows/workflow-tester64.yml index 35900c9809..125a0fa7b7 100644 --- a/.github/workflows/workflow-tester64.yml +++ b/.github/workflows/workflow-tester64.yml @@ -19,4 +19,17 @@ jobs: id: test1 run: python new-output.py - - run: echo ${{steps.test1.outputs.test}} + - run: | + echo ${{steps.test1.outputs.test}} + echo ${{env.TEST1}} + + job2: + runs-on: ubuntu-latest + steps: + - id: step1 + run: echo "test=hello" >> $GITHUB_OUTPUT + - id: step2 + run: echo "test=world" >> $GITHUB_OUTPUT + - run: | + echo ${{steps.step1.outputs.test}} + echo ${{steps.step2.outputs.test}} \ No newline at end of file diff --git a/new-output.py b/new-output.py index 466867097d..a9487b6a60 100644 --- a/new-output.py +++ b/new-output.py @@ -1,2 +1,5 @@ hello = 'hello' -print(f"echo \"test={hello}\" >> $GITHUB_OUTPUT") + +print(f"test={hello} >> $GITHUB_OUTPUT") + +print(f"test={hello} >> $GITHUB_ENV") \ No newline at end of file From 93376128434d4a1d126661cb8251ca67935cb463 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 10:49:02 -0300 Subject: [PATCH 0815/1768] update workflow-tester 64 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester64.yml | 6 +++++- new-output.py | 13 ++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester64.yml b/.github/workflows/workflow-tester64.yml index 125a0fa7b7..85dd851187 100644 --- a/.github/workflows/workflow-tester64.yml +++ b/.github/workflows/workflow-tester64.yml @@ -19,8 +19,12 @@ jobs: id: test1 run: python new-output.py - - run: | + - name: Check output + run: | echo ${{steps.test1.outputs.test}} + + - name: Check env + run: | echo ${{env.TEST1}} job2: diff --git a/new-output.py b/new-output.py index a9487b6a60..b64e6e34ed 100644 --- a/new-output.py +++ b/new-output.py @@ -1,5 +1,12 @@ -hello = 'hello' +import os -print(f"test={hello} >> $GITHUB_OUTPUT") +env_file = os.getenv('GITHUB_ENV') +output_file = os.getenv('GITHUB_OUTPUT') -print(f"test={hello} >> $GITHUB_ENV") \ No newline at end of file +hello='hello' + +with open(env_file, "a") as myfile: + myfile.write(f"TEST={hello}") + +with open(output_file, "a") as myfile: + myfile.write(f"TEST={hello}") \ No newline at end of file From b0e22eb6cdb767e25dd178ffc432b102ac01e615 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 19 Oct 2022 10:49:58 -0300 Subject: [PATCH 0816/1768] update workflow-tester 64 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester64.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/workflow-tester64.yml b/.github/workflows/workflow-tester64.yml index 85dd851187..31b6c53551 100644 --- a/.github/workflows/workflow-tester64.yml +++ b/.github/workflows/workflow-tester64.yml @@ -25,15 +25,4 @@ jobs: - name: Check env run: | - echo ${{env.TEST1}} - - job2: - runs-on: ubuntu-latest - steps: - - id: step1 - run: echo "test=hello" >> $GITHUB_OUTPUT - - id: step2 - run: echo "test=world" >> $GITHUB_OUTPUT - - run: | - echo ${{steps.step1.outputs.test}} - echo ${{steps.step2.outputs.test}} \ No newline at end of file + echo ${{env.TEST}} \ No newline at end of file From f5ba53e4b12b7e8343a80872b5b18f708f9a77c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Oct 2022 06:42:53 +0000 Subject: [PATCH 0817/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 853dcd357f..4a829afca3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 19 02:30:23 UTC 2022 +Thu Oct 20 02:33:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2aa9902340..23eaca43aa 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 18 07:01:31 UTC 2022 +Wed Oct 19 07:05:25 UTC 2022 From 970c0d1663e589ac09859f4ebde9d27a3ebbc2b7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 20 Oct 2022 08:52:46 -0300 Subject: [PATCH 0818/1768] add workflow-tester 65 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester64.yml | 3 ++- .github/workflows/workflow-tester65.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/workflow-tester65.yml diff --git a/.github/workflows/workflow-tester64.yml b/.github/workflows/workflow-tester64.yml index 31b6c53551..e166b8a2d4 100644 --- a/.github/workflows/workflow-tester64.yml +++ b/.github/workflows/workflow-tester64.yml @@ -1,7 +1,8 @@ name: Test 64 # Related to https://stackoverflow.com/questions/74125082/new-format-of-output-in-custom-github-actions-since-set-output-is-going-to-be-de on: - push: + #push: + workflow_dispatch: jobs: job1: diff --git a/.github/workflows/workflow-tester65.yml b/.github/workflows/workflow-tester65.yml new file mode 100644 index 0000000000..51aa60b622 --- /dev/null +++ b/.github/workflows/workflow-tester65.yml @@ -0,0 +1,16 @@ +name: Test 65 # Related to https://stackoverflow.com/questions/18995854/how-can-i-use-github-api-to-get-all-tags-or-releases-for-a-project + +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: | + curl \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer $TOKEN" \ + https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/tags + env: + TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file From 9833e8b8c3696910d48c6526e627c3b20a311afb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 20 Oct 2022 09:56:14 -0300 Subject: [PATCH 0819/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index a1857adfb1..c70e9f4299 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -26,4 +26,20 @@ jobs: - name: Check env var run: | - echo ${{ env.MESSAGE_SHA }} \ No newline at end of file + echo ${{ env.MESSAGE_SHA }} + +# Testing same implementation for OUTPUT + + - name: Setup output var + id: test1 + run: | + MESSAGE=$(cat << EOF + '${{ github.event.head_commit.message }}' + -'${{ github.sha }}' + EOF + ) + echo MESSAGE_SHA=$MESSAGE >> $GITHUB_OUTPUT + + - name: Check env var + run: | + echo ${{steps.test1.outputs.MESSAGE_SHA}} \ No newline at end of file From fe0dc40a8f28a797ae9cf129d50275d60e8b8f20 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 20 Oct 2022 09:56:33 -0300 Subject: [PATCH 0820/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index c70e9f4299..7994d05650 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -1,7 +1,7 @@ name: Test 63 # Related to https://stackoverflow.com/questions/74117204/how-to-generate-a-new-string-by-combine-github-action-workflow-variables on: - #push: + push: workflow_dispatch: jobs: From a8e723acc5a7e18df554bbe5f5d4769dde6e5e5c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 20 Oct 2022 09:57:59 -0300 Subject: [PATCH 0821/1768] update workflow-tester 63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 7994d05650..b0c3e10a8e 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -1,7 +1,7 @@ name: Test 63 # Related to https://stackoverflow.com/questions/74117204/how-to-generate-a-new-string-by-combine-github-action-workflow-variables on: - push: + #push: workflow_dispatch: jobs: @@ -40,6 +40,6 @@ jobs: ) echo MESSAGE_SHA=$MESSAGE >> $GITHUB_OUTPUT - - name: Check env var + - name: Check output var run: | echo ${{steps.test1.outputs.MESSAGE_SHA}} \ No newline at end of file From 5eec3c80286587751393ee36610eecd0820ee5c8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 21 Oct 2022 06:45:19 +0000 Subject: [PATCH 0822/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4a829afca3..c7ccbeb892 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 20 02:33:40 UTC 2022 +Fri Oct 21 02:03:46 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 23eaca43aa..f39d4cbea6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 19 07:05:25 UTC 2022 +Thu Oct 20 06:41:38 UTC 2022 From 81bfda7b9bbe513bb1a8bbbc2bb485173ad1400d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:06:48 -0300 Subject: [PATCH 0823/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index b0c3e10a8e..e81fdd1966 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -42,4 +42,24 @@ jobs: - name: Check output var run: | - echo ${{steps.test1.outputs.MESSAGE_SHA}} \ No newline at end of file + echo ${{steps.test1.outputs.MESSAGE_SHA}} + +# Testing other syntaxes + + - name: Setup output var2 + id: test2 + run: echo -e "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT + + - name: Check output var2 + run: | + echo ${{steps.test2.outputs.MESSAGE_SHA}} + + - name: Setup output var3 + id: test3 + run: | + echo "TEST3=first line \ + second line \ + third line" >> $GITHUB_OUTPUT + + - name: Check output var3 + run: echo ${{steps.test3.outputs.TEST1}} \ No newline at end of file From bb98fa3b237150039ec441b522197bcf374de27a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:07:14 -0300 Subject: [PATCH 0824/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index e81fdd1966..aa32fd471e 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -48,7 +48,7 @@ jobs: - name: Setup output var2 id: test2 - run: echo -e "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT + run: echo "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT - name: Check output var2 run: | From abe3533ec4581d7a1f03760daf0aab9fb6d3a61f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:07:55 -0300 Subject: [PATCH 0825/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index aa32fd471e..3161038eed 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -48,7 +48,7 @@ jobs: - name: Setup output var2 id: test2 - run: echo "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT + run: echo "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT #Will keep the n fro nthe \n - name: Check output var2 run: | From a935d175eb4acc74fb83093b767f7e4344a49f54 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:09:40 -0300 Subject: [PATCH 0826/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 3161038eed..3bf34759f4 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -52,7 +52,7 @@ jobs: - name: Check output var2 run: | - echo ${{steps.test2.outputs.MESSAGE_SHA}} + echo ${{steps.test2.outputs.TEST2}} - name: Setup output var3 id: test3 @@ -62,4 +62,13 @@ jobs: third line" >> $GITHUB_OUTPUT - name: Check output var3 - run: echo ${{steps.test3.outputs.TEST1}} \ No newline at end of file + run: echo ${{steps.test3.outputs.TEST3}} + + - name: Setup output var4 + id: test4 + continue-on-error: true + run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT + + - name: Check output var4 + run: | + echo ${{steps.test2.outputs.TEST4}} \ No newline at end of file From 05dadffac9778a288b35c6b9b1d8f56e3aed109c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:13:07 -0300 Subject: [PATCH 0827/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 3bf34759f4..ab52c621ea 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -67,7 +67,8 @@ jobs: - name: Setup output var4 id: test4 continue-on-error: true - run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT + #run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT + run: sh -c 'echo -e "TEST=first line\n second line\n third line" >> $GITHUB_OUTPUT' - name: Check output var4 run: | From ed8fb7ea72094776e2734381a16a7d0206f0a933 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:13:12 -0300 Subject: [PATCH 0828/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index ab52c621ea..52aa6ed805 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -68,7 +68,7 @@ jobs: id: test4 continue-on-error: true #run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT - run: sh -c 'echo -e "TEST=first line\n second line\n third line" >> $GITHUB_OUTPUT' + run: sh -c 'echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT' - name: Check output var4 run: | From 069d9e40cecce0d6965391aa560bb45e799c957d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:23:04 -0300 Subject: [PATCH 0829/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 52aa6ed805..d3d1272ca6 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -68,7 +68,7 @@ jobs: id: test4 continue-on-error: true #run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT - run: sh -c 'echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT' + run: sh -c 'echo -e "TEST4=first line\n second line\n third line"' >> $GITHUB_OUTPUT - name: Check output var4 run: | From 1157cd73a5c507044b50af12a3c2f44375cbe8bc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:24:25 -0300 Subject: [PATCH 0830/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index d3d1272ca6..3577b6f94a 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -67,8 +67,7 @@ jobs: - name: Setup output var4 id: test4 continue-on-error: true - #run: echo -e "TEST4=first line\n second line\n third line" >> $GITHUB_OUTPUT - run: sh -c 'echo -e "TEST4=first line\n second line\n third line"' >> $GITHUB_OUTPUT + run: echo TEST4=$(echo -e "first line\n second line\n third line") >> $GITHUB_OUTPUT - name: Check output var4 run: | From 6f430183085e432166d9255876cde9b9f3378768 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 15:24:47 -0300 Subject: [PATCH 0831/1768] update workflow-tester63 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester63.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 3577b6f94a..04135c81ad 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -71,4 +71,4 @@ jobs: - name: Check output var4 run: | - echo ${{steps.test2.outputs.TEST4}} \ No newline at end of file + echo ${{steps.test4.outputs.TEST4}} \ No newline at end of file From 8f2a7cb85426b2d6ea8618939b6c0439167c94ac Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 21 Oct 2022 16:30:51 -0300 Subject: [PATCH 0832/1768] add workflow-tester66 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester66.yml | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/workflow-tester66.yml diff --git a/.github/workflows/workflow-tester66.yml b/.github/workflows/workflow-tester66.yml new file mode 100644 index 0000000000..42af9758da --- /dev/null +++ b/.github/workflows/workflow-tester66.yml @@ -0,0 +1,38 @@ +name: Test 66 # Related to https://stackoverflow.com/questions/74157458/git-throws-error-if-nothing-to-commit-how-to-surpress + +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: date > report.txt + - run: | + if [[ `git status --porcelain` ]]; then + git config user.name github-actions + git config user.email github-actions@github.com + git add . + git commit -m "generated checkout workflow file" + git push + else + echo "WARNING: No changes were detected. git commit push action aborted." + fi + shell: bash + + job2: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: | + if [[ `git status --porcelain` ]]; then + git config user.name github-actions + git config user.email github-actions@github.com + git add . + git commit -m "generated checkout workflow file" + git push + else + echo "WARNING: No changes were detected. git commit push action aborted." + fi + shell: bash \ No newline at end of file From ee003ec2690c9e7f3435de2ecce2c198f684c735 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 21 Oct 2022 19:31:16 +0000 Subject: [PATCH 0833/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 47e7fd4993..64826e065b 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Wed Jan 5 02:28:40 UTC 2022 +Fri Oct 21 19:31:16 UTC 2022 From 70f98e45b011b05d1f2e3bc32ac7b9bb60cf2adc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 24 Oct 2022 07:04:33 +0000 Subject: [PATCH 0834/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c7ccbeb892..a903620366 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 21 02:03:46 UTC 2022 +Mon Oct 24 02:44:11 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f39d4cbea6..98c2241d73 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 20 06:41:38 UTC 2022 +Mon Oct 24 07:03:04 UTC 2022 From 4fd0d0b1e4feb280d1d0dab1fd4435463b5a54c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Oct 2022 07:04:53 +0000 Subject: [PATCH 0835/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 64826e065b..f9759d9c1e 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Fri Oct 21 19:31:16 UTC 2022 +Mon Oct 24 07:04:53 UTC 2022 From 9968c8e88b2f07f16aeaeadf5d72a295ae884ca2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 24 Oct 2022 08:47:53 -0300 Subject: [PATCH 0836/1768] Update workflow-tester63.yml --- .github/workflows/workflow-tester63.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester63.yml b/.github/workflows/workflow-tester63.yml index 04135c81ad..b746bcf692 100644 --- a/.github/workflows/workflow-tester63.yml +++ b/.github/workflows/workflow-tester63.yml @@ -48,11 +48,12 @@ jobs: - name: Setup output var2 id: test2 - run: echo "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT #Will keep the n fro nthe \n + run: echo "TEST2=first line\n second line\n third line" >> $GITHUB_OUTPUT - name: Check output var2 run: | - echo ${{steps.test2.outputs.TEST2}} + echo ${{steps.test2.outputs.TEST2}} #Will keep the n from the \n + echo -e "${{steps.test2.outputs.TEST2}}" #Will break the line from the \n - name: Setup output var3 id: test3 @@ -71,4 +72,4 @@ jobs: - name: Check output var4 run: | - echo ${{steps.test4.outputs.TEST4}} \ No newline at end of file + echo ${{steps.test4.outputs.TEST4}} From df0b42bb15e53766bbdde09e8f0e2488455a9fda Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Oct 2022 11:48:13 +0000 Subject: [PATCH 0837/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index f9759d9c1e..6d005af1b1 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 24 07:04:53 UTC 2022 +Mon Oct 24 11:48:13 UTC 2022 From f15c4ab0e28d1b1a1c20a9a89c418f62106eb33d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 24 Oct 2022 14:49:07 -0300 Subject: [PATCH 0838/1768] add 08-outputs-workflow2.yml Signed-off-by: Guillaume Falourd --- .github/workflows/08-outputs-workflow2.yml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 .github/workflows/08-outputs-workflow2.yml diff --git a/.github/workflows/08-outputs-workflow2.yml b/.github/workflows/08-outputs-workflow2.yml new file mode 100644 index 0000000000..745d3ae3b6 --- /dev/null +++ b/.github/workflows/08-outputs-workflow2.yml @@ -0,0 +1,89 @@ +name: 08 - Outputs Workflow 2 + +on: + schedule: + - cron: "0 6 * * MON-FRI" # Runs at 6:00 UTC + workflow_dispatch: + +jobs: + + job1: + runs-on: ubuntu-latest + # Map a step output to a job output + outputs: + output1: ${{ steps.step1.outputs.test }} + output2: ${{ steps.step2.outputs.test }} + steps: + - id: step1 + run: echo "test=hello" >> $GITHUB_OUTPUT + - id: step2 + run: echo "test=world" >> $GITHUB_OUTPUT + + job2: + runs-on: ubuntu-latest + # Wait from the job1 to be completed before starting job2 + needs: job1 + steps: + - run: echo ${{needs.job1.outputs.output1}} ${{needs.job1.outputs.output2}} + + job3: + runs-on: ubuntu-latest + needs: [job1, job2] + steps: + - run: echo "Goodbye" + + job4: + runs-on: ubuntu-latest + steps: + - name: step-1 + id: xyz + run: echo "ip-address::$(curl -s ifconfig.me)" >> $GITHUB_OUTPUT + - name: step-2 + run: echo "${{ steps.xyz.outputs.ip-address }}" + - name: step-3 + run: | + echo '{ + "ip-address": "${{ steps.xyz.outputs.ip-address }}" + }' + + job5: + runs-on: ubuntu-latest + steps: + + - name: step-1 + id: xyz + run: echo "acc::$(echo $RANDOM)" >> $GITHUB_OUTPUT + + - name: step-2 + if: steps.xyz.outputs.acc < 1 + run: | + echo "Number lower than 1" + echo "${{ steps.xyz.outputs.acc }}" + + - name: step-3 + if: steps.xyz.outputs.acc > 1 + run: | + echo "Number higher than 1" + echo "${{ steps.xyz.outputs.acc }}" + + job6: + runs-on: ubuntu-latest + steps: + - name: Setup multiline output + id: test + run: | + echo "TEST=first line \ + second line \ + third line" >> $GITHUB_OUTPUT + + - name: Check multiline output + run: echo ${{steps.test.outputs.TEST}} + + - name: Setup multiline output 2 + id: test2 + run: echo "TEST=first line\n second line\n third line" >> $GITHUB_OUTPUT + + - name: Check multiline output 2 + run: | + echo ${{steps.test2.outputs.TEST}} # Will keep the n from the \n + echo -e "${{steps.test2.outputs.TEST}}" # Will break the line from the \n \ No newline at end of file From fdaeca7bb615263177d750eb74edb8b12954bf4a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Oct 2022 17:49:44 +0000 Subject: [PATCH 0839/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 6d005af1b1..0f6de21815 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 24 11:48:13 UTC 2022 +Mon Oct 24 17:49:44 UTC 2022 From 79e413bc8f9da9b4030fe5081d88bd1e22487c32 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 24 Oct 2022 14:51:33 -0300 Subject: [PATCH 0840/1768] update 08-outputs-workflow2.yml Signed-off-by: Guillaume Falourd --- .github/workflows/08-outputs-workflow2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/08-outputs-workflow2.yml b/.github/workflows/08-outputs-workflow2.yml index 745d3ae3b6..e224376202 100644 --- a/.github/workflows/08-outputs-workflow2.yml +++ b/.github/workflows/08-outputs-workflow2.yml @@ -37,7 +37,7 @@ jobs: steps: - name: step-1 id: xyz - run: echo "ip-address::$(curl -s ifconfig.me)" >> $GITHUB_OUTPUT + run: echo "ip-address=$(curl -s ifconfig.me)" >> $GITHUB_OUTPUT - name: step-2 run: echo "${{ steps.xyz.outputs.ip-address }}" - name: step-3 @@ -52,7 +52,7 @@ jobs: - name: step-1 id: xyz - run: echo "acc::$(echo $RANDOM)" >> $GITHUB_OUTPUT + run: echo "acc=$(echo $RANDOM)" >> $GITHUB_OUTPUT - name: step-2 if: steps.xyz.outputs.acc < 1 From 8a5100d31c303dc237e4070d87d3a289c8330f65 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Oct 2022 17:52:04 +0000 Subject: [PATCH 0841/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 0f6de21815..75ff193929 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 24 17:49:44 UTC 2022 +Mon Oct 24 17:52:04 UTC 2022 From 35b131ce11e4bc117b34e651feeb8b25be30478e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 25 Oct 2022 07:02:06 +0000 Subject: [PATCH 0842/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a903620366..2f3e316a94 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 24 02:44:11 UTC 2022 +Tue Oct 25 02:37:56 UTC 2022 From daf317a26e4ee7fde611c22054b85bf6da7c4838 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Oct 2022 07:02:44 +0000 Subject: [PATCH 0843/1768] generated checkout workflow file --- report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.txt b/report.txt index 75ff193929..e595f8f742 100644 --- a/report.txt +++ b/report.txt @@ -1 +1 @@ -Mon Oct 24 17:52:04 UTC 2022 +Tue Oct 25 07:02:44 UTC 2022 From 71fc56aa04584a42b38d9a0855be78587ae5536b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:06:05 -0300 Subject: [PATCH 0844/1768] add workflow-tester67.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester65.yml | 3 ++- .github/workflows/workflow-tester66.yml | 3 ++- .github/workflows/workflow-tester67.yml | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/workflow-tester67.yml diff --git a/.github/workflows/workflow-tester65.yml b/.github/workflows/workflow-tester65.yml index 51aa60b622..035b0f6552 100644 --- a/.github/workflows/workflow-tester65.yml +++ b/.github/workflows/workflow-tester65.yml @@ -1,7 +1,8 @@ name: Test 65 # Related to https://stackoverflow.com/questions/18995854/how-can-i-use-github-api-to-get-all-tags-or-releases-for-a-project on: - push: + #push: + workflow_dispatch: jobs: job1: diff --git a/.github/workflows/workflow-tester66.yml b/.github/workflows/workflow-tester66.yml index 42af9758da..b93c78c2d6 100644 --- a/.github/workflows/workflow-tester66.yml +++ b/.github/workflows/workflow-tester66.yml @@ -1,7 +1,8 @@ name: Test 66 # Related to https://stackoverflow.com/questions/74157458/git-throws-error-if-nothing-to-commit-how-to-surpress on: - push: + #push: + workflow_dispatch: jobs: job1: diff --git a/.github/workflows/workflow-tester67.yml b/.github/workflows/workflow-tester67.yml new file mode 100644 index 0000000000..76077547ee --- /dev/null +++ b/.github/workflows/workflow-tester67.yml @@ -0,0 +1,15 @@ +name: Test 67 # Related to https://stackoverflow.com/questions/74188647/add-variable-value-to-github-action-name + +on: + push: + workflow_dispatch: + +env: + REGISTRY: 'ghcr.io' + +jobs: + Publish: + runs-on: ubuntu-latest + steps: + - name: Log into Container registry ${{ env.REGISTRY }} + run: echo "Ok" \ No newline at end of file From 472ce5f55c40a934c63f5ed91ac252b0dab94e64 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:07:10 -0300 Subject: [PATCH 0845/1768] update workflow-tester67.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester67.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester67.yml b/.github/workflows/workflow-tester67.yml index 76077547ee..f24b11f54b 100644 --- a/.github/workflows/workflow-tester67.yml +++ b/.github/workflows/workflow-tester67.yml @@ -6,10 +6,14 @@ on: env: REGISTRY: 'ghcr.io' + TEST: test.test jobs: Publish: runs-on: ubuntu-latest steps: - name: Log into Container registry ${{ env.REGISTRY }} - run: echo "Ok" \ No newline at end of file + run: echo "Ok" + + - name: Log ${{ env.TEST }} + run: echo "TEST" \ No newline at end of file From 743c4f1119103b1a4551f5eac7a207a4cec1b0ce Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:08:00 -0300 Subject: [PATCH 0846/1768] update workflow-tester67.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester67.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester67.yml b/.github/workflows/workflow-tester67.yml index f24b11f54b..470472b24a 100644 --- a/.github/workflows/workflow-tester67.yml +++ b/.github/workflows/workflow-tester67.yml @@ -5,15 +5,11 @@ on: workflow_dispatch: env: - REGISTRY: 'ghcr.io' - TEST: test.test + REGISTRY: ghcr.io jobs: Publish: runs-on: ubuntu-latest steps: - name: Log into Container registry ${{ env.REGISTRY }} - run: echo "Ok" - - - name: Log ${{ env.TEST }} - run: echo "TEST" \ No newline at end of file + run: echo "Ok" \ No newline at end of file From 61cfeb9e8a594af637331f6457e913749e5178a3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:17:29 -0300 Subject: [PATCH 0847/1768] add workflow-tester68.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester67.yml | 2 +- .github/workflows/workflow-tester68.yml | 35 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/workflow-tester68.yml diff --git a/.github/workflows/workflow-tester67.yml b/.github/workflows/workflow-tester67.yml index 470472b24a..7a173190cd 100644 --- a/.github/workflows/workflow-tester67.yml +++ b/.github/workflows/workflow-tester67.yml @@ -1,7 +1,7 @@ name: Test 67 # Related to https://stackoverflow.com/questions/74188647/add-variable-value-to-github-action-name on: - push: + #push: workflow_dispatch: env: diff --git a/.github/workflows/workflow-tester68.yml b/.github/workflows/workflow-tester68.yml new file mode 100644 index 0000000000..52c64a0a8b --- /dev/null +++ b/.github/workflows/workflow-tester68.yml @@ -0,0 +1,35 @@ +name: Test 68 # Related to https://stackoverflow.com/questions/74188647/add-variable-value-to-github-action-name + +on: + push: + workflow_dispatch: + +env: + DOTNET_VERSION: '6.0.401' # The .NET SDK version to use + +jobs: + build-and-test: + name: build-and-test-${{matrix.os}} + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [windows-latest] + steps: + - uses: actions/checkout@v3 + - name: Setup .NET Core + uses: actions/setup-dotnet@v3 + with: + dotnet-version: ${{ env.DOTNET_VERSION }} + + # - name: Install dependencies + # run: dotnet restore + + # - name: Build + # run: dotnet build --configuration Release + + - name: Unit Test + run: dotnet --no-restore --verbosity normal + + - name: Extract exit Code + if: always() + run: echo $? \ No newline at end of file From 2a792c4af437efd77d880881b550df92710274ee Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:21:38 -0300 Subject: [PATCH 0848/1768] update workflow-tester68.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester68.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester68.yml b/.github/workflows/workflow-tester68.yml index 52c64a0a8b..2ef174bb2d 100644 --- a/.github/workflows/workflow-tester68.yml +++ b/.github/workflows/workflow-tester68.yml @@ -27,9 +27,16 @@ jobs: # - name: Build # run: dotnet build --configuration Release - - name: Unit Test + - name: Unit Test 1 + continue-on-error: true run: dotnet --no-restore --verbosity normal - name: Extract exit Code - if: always() - run: echo $? \ No newline at end of file + run: echo $? + + - name: Unit Test 2 + continue-on-error: true + run: + dotnet --no-restore --verbosity normal || true + echo "Check" + echo $? \ No newline at end of file From 56094566eb867f70ff30ed04a1fa998282b04071 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:53:47 -0300 Subject: [PATCH 0849/1768] add workflow-tester69.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester69.yml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/workflow-tester69.yml diff --git a/.github/workflows/workflow-tester69.yml b/.github/workflows/workflow-tester69.yml new file mode 100644 index 0000000000..340ed9d657 --- /dev/null +++ b/.github/workflows/workflow-tester69.yml @@ -0,0 +1,30 @@ +name: Test 69 # Related to https://stackoverflow.com/questions/74188363/set-github-workflow-environment-variable-based-on-branch + +on: + push: + branches: + - main + - release/* + +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }}-image + TAG_PREXIX: ${{ github.branch }}-v + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Extract branch tag + id: version + run: | + BRANCH=${GITHUB_REF##*/} + VERSION="${BRANCH//release///""}" + echo $VERSION + + job2: + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ env.IMAGE_NAME }} + echo ${{ env.TAG_PREXIX }} \ No newline at end of file From b3a856c7a3f973343d429f45a73366413a6b8270 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 08:58:51 -0300 Subject: [PATCH 0850/1768] update workflow-tester69.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester69.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester69.yml b/.github/workflows/workflow-tester69.yml index 340ed9d657..b31b8b31fa 100644 --- a/.github/workflows/workflow-tester69.yml +++ b/.github/workflows/workflow-tester69.yml @@ -9,7 +9,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-image - TAG_PREXIX: ${{ github.branch }}-v + TAG_PREXIX: ${{ github.ref }}##*/-v jobs: job1: From 7a280bb389e168c2a6033378976adcff18193f0d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 09:00:06 -0300 Subject: [PATCH 0851/1768] update workflow-tester69.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester69.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester69.yml b/.github/workflows/workflow-tester69.yml index b31b8b31fa..f9377dc6d6 100644 --- a/.github/workflows/workflow-tester69.yml +++ b/.github/workflows/workflow-tester69.yml @@ -9,7 +9,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-image - TAG_PREXIX: ${{ github.ref }}##*/-v + TAG_PREXIX: ${{ github.ref##*/ }}-v jobs: job1: From 150593cf08da1f5e47115c4e5576b5bb638f24aa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 09:00:59 -0300 Subject: [PATCH 0852/1768] update workflow-tester69.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester69.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester69.yml b/.github/workflows/workflow-tester69.yml index f9377dc6d6..63fe2bf25a 100644 --- a/.github/workflows/workflow-tester69.yml +++ b/.github/workflows/workflow-tester69.yml @@ -9,7 +9,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-image - TAG_PREXIX: ${{ github.ref##*/ }}-v + TAG_PREXIX: ${GITHUB_REF##*/}-v jobs: job1: From f28417e80ba787d4788594b769c31211b5a4d627 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 25 Oct 2022 09:02:11 -0300 Subject: [PATCH 0853/1768] update workflow-tester69.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester69.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester69.yml b/.github/workflows/workflow-tester69.yml index 63fe2bf25a..84aebd3ab4 100644 --- a/.github/workflows/workflow-tester69.yml +++ b/.github/workflows/workflow-tester69.yml @@ -8,7 +8,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }}-image + IMAGE_NAME: ${GITHUB_REPOSITORY}-image TAG_PREXIX: ${GITHUB_REF##*/}-v jobs: From 512de0c2de169e469cec90e39aab6bd259301307 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 26 Oct 2022 06:36:22 +0000 Subject: [PATCH 0854/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2f3e316a94..bc891249bf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 25 02:37:56 UTC 2022 +Wed Oct 26 02:11:47 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 98c2241d73..78f2ed19ad 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 24 07:03:04 UTC 2022 +Wed Oct 26 06:34:53 UTC 2022 From 510499779a2a87e0f71d6f428b1c1aa04201385c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 27 Oct 2022 06:32:50 +0000 Subject: [PATCH 0855/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bc891249bf..51eaf082da 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 26 02:11:47 UTC 2022 +Thu Oct 27 02:08:40 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 78f2ed19ad..d99c592ec8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 26 06:34:53 UTC 2022 +Thu Oct 27 06:31:34 UTC 2022 From c52bcf1a3475342a5bb1b9fa1c5f0d12b3f5875d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 27 Oct 2022 12:11:48 -0300 Subject: [PATCH 0856/1768] add workflow-tester70.yml Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester70.yml | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/workflows/workflow-tester70.yml diff --git a/.github/workflows/workflow-tester70.yml b/.github/workflows/workflow-tester70.yml new file mode 100644 index 0000000000..c97146dc66 --- /dev/null +++ b/.github/workflows/workflow-tester70.yml @@ -0,0 +1,49 @@ +name: Test 70 # Related to https://stackoverflow.com/questions/74218808/create-a-json-map-using-bash?noredirect=1#comment131042179_74218808 + +on: + workflow_dispatch: + inputs: + python_versions: + description: "Python Versions" + required: false + default: "3.7" + +jobs: + job1: + runs-on: ubuntu-latest + outputs: + python_builds_full: ${{ steps.set-python-matrix.outputs.python_builds_full }} + python_builds_short: ${{ steps.set-python-matrix.outputs.python_builds_short }} + steps: + - name: get full python versions + id: set-python-matrix + env: + pversions: ${{ inputs.python_versions }} + shell: bash + run: | + OUT="" + for version in ${pversions//,/ } + do + docker pull python:${version}-buster + VER=$(docker inspect python:${version}-buster | jq '.[0].Config.Env' | grep PYTHON_VERSION | cut -d'=' -f2 | cut -d'"' -f 1) + OUT+="${VER}," + done + PYTHON_BUILDS=$(echo "\"${OUT::-1}\"" | jq -c 'split(",")') + echo "python_builds_full=${PYTHON_BUILDS}" >> $GITHUB_OUTPUT # save `major.minor` + + PYTHON_BUILDS_SHORT = $PYTHON_BUILDS # with expression to remove minor + echo "python_builds_short=${PYTHON_BUILDS_SHORT}" >> $GITHUB_OUTPUT # # `major.minor.patch` + + job2: + name: build the python images + needs: + - job1 + strategy: + matrix: + python-builds-full: ${{ fromJSON(needs.job1.outputs.python_builds_full) }} # `major.minor` + python-builds-short: ${{ fromJSON(needs.job2.outputs.python_builds_short) }} # `major.minor.patch` + fail-fast: true + uses: MyOrg/MyRepo/.github/workflows/reusable.yaml@master + with: + image_name: python-custom/${{ matrix.python-versions.python-builds-short }}} # <- here use `major.minor` + image_tag: ${{ matrix.python-versions.python-builds-full }}} # <- here use `major.minor.patch` \ No newline at end of file From 815cd04bbd3c46bf9687fc59bf62ab023c9f7b92 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 28 Oct 2022 06:32:24 +0000 Subject: [PATCH 0857/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 51eaf082da..1495a97c68 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 27 02:08:40 UTC 2022 +Fri Oct 28 02:21:54 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d99c592ec8..8c30035bb0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 27 06:31:34 UTC 2022 +Fri Oct 28 06:31:06 UTC 2022 From 07292d692c3b40708984df7e2bb55237e4c99a14 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sun, 30 Oct 2022 10:37:45 -0300 Subject: [PATCH 0858/1768] add workflow-tester71 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester71.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester71.yml diff --git a/.github/workflows/workflow-tester71.yml b/.github/workflows/workflow-tester71.yml new file mode 100644 index 0000000000..652061c585 --- /dev/null +++ b/.github/workflows/workflow-tester71.yml @@ -0,0 +1,19 @@ +name: Test 71 # Related to https://stackoverflow.com/questions/74252630/get-the-login-of-a-user-that-issued-a-comment-on-github-actions + +on: + issue_comment: + types: [created] + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + + job2: + runs-on: ubuntu-latest + steps: + - run: echo ${{ github.actor }} \ No newline at end of file From 74c6fb3ded2b56b5c639f05ab5ead398b25a54bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sun, 30 Oct 2022 10:45:40 -0300 Subject: [PATCH 0859/1768] update workflow-tester71 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester71.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester71.yml b/.github/workflows/workflow-tester71.yml index 652061c585..c3387f60a7 100644 --- a/.github/workflows/workflow-tester71.yml +++ b/.github/workflows/workflow-tester71.yml @@ -16,4 +16,7 @@ jobs: job2: runs-on: ubuntu-latest steps: - - run: echo ${{ github.actor }} \ No newline at end of file + - run: | + echo ${{ github.actor }} + echo ${{ github.triggering_actor }} + echo ${{ github.event.comment.user.login }} \ No newline at end of file From 31bf368372e187586695443d70d8297c83e60d8b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 31 Oct 2022 06:31:53 +0000 Subject: [PATCH 0860/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1495a97c68..8cab674479 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 28 02:21:54 UTC 2022 +Mon Oct 31 02:25:19 UTC 2022 From 131e34df4cff34f02ec6773589d0c6be8eac8846 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 31 Oct 2022 12:12:18 -0300 Subject: [PATCH 0861/1768] update workflow-tester8 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester8.yml | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.github/workflows/workflow-tester8.yml b/.github/workflows/workflow-tester8.yml index 12bd12fa8b..5c864eb682 100644 --- a/.github/workflows/workflow-tester8.yml +++ b/.github/workflows/workflow-tester8.yml @@ -31,3 +31,38 @@ jobs: if: contains( needs.job1.outputs.tag_version , 'prod-') steps: - run: echo "${{needs.job1.outputs.tag_version}}" + + job4: + runs-on: ubuntu-latest + outputs: + tag_version: ${{ steps.get_tag_version.outputs.version }} + steps: + - name: Get the version + id: get_tag_version + run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT + + job5: + runs-on: ubuntu-latest + needs: [job4] + if: contains( needs.job4.outputs.tag_version , 'dev-') + steps: + - run: echo "${{needs.job4.outputs.tag_version}}" + + job6: + runs-on: ubuntu-latest + needs: [job4] + if: contains( needs.job4.outputs.tag_version , 'prod-') + steps: + - run: echo "${{needs.job4.outputs.tag_version}}" + + job7: + runs-on: ubuntu-latest + steps: + - name: Extract branch tag + id: version + run: | + BRANCH=${GITHUB_REF##*/} + VERSION="123" + echo $VERSION + echo "tag=$VERSION" >> $GITHUB_OUTPUT + - run: echo ${{ steps.version.outputs.tag }} \ No newline at end of file From 8cbc54f8a63e582bee09d876396e575f0fac91c6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Nov 2022 06:36:47 +0000 Subject: [PATCH 0862/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8cab674479..c38636df58 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 31 02:25:19 UTC 2022 +Tue Nov 1 02:31:22 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8c30035bb0..05683af555 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 28 06:31:06 UTC 2022 +Tue Nov 1 06:35:15 UTC 2022 From 63046869c05b1e43af54abec1971f89b7c4b84e1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 2 Nov 2022 06:35:33 +0000 Subject: [PATCH 0863/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c38636df58..bef5df0c05 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 1 02:31:22 UTC 2022 +Wed Nov 2 02:21:50 UTC 2022 From 59718eff21af057a08cbdde6aba1b57b6597ce6b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Nov 2022 06:32:07 +0000 Subject: [PATCH 0864/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bef5df0c05..7aae117432 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 2 02:21:50 UTC 2022 +Thu Nov 3 02:03:20 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 05683af555..089a044e31 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 1 06:35:15 UTC 2022 +Thu Nov 3 06:30:57 UTC 2022 From a71c68a0dba160648fdffe6159f5484b4223d7fa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 4 Nov 2022 06:32:29 +0000 Subject: [PATCH 0865/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7aae117432..ad2de06cd0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 3 02:03:20 UTC 2022 +Fri Nov 4 02:08:31 UTC 2022 From 862c2e31de6fa5ebf18addddf45b2c7c65278fe3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 5 Nov 2022 16:49:02 -0300 Subject: [PATCH 0866/1768] add workflow 60 Signed-off-by: GuillaumeFalourd --- .../workflows/60-save-secrets-variables.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/60-save-secrets-variables.yml diff --git a/.github/workflows/60-save-secrets-variables.yml b/.github/workflows/60-save-secrets-variables.yml new file mode 100644 index 0000000000..b0cff07b85 --- /dev/null +++ b/.github/workflows/60-save-secrets-variables.yml @@ -0,0 +1,19 @@ +name: 60 - Save secrets variables + +on: + workflow-dispatch: + +jobs: + one: + runs-on: ubuntu-latest + steps: + - name: "Echo in file" + env: + SECRETS_VARS: ${{ toJson(secrets) }} + run: echo "$SECRETS_VARS" > "secrets.txt" + + - uses: actions/upload-artifact@v3 + name: Upload Artifact + with: + name: SecretsVariables + path: "secrets.txt" \ No newline at end of file From 8992897e7b481a358de794b171ccbe3492a4b2ef Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 7 Nov 2022 06:30:17 +0000 Subject: [PATCH 0867/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ad2de06cd0..7f8c120420 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 4 02:08:31 UTC 2022 +Mon Nov 7 01:58:50 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 089a044e31..15a3e7990c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 3 06:30:57 UTC 2022 +Mon Nov 7 06:29:32 UTC 2022 From ce5a5a87d8c1147744896043d9db402f4f806f4f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 8 Nov 2022 06:31:45 +0000 Subject: [PATCH 0868/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7f8c120420..9af4af08b9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 7 01:58:50 UTC 2022 +Tue Nov 8 01:58:45 UTC 2022 From 7c49fa6a824dabb93271a60f65ff06bf952991db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 9 Nov 2022 06:36:54 +0000 Subject: [PATCH 0869/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9af4af08b9..6cac82ef18 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 8 01:58:45 UTC 2022 +Wed Nov 9 02:09:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 15a3e7990c..92228a3d00 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 7 06:29:32 UTC 2022 +Wed Nov 9 06:35:30 UTC 2022 From aa579bd55a53b417830b13705bc11687baedeffd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 10 Nov 2022 06:30:10 +0000 Subject: [PATCH 0870/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6cac82ef18..9cfdafa29b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 9 02:09:38 UTC 2022 +Thu Nov 10 02:03:53 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 92228a3d00..e4b38dc8e0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 9 06:35:30 UTC 2022 +Thu Nov 10 06:29:15 UTC 2022 From 3b86a5afaa5db5d7b0b77dcea1fe025989f5c504 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 10 Nov 2022 15:45:55 -0300 Subject: [PATCH 0871/1768] add workflow tester 72 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester72.yml | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/workflow-tester72.yml diff --git a/.github/workflows/workflow-tester72.yml b/.github/workflows/workflow-tester72.yml new file mode 100644 index 0000000000..a60aae0aa1 --- /dev/null +++ b/.github/workflows/workflow-tester72.yml @@ -0,0 +1,43 @@ +name: Test 72 # Related to https://stackoverflow.com/questions/74386773/github-actions-job-is-skipped-although-all-needs-succeeded + +on: + push: + +jobs: + auto-versioning: + runs-on: ubuntu-latest + steps: + - run: echo 'auto-versioning' + + set-deployment-env: + runs-on: ubuntu-latest + steps: + - run: echo 'set-deployment-env' + + terraform-apply: + runs-on: ubuntu-latest + steps: + - run: echo 'terraform-apply' + + build-test-api: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-1.yml@main + needs: [set-deployment-env, auto-versioning] + if: | + always() && + (needs.set-deployment-env.result == 'success') && + (needs.auto-versioning.result == 'success' || needs.auto-versioning.result == 'skipped') + + debug-deploy-api: + runs-on: ubuntu-latest + needs: [build-test-api, terraform-apply, set-deployment-env] + if: always() # Had to add this, otherwise it would be skipped just as "deploy-api". + steps: + - run: | + echo "Result of auto-versioning: ${{ needs.auto-versioning.result }}" + echo "Result of build-test-api: ${{ needs.build-test-api.result }}" + echo "Result of terraform-apply: ${{ needs.terraform-apply.result }}" + echo "Result of set-deployment-env: ${{ needs.set-deployment-env.result }}" + + deploy-api: #always skipped + needs: [build-test-api, terraform-apply, set-deployment-env] + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/48-reusable-workflow-1.yml@main \ No newline at end of file From 8b177e609c5d9dc6ae2248d2f87817455cd5c274 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 11 Nov 2022 06:33:38 +0000 Subject: [PATCH 0872/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9cfdafa29b..ee1e7066c1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 10 02:03:53 UTC 2022 +Fri Nov 11 02:02:41 UTC 2022 From 85b0d2d9d22cc9584a364d38ca56fd3fb8674080 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 14 Nov 2022 06:31:01 +0000 Subject: [PATCH 0873/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ee1e7066c1..b57bcb3c67 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 11 02:02:41 UTC 2022 +Mon Nov 14 01:56:46 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e4b38dc8e0..121d1e3df5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 10 06:29:15 UTC 2022 +Fri Nov 11 06:33:07 UTC 2022 From 108340a0828d1e452e3dc5be907d39b357ec0722 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 15 Nov 2022 06:28:06 +0000 Subject: [PATCH 0874/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b57bcb3c67..d4c11ba32f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 14 01:56:46 UTC 2022 +Tue Nov 15 01:55:03 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 121d1e3df5..3df0be0a1b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 11 06:33:07 UTC 2022 +Mon Nov 14 06:30:12 UTC 2022 From eda21ad2aa99b16b6ed83ed584aa09637e6f8512 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 16 Nov 2022 06:28:23 +0000 Subject: [PATCH 0875/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d4c11ba32f..2c2c9b6bc6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 15 01:55:03 UTC 2022 +Wed Nov 16 01:55:35 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3df0be0a1b..23ff7efde9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 14 06:30:12 UTC 2022 +Wed Nov 16 06:27:42 UTC 2022 From 2200e7122bb7970f851ce56ad7ef29039c6f8852 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Nov 2022 06:27:48 +0000 Subject: [PATCH 0876/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2c2c9b6bc6..b10f4190b3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 16 01:55:35 UTC 2022 +Thu Nov 17 01:55:07 UTC 2022 From e4deca3c3978bb0b843119df7d0dc57196001bbf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Nov 2022 14:23:19 +0000 Subject: [PATCH 0877/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/manual-approval.yml | 24 ++++++++++++++++++++ backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 backup/.github/workflows/manual-approval.yml diff --git a/backup/.github/workflows/manual-approval.yml b/backup/.github/workflows/manual-approval.yml new file mode 100644 index 0000000000..7f221ea777 --- /dev/null +++ b/backup/.github/workflows/manual-approval.yml @@ -0,0 +1,24 @@ +name: Manual Approval + +on: + workflow_dispatch: + +jobs: + build: + name: build + runs-on: ubuntu-latest + steps: + - name: Build + run: echo building + + deploy: + name: deploy + runs-on: ubuntu-latest + needs: build + steps: + - uses: trstringer/manual-approval@v1 + with: + secret: ${{ github.ACCESS_TOKEN }} + approvers: GuillaumeFalourd + - name: Deploy to production + run: echo deploying \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index 717c1f4046..ea8ae2e4b6 100644 --- a/backup/README.md +++ b/backup/README.md @@ -168,6 +168,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Horusec](https://github.com/marketplace/actions/horusec): Github Action to identify vulnerabilities in your project. +[![Manual Approval](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/manual-approval.yml) + +[Manual Approval](https://github.com/marketplace/actions/manual-workflow-approval): Github Action to pause a workflow and require manual approval from **one or more** approvers before continuing. + [![Paths Filter](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml) [Paths Filter](https://github.com/marketplace/actions/paths-changes-filter): Github Action that enables conditional execution of workflow steps and jobs, based on the files modified by pull request, on a feature branch, or by the recently pushed commits. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index ae3c2c3702..be66eb63c0 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Sep 29 13:03:35 UTC 2022 +Thu Nov 17 14:23:17 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 0e8edfe294..42411d590b 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Sep 29 13:01:58 UTC 2022 +Thu Nov 17 14:22:55 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 23ff7efde9..a994894093 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 16 06:27:42 UTC 2022 +Thu Nov 17 06:27:20 UTC 2022 From bcfc4b7481b1e618c0b328c4391ec0d8f9cba1c1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Nov 2022 14:29:13 +0000 Subject: [PATCH 0878/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/manual-approval.yml | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/manual-approval.yml b/backup/.github/workflows/manual-approval.yml index 7f221ea777..46cf394970 100644 --- a/backup/.github/workflows/manual-approval.yml +++ b/backup/.github/workflows/manual-approval.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: trstringer/manual-approval@v1 with: - secret: ${{ github.ACCESS_TOKEN }} + secret: ${{ github.TOKEN }} approvers: GuillaumeFalourd - name: Deploy to production run: echo deploying \ No newline at end of file diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 42411d590b..e564d44da4 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:22:55 UTC 2022 +Thu Nov 17 14:29:00 UTC 2022 From 719be68768a4a48b9a402a02c8f68d1777a43f9e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Nov 2022 14:38:17 +0000 Subject: [PATCH 0879/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/README.md b/backup/README.md index ea8ae2e4b6..74f33678c1 100644 --- a/backup/README.md +++ b/backup/README.md @@ -168,7 +168,7 @@ This repository lists some useful generic Actions to use in your Github workflow [Horusec](https://github.com/marketplace/actions/horusec): Github Action to identify vulnerabilities in your project. -[![Manual Approval](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/paths-filter.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/manual-approval.yml) +[![Manual Approval](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/manual-approval.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/manual-approval.yml) [Manual Approval](https://github.com/marketplace/actions/manual-workflow-approval): Github Action to pause a workflow and require manual approval from **one or more** approvers before continuing. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index be66eb63c0..b2065453b5 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:23:17 UTC 2022 +Thu Nov 17 14:37:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index e564d44da4..24ad3646c1 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:29:00 UTC 2022 +Thu Nov 17 14:37:33 UTC 2022 From d904c23a7ac27abe68b1d8dfea93074ad80ed4db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 18 Nov 2022 06:29:27 +0000 Subject: [PATCH 0880/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b10f4190b3..15d0b4badc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 17 01:55:07 UTC 2022 +Fri Nov 18 01:58:35 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a994894093..2a7145f221 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 17 06:27:20 UTC 2022 +Fri Nov 18 06:28:10 UTC 2022 From d89b6835aee650b13c3694c3c7e73e085439d8f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 21 Nov 2022 06:30:41 +0000 Subject: [PATCH 0881/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 15d0b4badc..b735206c5f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 18 01:58:35 UTC 2022 +Mon Nov 21 01:55:57 UTC 2022 From b755913b2f610faf7c83c636b94993133aeacee6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 22 Nov 2022 06:28:35 +0000 Subject: [PATCH 0882/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b735206c5f..cde31be5d6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 21 01:55:57 UTC 2022 +Tue Nov 22 01:57:16 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2a7145f221..2a5df7951d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 18 06:28:10 UTC 2022 +Mon Nov 21 06:29:27 UTC 2022 From c4eb2bc4cb93e9236d58e60dece0e3a78b6df717 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Nov 2022 06:27:02 +0000 Subject: [PATCH 0883/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cde31be5d6..5dc0a45566 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 22 01:57:16 UTC 2022 +Wed Nov 23 01:45:14 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2a5df7951d..4aedd81d62 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 21 06:29:27 UTC 2022 +Wed Nov 23 06:25:51 UTC 2022 From d10ea2b87643db7d935ac27843b17ee87ab462b7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Nov 2022 06:26:44 +0000 Subject: [PATCH 0884/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5dc0a45566..7f17b440b6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 23 01:45:14 UTC 2022 +Thu Nov 24 01:47:59 UTC 2022 From 85113152f3f9704451351324d33a16649dbb03c1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Nov 2022 06:26:51 +0000 Subject: [PATCH 0885/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7f17b440b6..0398e72e4b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 24 01:47:59 UTC 2022 +Fri Nov 25 01:44:18 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4aedd81d62..d92178e942 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 23 06:25:51 UTC 2022 +Thu Nov 24 06:25:34 UTC 2022 From ce93beb061d1ce83521429f5b1cbbd54324486bc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Nov 2022 06:27:52 +0000 Subject: [PATCH 0886/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0398e72e4b..330c5509d5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 25 01:44:18 UTC 2022 +Mon Nov 28 01:42:26 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d92178e942..f86c379d28 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 24 06:25:34 UTC 2022 +Fri Nov 25 06:26:21 UTC 2022 From 5a517c73fb2098c088dc5a7bf2b751b400352e2c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 29 Nov 2022 06:27:18 +0000 Subject: [PATCH 0887/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 330c5509d5..ba3083e93e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 28 01:42:26 UTC 2022 +Tue Nov 29 01:42:51 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f86c379d28..1fc9bcc2aa 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 25 06:26:21 UTC 2022 +Mon Nov 28 06:26:48 UTC 2022 From b26183eb422c166674440230bd4fa0765a50bc97 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Nov 2022 06:27:43 +0000 Subject: [PATCH 0888/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ba3083e93e..50dd610136 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 29 01:42:51 UTC 2022 +Wed Nov 30 01:43:57 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1fc9bcc2aa..aab6400738 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 28 06:26:48 UTC 2022 +Tue Nov 29 06:26:17 UTC 2022 From da861d76a58408e36175a1eb67d6e1cf5408881c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 1 Dec 2022 06:27:35 +0000 Subject: [PATCH 0889/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 50dd610136..8585604ee3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 30 01:43:57 UTC 2022 +Thu Dec 1 01:55:25 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index aab6400738..06726ad9a5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 29 06:26:17 UTC 2022 +Wed Nov 30 06:26:25 UTC 2022 From 790bc38b40f8bbfcf00233472b91b903dc616dfa Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 1 Dec 2022 09:37:12 -0300 Subject: [PATCH 0890/1768] Update README.md Adding new contents in PT --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 895f9a9948..92e35d0ef0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This repository contains various proofs of concept using a Github Actions throug - [Como usar imagens do Docker com workflows no Github Actions](https://www.zup.com.br/blog/github-actions-docker) - [Como gerenciar artefatos nos workflows do Github Actions](https://www.zup.com.br/blog/artefatos-github-actions) - [Como usar condicionais nos workflows do Github Actions ](https://www.zup.com.br/blog/como-usar-condicionais-workflows-github-actions) +- [10 boas práticas e dicas para usar o GitHub Actions](https://www.zup.com.br/blog/github-actions-dicas-boas-praticas) +- [Quando usar Reusable Workflow ou Composite Action no GitHub Actions?](https://www.zup.com.br/blog/reusable-workflow-e-composite-action) ## Workflow YAML Basic Structure Explanation From 9ca4c8029e4c1aef5ca06594a104fd5e11b8ec49 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 1 Dec 2022 15:44:09 -0300 Subject: [PATCH 0891/1768] feat: add workflow-tester73 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester68.yml | 2 +- .github/workflows/workflow-tester73.yml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/workflow-tester73.yml diff --git a/.github/workflows/workflow-tester68.yml b/.github/workflows/workflow-tester68.yml index 2ef174bb2d..8d7a77b851 100644 --- a/.github/workflows/workflow-tester68.yml +++ b/.github/workflows/workflow-tester68.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest] + os: [ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v3 - name: Setup .NET Core diff --git a/.github/workflows/workflow-tester73.yml b/.github/workflows/workflow-tester73.yml new file mode 100644 index 0000000000..cec1bc708b --- /dev/null +++ b/.github/workflows/workflow-tester73.yml @@ -0,0 +1,25 @@ +name: Test 73 # Related to https://stackoverflow.com/questions/74644525/how-to-run-a-reusable-workflow-conditionnaly + +on: + workflow_dispatch: + inputs: + skip: + type: boolean + description: skip the workflow or not + required: true + default: false + +jobs: + check: + runs-on: ubuntu-latest + steps: + - run: echo ${{ inputs.skip }} + + build: + name: build + if: ${{ inputs.skip == 'false' }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main + with: + input_var: 'something' + another_input_var: 'something else' + secrets: inherit \ No newline at end of file From e2e88a0643d22e05d04cb130acf30b8a671d0b12 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 1 Dec 2022 15:47:00 -0300 Subject: [PATCH 0892/1768] feat: update workflow-tester73 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester73.yml | 31 +++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester73.yml b/.github/workflows/workflow-tester73.yml index cec1bc708b..005382ec4f 100644 --- a/.github/workflows/workflow-tester73.yml +++ b/.github/workflows/workflow-tester73.yml @@ -15,10 +15,37 @@ jobs: steps: - run: echo ${{ inputs.skip }} - build: - name: build + build1: + name: build1 if: ${{ inputs.skip == 'false' }} uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main + with: + input_var: 'something' + another_input_var: 'something else' + secrets: inherit + + build2: + name: build2 + if: ${{ inputs.skip == false }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main + with: + input_var: 'something' + another_input_var: 'something else' + secrets: inherit + + build3: + name: build3 + if: ${{ ! inputs.skip }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main + with: + input_var: 'something' + another_input_var: 'something else' + secrets: inherit + + build4: + name: build4 + if: ${{ inputs.skip }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester52-reusable.yml@main with: input_var: 'something' another_input_var: 'something else' From 6a493580dd23564680815f48b8bf3de56ac4316a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 2 Dec 2022 06:25:25 +0000 Subject: [PATCH 0893/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8585604ee3..ea39db3470 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 1 01:55:25 UTC 2022 +Fri Dec 2 01:35:36 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 06726ad9a5..5c744bae1f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 30 06:26:25 UTC 2022 +Thu Dec 1 06:27:01 UTC 2022 From c3677a00c79d35d16007a51c815f3861b6185c57 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 5 Dec 2022 06:25:33 +0000 Subject: [PATCH 0894/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ea39db3470..cc5c38db59 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 2 01:35:36 UTC 2022 +Mon Dec 5 01:36:56 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5c744bae1f..5142e0ea94 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 1 06:27:01 UTC 2022 +Fri Dec 2 06:24:45 UTC 2022 From 12574637784b0011d3cf255578300b37c746b01c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 6 Dec 2022 06:25:05 +0000 Subject: [PATCH 0895/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc5c38db59..badf91102a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 5 01:36:56 UTC 2022 +Tue Dec 6 01:34:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5142e0ea94..61b6b3b9bd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 2 06:24:45 UTC 2022 +Mon Dec 5 06:24:49 UTC 2022 From 3c1b17184fa1e295badc414bdd52471691c06c54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 7 Dec 2022 06:25:39 +0000 Subject: [PATCH 0896/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index badf91102a..1ef09ce6c5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 6 01:34:38 UTC 2022 +Wed Dec 7 01:39:55 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 61b6b3b9bd..37eb710d5f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 5 06:24:49 UTC 2022 +Tue Dec 6 06:24:34 UTC 2022 From aa7d02bb963b386a12dcee87ea05563498bec182 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Dec 2022 06:26:38 +0000 Subject: [PATCH 0897/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1ef09ce6c5..234ea86026 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 7 01:39:55 UTC 2022 +Thu Dec 8 01:36:02 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 37eb710d5f..ec4d6a6002 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 6 06:24:34 UTC 2022 +Wed Dec 7 06:25:09 UTC 2022 From 793a8582e126fb2fcd2dc421eeeb1b25f163df0e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 9 Dec 2022 06:23:56 +0000 Subject: [PATCH 0898/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 234ea86026..ce6ac568df 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 8 01:36:02 UTC 2022 +Fri Dec 9 01:39:23 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ec4d6a6002..594bf98c91 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 7 06:25:09 UTC 2022 +Thu Dec 8 06:25:17 UTC 2022 From f22438eeda4e4c545d6e3380b69db312f71ce0d0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 12 Dec 2022 06:26:47 +0000 Subject: [PATCH 0899/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ce6ac568df..4bde6bae28 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 9 01:39:23 UTC 2022 +Mon Dec 12 01:39:48 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 594bf98c91..dc5576db96 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 8 06:25:17 UTC 2022 +Mon Dec 12 06:25:16 UTC 2022 From ec353fd12c60258cf311fc0c4683bcd5f5c945f7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 13 Dec 2022 06:25:55 +0000 Subject: [PATCH 0900/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4bde6bae28..5c1a0ba63a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 12 01:39:48 UTC 2022 +Tue Dec 13 01:41:50 UTC 2022 From 2971e916d8041a8a245f28503d7c4ffcd8060ee1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 14 Dec 2022 06:25:44 +0000 Subject: [PATCH 0901/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5c1a0ba63a..07eba29ba6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 13 01:41:50 UTC 2022 +Wed Dec 14 01:38:21 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dc5576db96..924c172881 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 12 06:25:16 UTC 2022 +Tue Dec 13 06:25:20 UTC 2022 From 15008fcefeb9bf8ff5df350b8b51545c96c1a602 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Dec 2022 06:25:38 +0000 Subject: [PATCH 0902/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 07eba29ba6..44234d9393 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 14 01:38:21 UTC 2022 +Thu Dec 15 01:40:20 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 924c172881..f7881e3416 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 13 06:25:20 UTC 2022 +Wed Dec 14 06:25:07 UTC 2022 From 160da07d0b59c41835b45f8a86ad7edfa9f072d1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 16 Dec 2022 06:24:04 +0000 Subject: [PATCH 0903/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 44234d9393..d7c63a3721 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 15 01:40:20 UTC 2022 +Fri Dec 16 01:25:32 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f7881e3416..54069bd9d2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 14 06:25:07 UTC 2022 +Fri Dec 16 06:23:22 UTC 2022 From 33a3723c14e9dc3a0b484d4d862b64771aa3ed25 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 19 Dec 2022 06:24:27 +0000 Subject: [PATCH 0904/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d7c63a3721..120d4104aa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 16 01:25:32 UTC 2022 +Mon Dec 19 01:24:01 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 54069bd9d2..d71c763511 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 16 06:23:22 UTC 2022 +Mon Dec 19 06:23:40 UTC 2022 From 656d13cdb4d49aad5331eea0b5224305c67191d2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 20 Dec 2022 06:25:19 +0000 Subject: [PATCH 0905/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 120d4104aa..ed1711b733 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 19 01:24:01 UTC 2022 +Tue Dec 20 01:26:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d71c763511..98a06600f1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 19 06:23:40 UTC 2022 +Tue Dec 20 06:24:30 UTC 2022 From edb338717806f91ee470de614c8ccb44a7593fc9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 21 Dec 2022 06:23:54 +0000 Subject: [PATCH 0906/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ed1711b733..ef8755ba0c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 20 01:26:38 UTC 2022 +Wed Dec 21 01:23:52 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 98a06600f1..8d075c0834 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 20 06:24:30 UTC 2022 +Wed Dec 21 06:23:15 UTC 2022 From 2c6a9f60eb433545e1b9b968dca043b4f70daa41 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 22 Dec 2022 06:25:26 +0000 Subject: [PATCH 0907/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ef8755ba0c..eaac5a6164 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 21 01:23:52 UTC 2022 +Thu Dec 22 01:26:38 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8d075c0834..63b696db10 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 21 06:23:15 UTC 2022 +Thu Dec 22 06:23:51 UTC 2022 From 70a4afff69f70a9c6c6747090ad93f0e41e1f563 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 23 Dec 2022 06:24:30 +0000 Subject: [PATCH 0908/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index eaac5a6164..87aa53462f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 22 01:26:38 UTC 2022 +Fri Dec 23 01:24:56 UTC 2022 From 1ae505891d305d0a51bf144c34234ef861e69805 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Dec 2022 06:24:34 +0000 Subject: [PATCH 0909/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 87aa53462f..bcfe2ccae0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 23 01:24:56 UTC 2022 +Mon Dec 26 01:26:33 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 63b696db10..3b761ad55d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 22 06:23:51 UTC 2022 +Mon Dec 26 06:23:47 UTC 2022 From 949baa4fb60f9caa3549d08b38e0f76e617549e7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Dec 2022 06:23:43 +0000 Subject: [PATCH 0910/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bcfe2ccae0..798e78252f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 26 01:26:33 UTC 2022 +Tue Dec 27 01:24:53 UTC 2022 From 907e0599569a210b905626b29f33f0784a91a850 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Dec 2022 06:25:03 +0000 Subject: [PATCH 0911/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 798e78252f..06df0c0548 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 27 01:24:53 UTC 2022 +Wed Dec 28 01:25:05 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3b761ad55d..033f896881 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 26 06:23:47 UTC 2022 +Wed Dec 28 06:23:51 UTC 2022 From d998f941853252342d59fe5f4802e404c23e14fb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Dec 2022 12:35:27 +0000 Subject: [PATCH 0912/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/auto-accept-collabs.yml | 16 ++++++++++++++++ backup/README.md | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 backup/.github/workflows/auto-accept-collabs.yml diff --git a/backup/.github/workflows/auto-accept-collabs.yml b/backup/.github/workflows/auto-accept-collabs.yml new file mode 100644 index 0000000000..825419bbe9 --- /dev/null +++ b/backup/.github/workflows/auto-accept-collabs.yml @@ -0,0 +1,16 @@ +name: Auto Accept Collabs + +on: + schedule: + - cron: "0 1 * * MON-FRI" # Runs at 01:00 UTC + +jobs: + sync: + runs-on: ubuntu-latest + steps: + - name: Fetching Local Repository + uses: actions/checkout@v3 + - name: Auto Accept Collabs + uses: kbrashears5/github-action-auto-accept-collabs@v1.0.0 + with: + TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index 74f33678c1..93b812e8a2 100644 --- a/backup/README.md +++ b/backup/README.md @@ -52,6 +52,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Assert command line output](https://github.com/marketplace/actions/assert-command-line-output): Github Action to assert / check a command line output. +[![Auto Accept Collabs](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-accept-collabs.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-accept-collabs.yml) + +[Auto Accept Collabs](https://github.com/marketplace/actions/auto-accept-collabs): Github Action to accept automatically all collaboration invites. Useful for a bot account. + [![Auto approve](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-approve.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-approve.yml) [Auto Approve](https://github.com/marketplace/actions/auto-approve): Github Action to automatically approve pull requests. From e1330751d01e6e6c69e887af85a9645658e3cb9e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Dec 2022 06:24:02 +0000 Subject: [PATCH 0913/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 06df0c0548..7f32303fd8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 28 01:25:05 UTC 2022 +Thu Dec 29 01:33:38 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 24ad3646c1..05536a35d6 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:37:33 UTC 2022 +Wed Dec 28 12:36:13 UTC 2022 From 0e453b1ae3526d5c2d7bdbb6ecab4c23577e93b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 30 Dec 2022 06:24:08 +0000 Subject: [PATCH 0914/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7f32303fd8..158897c196 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 29 01:33:38 UTC 2022 +Fri Dec 30 01:33:44 UTC 2022 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 033f896881..3dd46f0854 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 28 06:23:51 UTC 2022 +Thu Dec 29 06:22:57 UTC 2022 From 16656816bb4722bba165af02ac68cd69935a8fa5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Jan 2023 06:24:02 +0000 Subject: [PATCH 0915/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 158897c196..2ab18d25d0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 30 01:33:44 UTC 2022 +Mon Jan 2 01:26:41 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3dd46f0854..5b12e52faf 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 29 06:22:57 UTC 2022 +Fri Dec 30 06:23:39 UTC 2022 From 228b25136292358c9153a1a34316ed96a8a181aa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 3 Jan 2023 06:22:49 +0000 Subject: [PATCH 0916/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2ab18d25d0..94f9905cc5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 2 01:26:41 UTC 2023 +Tue Jan 3 01:25:38 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5b12e52faf..f60029b05b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 30 06:23:39 UTC 2022 +Mon Jan 2 06:23:28 UTC 2023 From 080d90dc88aa95d8d23b7db2e17403afec25ef58 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Jan 2023 06:23:51 +0000 Subject: [PATCH 0917/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 94f9905cc5..958ad232ac 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 3 01:25:38 UTC 2023 +Wed Jan 4 01:33:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f60029b05b..da815a4cbf 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 2 06:23:28 UTC 2023 +Tue Jan 3 06:22:12 UTC 2023 From 980995b2f409f0000fd3ae3665e23c70456355a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 5 Jan 2023 06:22:57 +0000 Subject: [PATCH 0918/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 958ad232ac..978b38513b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 4 01:33:35 UTC 2023 +Thu Jan 5 01:37:18 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index da815a4cbf..129d363367 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 3 06:22:12 UTC 2023 +Wed Jan 4 06:23:24 UTC 2023 From 5e8398617a5371050ee006e5d13f87e5fb70d3c8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 Jan 2023 06:24:33 +0000 Subject: [PATCH 0919/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 978b38513b..a87bf132a6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 5 01:37:18 UTC 2023 +Fri Jan 6 01:37:28 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 129d363367..4571cdc092 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 4 06:23:24 UTC 2023 +Thu Jan 5 06:22:28 UTC 2023 From 080c8044d79837f1091feb6d4a5ead3180ae1311 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 9 Jan 2023 06:25:32 +0000 Subject: [PATCH 0920/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a87bf132a6..4ae5f1988b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 6 01:37:28 UTC 2023 +Mon Jan 9 01:33:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4571cdc092..6426e2c77c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 5 06:22:28 UTC 2023 +Mon Jan 9 06:24:04 UTC 2023 From 303b48730c35f8f8eedf3d47551c1440eef4acdc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 10 Jan 2023 06:25:58 +0000 Subject: [PATCH 0921/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ae5f1988b..34ee6b5024 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 9 01:33:54 UTC 2023 +Tue Jan 10 01:38:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6426e2c77c..42f7014986 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 9 06:24:04 UTC 2023 +Tue Jan 10 06:24:49 UTC 2023 From eeb9e42e2f48f8d478e3bea16de6b42b0f805f80 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 11 Jan 2023 06:25:22 +0000 Subject: [PATCH 0922/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 34ee6b5024..256a11104f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 10 01:38:43 UTC 2023 +Wed Jan 11 01:36:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 42f7014986..bd7640878c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 10 06:24:49 UTC 2023 +Wed Jan 11 06:23:56 UTC 2023 From ada46c047bc715e61c9ac63885a4c02ec8d0dc09 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 12 Jan 2023 06:25:06 +0000 Subject: [PATCH 0923/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 256a11104f..a05d23ba89 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 11 01:36:25 UTC 2023 +Thu Jan 12 01:37:04 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bd7640878c..94e339bfd3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 11 06:23:56 UTC 2023 +Thu Jan 12 06:23:58 UTC 2023 From a092a4e4c19efcf0985936222083cceb901c5ec3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 13 Jan 2023 06:25:05 +0000 Subject: [PATCH 0924/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a05d23ba89..20503e5932 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 12 01:37:04 UTC 2023 +Fri Jan 13 01:39:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 94e339bfd3..6c78b858ef 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 12 06:23:58 UTC 2023 +Fri Jan 13 06:23:59 UTC 2023 From aa66631343ffa2529e0b454088cf414dd802a2ce Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 16 Jan 2023 06:25:11 +0000 Subject: [PATCH 0925/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 20503e5932..d6efdfb45b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 13 01:39:05 UTC 2023 +Mon Jan 16 01:34:38 UTC 2023 From b0decfdc4546fe7a3a4df0431a6db815e00937ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 17 Jan 2023 06:24:58 +0000 Subject: [PATCH 0926/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6efdfb45b..4a347380a4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 16 01:34:38 UTC 2023 +Tue Jan 17 01:34:50 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6c78b858ef..9eee6ea785 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 13 06:23:59 UTC 2023 +Tue Jan 17 06:23:22 UTC 2023 From 4a5d6bd821cd5c7a2ae2b5bad9bba5ed369f7a3b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 18 Jan 2023 06:25:13 +0000 Subject: [PATCH 0927/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4a347380a4..5bb4226310 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 17 01:34:50 UTC 2023 +Wed Jan 18 01:37:34 UTC 2023 From 1a3f300a99d5e0051319a66a00a7f4841e7d8c8a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 19 Jan 2023 06:25:14 +0000 Subject: [PATCH 0928/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5bb4226310..051e0bbb35 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 18 01:37:34 UTC 2023 +Thu Jan 19 01:40:02 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9eee6ea785..d5cf0f4d3d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 17 06:23:22 UTC 2023 +Wed Jan 18 06:24:39 UTC 2023 From 9fa6047cc8d95e1ab2789a7638490efb9240622e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 20 Jan 2023 06:25:00 +0000 Subject: [PATCH 0929/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 051e0bbb35..1f312ea0fc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 19 01:40:02 UTC 2023 +Fri Jan 20 01:38:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d5cf0f4d3d..6862075f9e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 18 06:24:39 UTC 2023 +Thu Jan 19 06:24:06 UTC 2023 From d97a80b0cc1488e016b90f4b3a1aae55c089ea84 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 23 Jan 2023 06:23:51 +0000 Subject: [PATCH 0930/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1f312ea0fc..c7dfed881e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 20 01:38:21 UTC 2023 +Mon Jan 23 01:34:36 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6862075f9e..4aaae36f20 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 19 06:24:06 UTC 2023 +Fri Jan 20 06:24:30 UTC 2023 From c579e83b8d838c2a7ab90d75d91893973e912623 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 24 Jan 2023 06:23:25 +0000 Subject: [PATCH 0931/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c7dfed881e..e47466c94d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 23 01:34:36 UTC 2023 +Tue Jan 24 01:36:24 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4aaae36f20..1505322050 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 20 06:24:30 UTC 2023 +Mon Jan 23 06:23:21 UTC 2023 From 1fa7210aa35de459268e49c23769c88b7b0093c5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 25 Jan 2023 06:24:31 +0000 Subject: [PATCH 0932/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e47466c94d..c4fba90bb7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 24 01:36:24 UTC 2023 +Wed Jan 25 01:26:34 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1505322050..c0945e828e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 23 06:23:21 UTC 2023 +Tue Jan 24 06:22:55 UTC 2023 From 4209c8275d9a65e6c002926753ad33af13b70b07 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 25 Jan 2023 10:15:46 -0300 Subject: [PATCH 0933/1768] add workflow-tester74 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester74.yml | 72 +++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .github/workflows/workflow-tester74.yml diff --git a/.github/workflows/workflow-tester74.yml b/.github/workflows/workflow-tester74.yml new file mode 100644 index 0000000000..7e67303793 --- /dev/null +++ b/.github/workflows/workflow-tester74.yml @@ -0,0 +1,72 @@ +name: Test 74 # Related to https://github.com/GuillaumeFalourd/formulas-github/issues/21 + +on: + push: + +jobs: + Test: + name: Test + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Pip Install + shell: pwsh + run : | + pip install PyGithub + python -m pip install requests + - uses: jannekem/run-python-script-action@v1 + id: secret + env: + TOKEN: ${{ secrets.ACCESS_TOKEN }} + with: + script: | + #!/usr/bin/python3 + import requests + import json + from base64 import b64encode + from nacl import encoding, public + def run(token, owner, repository, secret_name, secret_value): + url_public_key = f"https://api.github.com/repos/{owner}/{repository}/actions/secrets/public-key" + authorization = f"token {token}" + headers = { + "Accept": "application/vnd.github.v3+json", + "Authorization" : authorization, + } + r = requests.get( + url = url_public_key, + headers = headers + ) + if r.status_code == 200: + key_datas = r.json() + url_secret = f"https://api.github.com/repos/{owner}/{repository}/actions/secrets/{secret_name}" + data = {} + data["encrypted_value"] = encrypt(key_datas["key"], secret_value) + data["key_id"] = key_datas["key_id"] + json_data = json.dumps(data) + r = requests.put( + url = url_secret, + data = json_data, + headers = headers + ) + if r.status_code == 201 or r.status_code == 204: + print(f"✅ Secret \033[36m{secret_name}\033[0m successfully added to {owner}'s \033[36m{repository}\033[0m repository") + else: + print("❌ Couldn't add the secret to the repository") + print (r.status_code, r.reason) + else: + print("❌ Couldn't get the repository public key") + print (r.status_code, r.reason) + def encrypt(public_key: str, secret_value: str) -> str: + """Encrypt a Unicode string using the public key.""" + public_key = public.PublicKey(public_key.encode("utf-8"), encoding.Base64Encoder()) + sealed_box = public.SealedBox(public_key) + encrypted = sealed_box.encrypt(secret_value.encode("utf-8")) + return b64encode(encrypted).decode("utf-8") + + run($TOKEN, "GuillaumeFalourd", "poc-github-actions", "TEST_2", "MyNameIsGeovaniGeorgio") + + - name: TestShow + shell: bash + run: echo "Secret value:" ${{ secrets.TEST_2 }} | sed 's/./& /g' \ No newline at end of file From e6d21db19fe6bd68c6fe71d899b588bc1d1a3329 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 25 Jan 2023 10:18:13 -0300 Subject: [PATCH 0934/1768] update workflow-tester74 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester74.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester74.yml b/.github/workflows/workflow-tester74.yml index 7e67303793..49a98f2147 100644 --- a/.github/workflows/workflow-tester74.yml +++ b/.github/workflows/workflow-tester74.yml @@ -10,7 +10,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Pip Install shell: pwsh run : | @@ -65,7 +67,7 @@ jobs: encrypted = sealed_box.encrypt(secret_value.encode("utf-8")) return b64encode(encrypted).decode("utf-8") - run($TOKEN, "GuillaumeFalourd", "poc-github-actions", "TEST_2", "MyNameIsGeovaniGeorgio") + run("${{ env.TOKEN }}", "GuillaumeFalourd", "poc-github-actions", "TEST_2", "MyNameIsGeovaniGeorgio") - name: TestShow shell: bash From cb64ad1bdedce3417669b54a93a3adcdcc138894 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 25 Jan 2023 10:21:49 -0300 Subject: [PATCH 0935/1768] update workflow-tester74 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester74.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow-tester74.yml b/.github/workflows/workflow-tester74.yml index 49a98f2147..31c31522a9 100644 --- a/.github/workflows/workflow-tester74.yml +++ b/.github/workflows/workflow-tester74.yml @@ -35,6 +35,7 @@ jobs: headers = { "Accept": "application/vnd.github.v3+json", "Authorization" : authorization, + "X-GitHub-Api-Version": "2022-11-28", } r = requests.get( url = url_public_key, @@ -53,6 +54,7 @@ jobs: headers = headers ) if r.status_code == 201 or r.status_code == 204: + print(r.status_code) print(f"✅ Secret \033[36m{secret_name}\033[0m successfully added to {owner}'s \033[36m{repository}\033[0m repository") else: print("❌ Couldn't add the secret to the repository") From 1897b993ea4b76f7c254c96b13d0708bb617eea3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 26 Jan 2023 06:24:32 +0000 Subject: [PATCH 0936/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c4fba90bb7..099e4459fd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 25 01:26:34 UTC 2023 +Thu Jan 26 01:35:29 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c0945e828e..4f2e2c1e0c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 24 06:22:55 UTC 2023 +Wed Jan 25 06:23:17 UTC 2023 From ae365d981a0e60c8d6c3ab727e9a508745ac6e1c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 27 Jan 2023 06:25:00 +0000 Subject: [PATCH 0937/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 099e4459fd..c5fd0af5ee 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 26 01:35:29 UTC 2023 +Fri Jan 27 01:38:23 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4f2e2c1e0c..f0da95bec3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 25 06:23:17 UTC 2023 +Fri Jan 27 06:23:49 UTC 2023 From c92d4d04e2d4dc1704cc75fa6e4536aad215c4cd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 30 Jan 2023 06:24:54 +0000 Subject: [PATCH 0938/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c5fd0af5ee..0feb15b740 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 27 01:38:23 UTC 2023 +Mon Jan 30 01:26:04 UTC 2023 From 2c23bc9b8e0ce4f405a73e2313da15e4aca7a324 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Jan 2023 06:25:59 +0000 Subject: [PATCH 0939/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0feb15b740..40b88ea312 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 30 01:26:04 UTC 2023 +Tue Jan 31 01:40:18 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f0da95bec3..e8cb6dfe56 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 27 06:23:49 UTC 2023 +Tue Jan 31 06:24:27 UTC 2023 From 3ccae329effa8ab59c0f950342f89a35d1475f54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 Feb 2023 06:25:50 +0000 Subject: [PATCH 0940/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 40b88ea312..602f934ae4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 31 01:40:18 UTC 2023 +Wed Feb 1 01:48:16 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e8cb6dfe56..c92e006a99 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 31 06:24:27 UTC 2023 +Wed Feb 1 06:24:26 UTC 2023 From b3720d76e980fc205b94dc71e412ac608ffee122 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 Feb 2023 06:24:13 +0000 Subject: [PATCH 0941/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 602f934ae4..47d14e1aac 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 1 01:48:16 UTC 2023 +Thu Feb 2 01:39:12 UTC 2023 From ad3c46e498dcf2a3d07d1f9829d6a621e549d357 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 Feb 2023 06:24:44 +0000 Subject: [PATCH 0942/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 47d14e1aac..a401dcdef9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 2 01:39:12 UTC 2023 +Fri Feb 3 01:40:34 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c92e006a99..95c59a75b0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 1 06:24:26 UTC 2023 +Thu Feb 2 06:23:41 UTC 2023 From 461dc93be7ca325273f47132d7ed877c36007b54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Feb 2023 06:25:13 +0000 Subject: [PATCH 0943/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a401dcdef9..e9e2de9530 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 3 01:40:34 UTC 2023 +Mon Feb 6 01:34:32 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 95c59a75b0..063696866d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 2 06:23:41 UTC 2023 +Fri Feb 3 06:24:12 UTC 2023 From 77f7a92daf39b5131dff99ca25dc980db846cd89 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Feb 2023 06:24:06 +0000 Subject: [PATCH 0944/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e9e2de9530..4e0ac27c8d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 6 01:34:32 UTC 2023 +Tue Feb 7 01:35:44 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 063696866d..af54ea4584 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 3 06:24:12 UTC 2023 +Tue Feb 7 06:23:36 UTC 2023 From fd4c5c828130b84a13bf21a5fc03403dc6eb1620 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Feb 2023 06:24:43 +0000 Subject: [PATCH 0945/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4e0ac27c8d..5185fb36d9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 7 01:35:44 UTC 2023 +Wed Feb 8 01:39:10 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index af54ea4584..43dc969d2b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 7 06:23:36 UTC 2023 +Wed Feb 8 06:23:20 UTC 2023 From 5399b92b869d4185bd3a06b5e53234611a46ca63 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Feb 2023 06:26:59 +0000 Subject: [PATCH 0946/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5185fb36d9..e99b5a6cb3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 8 01:39:10 UTC 2023 +Thu Feb 9 01:39:03 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 43dc969d2b..6b4a391ed5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 8 06:23:20 UTC 2023 +Thu Feb 9 06:25:26 UTC 2023 From 3f0f445e08ba4b13fa5c295a12fa7c4f7d99d1a0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 Feb 2023 06:26:27 +0000 Subject: [PATCH 0947/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e99b5a6cb3..189fe87094 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 9 01:39:03 UTC 2023 +Fri Feb 10 01:43:45 UTC 2023 From 4c0d00839db64c45348f400ae11f6aa13053334c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Feb 2023 06:25:50 +0000 Subject: [PATCH 0948/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 189fe87094..500dd7900d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 10 01:43:45 UTC 2023 +Mon Feb 13 01:42:00 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6b4a391ed5..585d51dd2e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 9 06:25:26 UTC 2023 +Fri Feb 10 06:25:49 UTC 2023 From d086c28c04f95cfc7ed75a3bf1bb179d42920947 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 Feb 2023 06:26:18 +0000 Subject: [PATCH 0949/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 500dd7900d..2cc9fc54ee 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 13 01:42:00 UTC 2023 +Tue Feb 14 01:41:51 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 585d51dd2e..ff994bb42d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 10 06:25:49 UTC 2023 +Tue Feb 14 06:25:19 UTC 2023 From 51a66a4de139dd4b3d8eef1deab1ccfb81ea6c29 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 08:35:35 -0300 Subject: [PATCH 0950/1768] add workflow tester 75 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester75.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester75.yml diff --git a/.github/workflows/workflow-tester75.yml b/.github/workflows/workflow-tester75.yml new file mode 100644 index 0000000000..b8ea94c5f4 --- /dev/null +++ b/.github/workflows/workflow-tester75.yml @@ -0,0 +1,19 @@ +name: Test 75 # Related to https://stackoverflow.com/questions/75446952/github-workflows-changing-or-specifying-environment-variables-in-matrix-jobs + +on: + push: + +env: + MY_VAR: One + +jobs: + test: + runs-on: ubuntu-latest + strategy: + matrix: + include: + - MY_VAR: Two + steps: + - run: | + echo "$MY_VAR" + echo ${{ matrix.MY_VAR }} \ No newline at end of file From 83cba5551af98855310f454126a2358423c6f6d3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 08:37:34 -0300 Subject: [PATCH 0951/1768] update workflow tester 75 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester75.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester75.yml b/.github/workflows/workflow-tester75.yml index b8ea94c5f4..9a4f0bfc39 100644 --- a/.github/workflows/workflow-tester75.yml +++ b/.github/workflows/workflow-tester75.yml @@ -13,6 +13,7 @@ jobs: matrix: include: - MY_VAR: Two + - MY_VAR: Three steps: - run: | echo "$MY_VAR" From 61ff8986410698d6d3f28147f7f3cb10549b83da Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 08:38:58 -0300 Subject: [PATCH 0952/1768] update workflow tester 75 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester75.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester75.yml b/.github/workflows/workflow-tester75.yml index 9a4f0bfc39..97e8149932 100644 --- a/.github/workflows/workflow-tester75.yml +++ b/.github/workflows/workflow-tester75.yml @@ -12,9 +12,12 @@ jobs: strategy: matrix: include: - - MY_VAR: Two - - MY_VAR: Three + - env: + MY_VAR: Two + - env: + MY_VAR: Three steps: - run: | - echo "$MY_VAR" - echo ${{ matrix.MY_VAR }} \ No newline at end of file + echo ${{ env.MY_VAR }} is equal to "$MY_VAR" + echo ${{ matrix.MY_VAR }} + echo ${{ matrix.env }} \ No newline at end of file From 0949310f10b5e6b517b6f8168bc383ba25586192 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 08:39:44 -0300 Subject: [PATCH 0953/1768] update workflow tester 75 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester75.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester75.yml b/.github/workflows/workflow-tester75.yml index 97e8149932..e636ee0388 100644 --- a/.github/workflows/workflow-tester75.yml +++ b/.github/workflows/workflow-tester75.yml @@ -19,5 +19,4 @@ jobs: steps: - run: | echo ${{ env.MY_VAR }} is equal to "$MY_VAR" - echo ${{ matrix.MY_VAR }} - echo ${{ matrix.env }} \ No newline at end of file + echo ${{ matrix.env.MY_VAR }} From 5e7d717e9ae01379ffe86a4475041a998380fd4a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 08:40:49 -0300 Subject: [PATCH 0954/1768] update workflow tester 75 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester75.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester75.yml b/.github/workflows/workflow-tester75.yml index e636ee0388..688083e2ef 100644 --- a/.github/workflows/workflow-tester75.yml +++ b/.github/workflows/workflow-tester75.yml @@ -18,5 +18,5 @@ jobs: MY_VAR: Three steps: - run: | - echo ${{ env.MY_VAR }} is equal to "$MY_VAR" + echo "$MY_VAR" # is equal to ${{ env.MY_VAR }} echo ${{ matrix.env.MY_VAR }} From e4416993520a382ebdb683a67c0d5fc9cae94dd8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 10:50:25 -0300 Subject: [PATCH 0955/1768] Update workflow-tester56.yml --- .github/workflows/workflow-tester56.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester56.yml b/.github/workflows/workflow-tester56.yml index 7d59389768..c76b7328f0 100644 --- a/.github/workflows/workflow-tester56.yml +++ b/.github/workflows/workflow-tester56.yml @@ -8,8 +8,8 @@ on: jobs: - build: - runs-on: ubuntu-18.04 + # build: + # runs-on: ubuntu-18.04 # Build your app here deploy: @@ -24,4 +24,4 @@ jobs: cf_password: ${{ secrets.CF_PASSWORD }} cf_org: AwesomeApp cf_space: Development - command: push -f manifest-dev.yml \ No newline at end of file + command: push -f manifest-dev.yml From 993a941a9584ce7caa83dd542a7c104cdd9eef90 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 10:51:10 -0300 Subject: [PATCH 0956/1768] Update 60-save-secrets-variables.yml --- .github/workflows/60-save-secrets-variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/60-save-secrets-variables.yml b/.github/workflows/60-save-secrets-variables.yml index b0cff07b85..eb15a22c2c 100644 --- a/.github/workflows/60-save-secrets-variables.yml +++ b/.github/workflows/60-save-secrets-variables.yml @@ -1,7 +1,7 @@ name: 60 - Save secrets variables on: - workflow-dispatch: + workflow_dispatch: jobs: one: @@ -16,4 +16,4 @@ jobs: name: Upload Artifact with: name: SecretsVariables - path: "secrets.txt" \ No newline at end of file + path: "secrets.txt" From 8d9d0025defbe587366aa06b2c1322b1bef32fb0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 14 Feb 2023 10:53:51 -0300 Subject: [PATCH 0957/1768] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 92e35d0ef0..bcda0da68a 100644 --- a/README.md +++ b/README.md @@ -281,3 +281,7 @@ This workflows illustrates how to use **expressions** when setting env variables [![59 - Step Context](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/59-step-context.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/59-step-context.yml) This workflows illustrates how to use **[step context](https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context)**, which contains detail about the execution of each step by default. Using the `outcome` property of each step we can check the result of its execution. + +[![60 - Save secrets variables](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/60-save-secrets-variables.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/60-save-secrets-variables.yml) + +This workflow illustrates how to save secrets in artifacts to use on later jobs. From b8cc0d3ca20d96a466133028e53bd0c1f7fbeee2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 Feb 2023 06:27:05 +0000 Subject: [PATCH 0958/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2cc9fc54ee..46190be474 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 14 01:41:51 UTC 2023 +Wed Feb 15 01:41:34 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ff994bb42d..36d5416e2a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 14 06:25:19 UTC 2023 +Wed Feb 15 06:25:22 UTC 2023 From ca817ecfaccd6f350963cd13bfbe3bb56de84ab4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 Feb 2023 06:26:08 +0000 Subject: [PATCH 0959/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 46190be474..a967cd5d6c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 15 01:41:34 UTC 2023 +Thu Feb 16 01:40:51 UTC 2023 From 56e39aba38df30af7e27d95602b4a319d73c476a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 Feb 2023 06:26:36 +0000 Subject: [PATCH 0960/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a967cd5d6c..86472c03c9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 16 01:40:51 UTC 2023 +Fri Feb 17 01:44:15 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 36d5416e2a..676576aad5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 15 06:25:22 UTC 2023 +Fri Feb 17 06:25:12 UTC 2023 From 26f3f98b8c1622ab8c95b8349fbc07a19bd1268f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 Feb 2023 06:26:22 +0000 Subject: [PATCH 0961/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 86472c03c9..755523af6e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 17 01:44:15 UTC 2023 +Mon Feb 20 01:41:52 UTC 2023 From 070262d9e1fa9db5f05ec85281dfbddb4a12666d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 Feb 2023 06:25:40 +0000 Subject: [PATCH 0962/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 755523af6e..6c33de0eda 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 20 01:41:52 UTC 2023 +Tue Feb 21 01:43:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 676576aad5..ed338933f0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 17 06:25:12 UTC 2023 +Mon Feb 20 06:25:32 UTC 2023 From 3bd638888e55b9bfd9b7d7ee9cd97918316d6060 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Feb 2023 06:26:29 +0000 Subject: [PATCH 0963/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6c33de0eda..d90971dcd0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 21 01:43:05 UTC 2023 +Wed Feb 22 01:39:04 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ed338933f0..65c3a7f5a1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 20 06:25:32 UTC 2023 +Tue Feb 21 06:25:00 UTC 2023 From 5c02aaa5bce8fff967299f026828237be8718dd8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 Feb 2023 06:25:35 +0000 Subject: [PATCH 0964/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d90971dcd0..b27ac099d6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 22 01:39:04 UTC 2023 +Thu Feb 23 01:36:55 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 65c3a7f5a1..f2433b7c5a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 21 06:25:00 UTC 2023 +Wed Feb 22 06:25:36 UTC 2023 From 1b753726a6726bf0996362bd99be7b015334d116 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 Feb 2023 06:27:02 +0000 Subject: [PATCH 0965/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b27ac099d6..dcbd5f7c97 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 23 01:36:55 UTC 2023 +Fri Feb 24 01:39:01 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f2433b7c5a..3e0c217ce9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 22 06:25:36 UTC 2023 +Thu Feb 23 06:24:54 UTC 2023 From aea1a6313feee749f77e58f0b853e4193bc08554 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Feb 2023 06:27:22 +0000 Subject: [PATCH 0966/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dcbd5f7c97..8d53188d16 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 24 01:39:01 UTC 2023 +Mon Feb 27 01:41:26 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3e0c217ce9..3999c3fab3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 23 06:24:54 UTC 2023 +Mon Feb 27 06:26:11 UTC 2023 From 56aca13e876953b78d576e2f020681e7370b6100 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 28 Feb 2023 06:27:32 +0000 Subject: [PATCH 0967/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8d53188d16..c1126afd62 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 27 01:41:26 UTC 2023 +Tue Feb 28 01:41:02 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3999c3fab3..f4a14613b5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 27 06:26:11 UTC 2023 +Tue Feb 28 06:25:37 UTC 2023 From dcb757e29254a2e838a6bde721f15353c7268ff0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 Mar 2023 06:27:21 +0000 Subject: [PATCH 0968/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c1126afd62..d0d08f90f3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 28 01:41:02 UTC 2023 +Wed Mar 1 01:49:59 UTC 2023 From 32f1e10697f63bcea917f613d94c0f6c9aa613ee Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 Mar 2023 06:26:16 +0000 Subject: [PATCH 0969/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d0d08f90f3..859544d628 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 1 01:49:59 UTC 2023 +Thu Mar 2 01:46:50 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f4a14613b5..267745b313 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 28 06:25:37 UTC 2023 +Wed Mar 1 06:26:42 UTC 2023 From a8e4b5cc5364ca2b776ae616c5659aed6598d5bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 Mar 2023 06:25:55 +0000 Subject: [PATCH 0970/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 859544d628..460129017b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 2 01:46:50 UTC 2023 +Fri Mar 3 03:27:17 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 267745b313..83778d393c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 1 06:26:42 UTC 2023 +Thu Mar 2 06:25:34 UTC 2023 From 0e137baafa0d99a06e274c4160be0751b76c134d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 08:51:55 -0300 Subject: [PATCH 0971/1768] start workflow 61 implementation Signed-off-by: Guillaume Falourd --- .../workflows/61-create-tag-and-release.yml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/workflows/61-create-tag-and-release.yml diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml new file mode 100644 index 0000000000..53d2a6454b --- /dev/null +++ b/.github/workflows/61-create-tag-and-release.yml @@ -0,0 +1,49 @@ +name: Create release + +# on: + # push: + # branches: + # - main + # paths-ignore: + # - 'docs/**' + # - 'openApi/**' + # - 'README.md' + # - 'CONTRIBUTING.md' + # - 'DEVELOPER_GUIDE.md' + +jobs: + tag: + runs-on: ubuntu-latest + outputs: + tag: ${{ steps.version.outputs.tag }} + steps: + - name: Extract branch tag + id: tag + run: | + BRANCH=${GITHUB_REF##*/} + TAG="${BRANCH//release-/""}" + echo $TAG + echo "tag=$TAG" >> $GITHUB_OUTPUT + + release: + needs: + - TAG + runs-on: ubuntu-latest + env: + TAG: ${{ needs.TAG.outputs.tag }} + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Push tag + uses: mathieudutour/github-tag-action@v6.1 + with: + custom_tag: ${{ env.TAG }} + token: ${{ secrets.ACCESS_TOKEN }} + + - name: Create release + uses: softprops/action-gh-release@v1 + with: + name: ${{ env.TAG }} + tag_name: ${{ env.TAG }} + token: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file From 1784be7e7be10d9d31be472266bfb5d8d19fdfd2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 09:53:44 -0300 Subject: [PATCH 0972/1768] update workflow 61 implementation Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 53d2a6454b..fb22a83dcc 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -1,18 +1,12 @@ name: Create release -# on: - # push: - # branches: - # - main - # paths-ignore: - # - 'docs/**' - # - 'openApi/**' - # - 'README.md' - # - 'CONTRIBUTING.md' - # - 'DEVELOPER_GUIDE.md' +on: + pull_request: + branches: [main] jobs: tag: + if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest outputs: tag: ${{ steps.version.outputs.tag }} @@ -20,7 +14,7 @@ jobs: - name: Extract branch tag id: tag run: | - BRANCH=${GITHUB_REF##*/} + BRANCH=${{ github.base_ref }} TAG="${BRANCH//release-/""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From 82b00d266ea6f43a0d2922618ea55ad7dc19eae4 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 09:54:48 -0300 Subject: [PATCH 0973/1768] test workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index fb22a83dcc..514e1c8cfb 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -4,6 +4,8 @@ on: pull_request: branches: [main] +# TEST + jobs: tag: if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true From f2c67833a50c51674babf267940760082cb6d7f9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 09:57:24 -0300 Subject: [PATCH 0974/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index fb22a83dcc..0704ed9003 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -1,8 +1,9 @@ -name: Create release +name: 61 - Create release on: pull_request: - branches: [main] + types: + - closed jobs: tag: From 4394cd1664c9669c70af5f18d7d588d35c70ec31 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:04:02 -0300 Subject: [PATCH 0975/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 4d540bf614..0704ed9003 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,8 +5,6 @@ on: types: - closed -# TEST - jobs: tag: if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true From acff5321f6575d619b4133b7a976b3a781ce9778 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:04:50 -0300 Subject: [PATCH 0976/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 0704ed9003..4d540bf614 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,6 +5,8 @@ on: types: - closed +# TEST + jobs: tag: if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true From 839c1f106594b91667e7a27d4076a5aa87926fd2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:06:41 -0300 Subject: [PATCH 0977/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 4d540bf614..8117907da7 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,9 +5,16 @@ on: types: - closed -# TEST - jobs: + github-context: + name: job-context + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + tag: if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest From 03ce0145c06c4146f8a1355893ceae42798fa233 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:07:04 -0300 Subject: [PATCH 0978/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 8117907da7..3adb597b0a 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,6 +5,8 @@ on: types: - closed +# TEST + jobs: github-context: name: job-context From 93dff9e920fa0384f82713a1da25d426dad43f7c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:12:07 -0300 Subject: [PATCH 0979/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 3adb597b0a..244eafd644 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,8 +5,6 @@ on: types: - closed -# TEST - jobs: github-context: name: job-context @@ -18,7 +16,7 @@ jobs: run: echo "$GITHUB_CONTEXT" tag: - if: contains(github.ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true + if: contains(github.head_ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest outputs: tag: ${{ steps.version.outputs.tag }} @@ -26,7 +24,7 @@ jobs: - name: Extract branch tag id: tag run: | - BRANCH=${{ github.base_ref }} + BRANCH=${{ github.head_ref }} TAG="${BRANCH//release-/""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From 8a1d016a8e0a73e7bde9e01bb3bb6d894a8b2cfd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:12:28 -0300 Subject: [PATCH 0980/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 244eafd644..f9f609ac88 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,6 +5,8 @@ on: types: - closed +# TEST + jobs: github-context: name: job-context From 3b812b3d7020757f9bf43b446a14f624a41d2f10 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:24:44 -0300 Subject: [PATCH 0981/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 244eafd644..96a50294a9 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -43,7 +43,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.1 with: custom_tag: ${{ env.TAG }} - token: ${{ secrets.ACCESS_TOKEN }} + github_token: ${{ secrets.ACCESS_TOKEN }} - name: Create release uses: softprops/action-gh-release@v1 From 9cdee5e8a1de99722d279635148f45b58c062000 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:25:09 -0300 Subject: [PATCH 0982/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 36961db44b..96a50294a9 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,8 +5,6 @@ on: types: - closed -# TEST - jobs: github-context: name: job-context From 7502b2cf1c5b705881ebb8639934178ed4a1a84e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:25:44 -0300 Subject: [PATCH 0983/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 96a50294a9..36961db44b 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,6 +5,8 @@ on: types: - closed +# TEST + jobs: github-context: name: job-context From 03ded5b2e7f11ce11dd15a20bea5e4f966077456 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:31:32 -0300 Subject: [PATCH 0984/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index 96a50294a9..e0b7972f1d 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -19,7 +19,7 @@ jobs: if: contains(github.head_ref, 'release-') && contains(github.base_ref, 'main') && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest outputs: - tag: ${{ steps.version.outputs.tag }} + tag: ${{ steps.tag.outputs.tag }} steps: - name: Extract branch tag id: tag From 0a03fd1dd0f4c9dd5446501d915a92f685aebfba Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:32:06 -0300 Subject: [PATCH 0985/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index fe5a3713cb..e0b7972f1d 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,8 +5,6 @@ on: types: - closed -# TEST - jobs: github-context: name: job-context From 7eb226b61072ae394e68a730678586d659cd887d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:33:05 -0300 Subject: [PATCH 0986/1768] update workflow 61 Signed-off-by: Guillaume Falourd --- .github/workflows/61-create-tag-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/61-create-tag-and-release.yml b/.github/workflows/61-create-tag-and-release.yml index e0b7972f1d..3b26030b79 100644 --- a/.github/workflows/61-create-tag-and-release.yml +++ b/.github/workflows/61-create-tag-and-release.yml @@ -5,6 +5,8 @@ on: types: - closed +#TEST + jobs: github-context: name: job-context From 116e468ff85cd146e8e2cb983cef57ad03f701cb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:40:36 -0300 Subject: [PATCH 0987/1768] add workflow 62 Signed-off-by: Guillaume Falourd --- .../62-trigger-on-release-other-workflow.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/62-trigger-on-release-other-workflow.yml diff --git a/.github/workflows/62-trigger-on-release-other-workflow.yml b/.github/workflows/62-trigger-on-release-other-workflow.yml new file mode 100644 index 0000000000..a5c3d35aea --- /dev/null +++ b/.github/workflows/62-trigger-on-release-other-workflow.yml @@ -0,0 +1,21 @@ +name: 62 - Trigger on release other workflow + +on: + release: + types: + - published + +jobs: + github-context: + name: job-context + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + + publish: + runs-on: ubuntu-latest + steps: + - run: echo "Publish Process" \ No newline at end of file From 920872aec30ba2a27229699ff1768582fb2dba9c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 10:41:40 -0300 Subject: [PATCH 0988/1768] update workflow 62 Signed-off-by: Guillaume Falourd --- .github/workflows/62-trigger-on-release-other-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/62-trigger-on-release-other-workflow.yml b/.github/workflows/62-trigger-on-release-other-workflow.yml index a5c3d35aea..f4f9254b60 100644 --- a/.github/workflows/62-trigger-on-release-other-workflow.yml +++ b/.github/workflows/62-trigger-on-release-other-workflow.yml @@ -5,6 +5,8 @@ on: types: - published +# TEST + jobs: github-context: name: job-context From 07246e93c0572740489d4b27b1abfaeffa1bd8e0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 3 Mar 2023 12:58:26 -0300 Subject: [PATCH 0989/1768] Update 62-trigger-on-release-other-workflow.yml --- .github/workflows/62-trigger-on-release-other-workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/62-trigger-on-release-other-workflow.yml b/.github/workflows/62-trigger-on-release-other-workflow.yml index f4f9254b60..10785799f6 100644 --- a/.github/workflows/62-trigger-on-release-other-workflow.yml +++ b/.github/workflows/62-trigger-on-release-other-workflow.yml @@ -5,8 +5,6 @@ on: types: - published -# TEST - jobs: github-context: name: job-context @@ -20,4 +18,4 @@ jobs: publish: runs-on: ubuntu-latest steps: - - run: echo "Publish Process" \ No newline at end of file + - run: echo "Publish Process" From 16e559f59267c7ddddcf65ea058b156374ee6c3d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Mar 2023 06:26:54 +0000 Subject: [PATCH 0990/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 460129017b..6c6dd30381 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 3 03:27:17 UTC 2023 +Mon Mar 6 01:42:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 83778d393c..522e1670e6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 2 06:25:34 UTC 2023 +Mon Mar 6 06:25:55 UTC 2023 From 2f4bcfb5783e53d09cc8068b354ef8c42ab44e26 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Mar 2023 06:26:48 +0000 Subject: [PATCH 0991/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6c6dd30381..1558152c7d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 6 01:42:57 UTC 2023 +Tue Mar 7 01:48:18 UTC 2023 From fa93cdbed92b8cd694d8f1f3176509b471479aee Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 7 Mar 2023 14:19:22 -0300 Subject: [PATCH 0992/1768] add workflows 61 and 62 to README file Signed-off-by: Guillaume Falourd --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcda0da68a..03f92487f3 100644 --- a/README.md +++ b/README.md @@ -285,3 +285,7 @@ This workflows illustrates how to use **[step context](https://docs.github.com/e [![60 - Save secrets variables](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/60-save-secrets-variables.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/60-save-secrets-variables.yml) This workflow illustrates how to save secrets in artifacts to use on later jobs. + +[![61 - Create Tag and Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/61-create-tag-and-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/61-create-tag-and-release.yml) [![62 - Create Trigger on release other workflow](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/62-trigger-on-release-other-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/62-trigger-on-release-other-workflow.yml) + +Those workflows illustrate how to **trigger a release creation** (with tag based on a branch syntax) where the release publication could **trigger a deployment pipeline**. From 1af20a54004818fdf20f836a8e57c341cf35fae6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Mar 2023 06:27:18 +0000 Subject: [PATCH 0993/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1558152c7d..e89feec3d2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 7 01:48:18 UTC 2023 +Wed Mar 8 01:45:23 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 522e1670e6..6f3976d8f6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 6 06:25:55 UTC 2023 +Wed Mar 8 06:25:26 UTC 2023 From 6d2354573454955d325f34b0f20044d8c81effcd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 8 Mar 2023 13:17:37 -0300 Subject: [PATCH 0994/1768] add workflows 76 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester76.yml | 18 ++++++++++++++++++ .npmrc | 1 + 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/workflow-tester76.yml create mode 100644 .npmrc diff --git a/.github/workflows/workflow-tester76.yml b/.github/workflows/workflow-tester76.yml new file mode 100644 index 0000000000..f893a07dd4 --- /dev/null +++ b/.github/workflows/workflow-tester76.yml @@ -0,0 +1,18 @@ +name: Test 76 # Related to https://stackoverflow.com/questions/75675348/can-i-use-github-secrets-in-my-npmrc-file-if-so-how/75675523#75675523 + +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: cat ./.npmrc + - name: Replace values + shell: bash + env: + PAT: ${{ secrets.ACCESS_TOKEN }} + run: | + sed -i.back "s|MY_PAT_SECRET|${PAT}|g" ./.npmrc + - run: cat ./.npmrc \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000000..87faa15834 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +authToken=MY_PAT_SECRET \ No newline at end of file From 9ae09b2cac561b253d727fab9c0017a8bb8c2703 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 8 Mar 2023 13:20:04 -0300 Subject: [PATCH 0995/1768] update workflows 76 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester76.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester76.yml b/.github/workflows/workflow-tester76.yml index f893a07dd4..84cdced422 100644 --- a/.github/workflows/workflow-tester76.yml +++ b/.github/workflows/workflow-tester76.yml @@ -1,7 +1,7 @@ name: Test 76 # Related to https://stackoverflow.com/questions/75675348/can-i-use-github-secrets-in-my-npmrc-file-if-so-how/75675523#75675523 on: - push: + workflow_dispatch: jobs: test: From 00e5fe6be69a5a4dd283d54d21a2982b249ae8ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Mar 2023 06:27:37 +0000 Subject: [PATCH 0996/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e89feec3d2..05f9a86b19 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 8 01:45:23 UTC 2023 +Thu Mar 9 01:45:47 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6f3976d8f6..2af9ffc87e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 8 06:25:26 UTC 2023 +Thu Mar 9 06:26:04 UTC 2023 From 6485e058eac0e9fb64ec27b84a71b8b4ab6add85 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 Mar 2023 06:27:39 +0000 Subject: [PATCH 0997/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 05f9a86b19..c544239343 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 9 01:45:47 UTC 2023 +Fri Mar 10 01:45:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2af9ffc87e..1a40d264d6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 9 06:26:04 UTC 2023 +Fri Mar 10 06:26:08 UTC 2023 From a73e1d47db2bc660e0f1f0a72e2705cd858185d2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Mar 2023 06:26:42 +0000 Subject: [PATCH 0998/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c544239343..3e28c7e81a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 10 01:45:43 UTC 2023 +Mon Mar 13 01:35:26 UTC 2023 From c360c53e0fb9b377b5dd18080c098f56c1fa2b40 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:16:42 -0300 Subject: [PATCH 0999/1768] add workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester77.yml | 13 ++++++++++++ .github/workflows/workflow-tester78.yml | 28 +++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/workflows/workflow-tester77.yml create mode 100644 .github/workflows/workflow-tester78.yml diff --git a/.github/workflows/workflow-tester77.yml b/.github/workflows/workflow-tester77.yml new file mode 100644 index 0000000000..f9fb03f97a --- /dev/null +++ b/.github/workflows/workflow-tester77.yml @@ -0,0 +1,13 @@ +name: Test 77 # Related to https://stackoverflow.com/questions/75720251/setup-environment-to-use-variable-context-when-calling-a-reusable-workflow + +on: + workflow_dispatch: + +jobs: + build_deploy: + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester78.yaml@main + with: + project-id: ${{ vars.PROJECT_ID }} + environment: development + cluster-name: ${{ vars.CLUSTER_NAME }} + region: ${{ vars.REGION }} \ No newline at end of file diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml new file mode 100644 index 0000000000..d9d5bf09da --- /dev/null +++ b/.github/workflows/workflow-tester78.yml @@ -0,0 +1,28 @@ +name: Test 78 # Related to https://stackoverflow.com/questions/75720251/setup-environment-to-use-variable-context-when-calling-a-reusable-workflow + +on: + workflow_call: + # Map the workflow outputs to job outputs + outputs: + project-id: + description: "description" + required: true + environment: + description: "enviro,ment" + required: true + cluster-name: + description: "cluster name" + required: true + region: + description: "region" + required: true + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: | + echo "${{ inputs.project-id }}" + echo "${{ inputs.environment }}" + echo "${{ inputs.cluster-name }}" + echo "${{ inputs.region }}" \ No newline at end of file From 1fd54fe4725407d34dd73ba8bcb15df2898effb5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:17:59 -0300 Subject: [PATCH 1000/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester77.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester77.yml b/.github/workflows/workflow-tester77.yml index f9fb03f97a..b8ebaad997 100644 --- a/.github/workflows/workflow-tester77.yml +++ b/.github/workflows/workflow-tester77.yml @@ -5,7 +5,7 @@ on: jobs: build_deploy: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester78.yaml@main + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester78.yml@main with: project-id: ${{ vars.PROJECT_ID }} environment: development From 4e1d955c89b9f68df461e07c0c9df3806a1114b0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:18:56 -0300 Subject: [PATCH 1001/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index d9d5bf09da..9f1b6710d6 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -6,15 +6,19 @@ on: outputs: project-id: description: "description" + type: string required: true environment: - description: "enviro,ment" + description: "environment" + type: string required: true cluster-name: description: "cluster name" + type: string required: true region: description: "region" + type: string required: true jobs: From 4f0ae7a6960edf37b6b46f9bed0a42a0c0edf3a0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:19:11 -0300 Subject: [PATCH 1002/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index 9f1b6710d6..6116944bcd 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -7,19 +7,15 @@ on: project-id: description: "description" type: string - required: true environment: description: "environment" type: string - required: true cluster-name: description: "cluster name" type: string - required: true region: description: "region" type: string - required: true jobs: test: From 448f1ab5a5d1db9282c10fd6f4a635cff41f9cfe Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:20:03 -0300 Subject: [PATCH 1003/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index 6116944bcd..e03418601b 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -5,16 +5,16 @@ on: # Map the workflow outputs to job outputs outputs: project-id: - description: "description" + required: true type: string environment: - description: "environment" + required: true type: string cluster-name: - description: "cluster name" + required: true type: string region: - description: "region" + required: true type: string jobs: From bf25d47aea65f6405add158bf5a88eaf1534d977 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:20:11 -0300 Subject: [PATCH 1004/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index e03418601b..7b7a4ae90d 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -3,7 +3,7 @@ name: Test 78 # Related to https://stackoverflow.com/questions/75720251/setup-en on: workflow_call: # Map the workflow outputs to job outputs - outputs: + inputs: project-id: required: true type: string From eaa997352aa1402ab41ace7d6a0740e84c99cfea Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:24:01 -0300 Subject: [PATCH 1005/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index 7b7a4ae90d..60b3dd06f6 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -20,6 +20,8 @@ on: jobs: test: runs-on: ubuntu-latest + environment: + name: other steps: - run: | echo "${{ inputs.project-id }}" From 8d13ac878265d29ecca667bcf7c4a3b8cd1815da Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:26:23 -0300 Subject: [PATCH 1006/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester78.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index 60b3dd06f6..90441cd4dd 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -20,11 +20,18 @@ on: jobs: test: runs-on: ubuntu-latest - environment: - name: other steps: - run: | echo "${{ inputs.project-id }}" echo "${{ inputs.environment }}" echo "${{ inputs.cluster-name }}" - echo "${{ inputs.region }}" \ No newline at end of file + echo "${{ inputs.region }}" + test-env: + runs-on: ubuntu-latest + environment: + name: other + steps: + - run: | + echo "${{ vars.PROJECT_ID }}" + echo "${{ vars.CLUSTER_NAME }}" + echo "${{ vars.REGION }}" \ No newline at end of file From 9a0b3f54368607f32314b160b46def6641e93c40 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 13 Mar 2023 08:28:18 -0300 Subject: [PATCH 1007/1768] update workflows 77 + 78 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester77.yml | 2 +- .github/workflows/workflow-tester78.yml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester77.yml b/.github/workflows/workflow-tester77.yml index b8ebaad997..a62af6a490 100644 --- a/.github/workflows/workflow-tester77.yml +++ b/.github/workflows/workflow-tester77.yml @@ -8,6 +8,6 @@ jobs: uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester78.yml@main with: project-id: ${{ vars.PROJECT_ID }} - environment: development + environment: other cluster-name: ${{ vars.CLUSTER_NAME }} region: ${{ vars.REGION }} \ No newline at end of file diff --git a/.github/workflows/workflow-tester78.yml b/.github/workflows/workflow-tester78.yml index 90441cd4dd..f0902fe999 100644 --- a/.github/workflows/workflow-tester78.yml +++ b/.github/workflows/workflow-tester78.yml @@ -26,10 +26,21 @@ jobs: echo "${{ inputs.environment }}" echo "${{ inputs.cluster-name }}" echo "${{ inputs.region }}" + test-env: runs-on: ubuntu-latest environment: name: other + steps: + - run: | + echo "${{ vars.PROJECT_ID }}" + echo "${{ vars.CLUSTER_NAME }}" + echo "${{ vars.REGION }}" + + test-dynamic-env: + runs-on: ubuntu-latest + environment: + name: ${{ inputs.environment }} steps: - run: | echo "${{ vars.PROJECT_ID }}" From 03a69fe76e2d4df4589f1b2366df84f245b75f0d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 Mar 2023 06:26:13 +0000 Subject: [PATCH 1008/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3e28c7e81a..7e3cc595b6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 13 01:35:26 UTC 2023 +Tue Mar 14 01:18:14 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1a40d264d6..74d656e3cd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 10 06:26:08 UTC 2023 +Mon Mar 13 06:25:10 UTC 2023 From b30f3024131997c418a76256ce0f86f4ed041d75 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 Mar 2023 06:25:32 +0000 Subject: [PATCH 1009/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7e3cc595b6..0899dca967 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 14 01:18:14 UTC 2023 +Wed Mar 15 01:34:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 74d656e3cd..d03c84dbfe 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 13 06:25:10 UTC 2023 +Wed Mar 15 06:24:09 UTC 2023 From 3fbb6a54cf38132bdb0de706e117e07604c3f74c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 Mar 2023 06:25:16 +0000 Subject: [PATCH 1010/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0899dca967..cb00a07e82 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 15 01:34:46 UTC 2023 +Thu Mar 16 01:35:25 UTC 2023 From fa8a550c3414dc3716fcb20f79b463938b1f97c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 Mar 2023 06:24:04 +0000 Subject: [PATCH 1011/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cb00a07e82..ea757d0af0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 16 01:35:25 UTC 2023 +Fri Mar 17 01:33:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d03c84dbfe..3e26bea40b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 15 06:24:09 UTC 2023 +Fri Mar 17 06:22:38 UTC 2023 From d9b75b8eee8b889577620630b4c6b7054958f91d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 Mar 2023 06:26:45 +0000 Subject: [PATCH 1012/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ea757d0af0..415338d720 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 17 01:33:54 UTC 2023 +Mon Mar 20 01:37:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3e26bea40b..650fc7154a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 17 06:22:38 UTC 2023 +Mon Mar 20 06:25:03 UTC 2023 From a1637ca153a57450c0d1fa5beab3692c5bf3ea53 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 Mar 2023 06:24:29 +0000 Subject: [PATCH 1013/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 415338d720..fe4c5369b7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 20 01:37:25 UTC 2023 +Tue Mar 21 01:22:45 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 650fc7154a..ed2aaaa6fb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 20 06:25:03 UTC 2023 +Tue Mar 21 06:23:08 UTC 2023 From 5b4dffde741bd706c7b0a0d474da234d747d72b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Mar 2023 06:23:51 +0000 Subject: [PATCH 1014/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fe4c5369b7..31ce5b012f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 21 01:22:45 UTC 2023 +Wed Mar 22 01:23:34 UTC 2023 From f8e731f1ad7ff4782f91d26fc7cc143acf6b282c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 Mar 2023 06:24:29 +0000 Subject: [PATCH 1015/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 31ce5b012f..cc0945b550 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 22 01:23:34 UTC 2023 +Thu Mar 23 01:23:24 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ed2aaaa6fb..bc6e675d49 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 21 06:23:08 UTC 2023 +Thu Mar 23 06:22:56 UTC 2023 From 516098ca82cc64f9cb681f8a7538c38dc330a0e3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 Mar 2023 06:24:04 +0000 Subject: [PATCH 1016/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc0945b550..8ec20af78a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 23 01:23:24 UTC 2023 +Fri Mar 24 01:23:17 UTC 2023 From c6e9e98882fbd3c5984d60d4487651107eaf851b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Mar 2023 06:25:09 +0000 Subject: [PATCH 1017/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8ec20af78a..5fe1f8a0d2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 24 01:23:17 UTC 2023 +Mon Mar 27 01:22:48 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bc6e675d49..8ca02d3b4f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 23 06:22:56 UTC 2023 +Mon Mar 27 06:23:49 UTC 2023 From eaf91bdd669bf3cb3a2d75c3ff9f8563fb6ea40f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 28 Mar 2023 06:24:11 +0000 Subject: [PATCH 1018/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5fe1f8a0d2..95e4664341 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 27 01:22:48 UTC 2023 +Tue Mar 28 01:26:49 UTC 2023 From 85ac1a96bb7b3f5561db1b8d031b295c343ad343 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 29 Mar 2023 06:24:11 +0000 Subject: [PATCH 1019/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 95e4664341..132b6ee2ad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 28 01:26:49 UTC 2023 +Wed Mar 29 01:39:06 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8ca02d3b4f..27e024e7b0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 27 06:23:49 UTC 2023 +Wed Mar 29 06:23:42 UTC 2023 From 3be6e8f540418190d45fa8c1957456c95c4c0a11 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Mar 2023 06:24:06 +0000 Subject: [PATCH 1020/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 132b6ee2ad..01fcde6f7f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 29 01:39:06 UTC 2023 +Thu Mar 30 01:26:20 UTC 2023 From 7c9b321e9bb314505fb073f97eeaee5f7d9094e0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 31 Mar 2023 06:24:04 +0000 Subject: [PATCH 1021/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 01fcde6f7f..8225f40512 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 30 01:26:20 UTC 2023 +Fri Mar 31 01:25:07 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 27e024e7b0..97c7fbc8e4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 29 06:23:42 UTC 2023 +Thu Mar 30 06:23:36 UTC 2023 From 031f2c2534d5065c3f86d130766f4a89e54cb8d9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Apr 2023 06:23:46 +0000 Subject: [PATCH 1022/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8225f40512..0cbc7a7495 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 31 01:25:07 UTC 2023 +Mon Apr 3 01:19:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 97c7fbc8e4..864da2edcd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 30 06:23:36 UTC 2023 +Mon Apr 3 06:22:29 UTC 2023 From 8eb2fddb6d01797dcebc57936b4442a2850199cd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 4 Apr 2023 06:22:52 +0000 Subject: [PATCH 1023/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0cbc7a7495..5d8d7f9aec 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 3 01:19:43 UTC 2023 +Tue Apr 4 01:25:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 864da2edcd..a58d7e285a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 3 06:22:29 UTC 2023 +Tue Apr 4 06:22:07 UTC 2023 From c1550b509fc592c97be65056ac5cce3d1cafca92 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Apr 2023 06:23:14 +0000 Subject: [PATCH 1024/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5d8d7f9aec..1290026261 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 4 01:25:46 UTC 2023 +Wed Apr 5 01:09:46 UTC 2023 From 96edb4e0f9efe830884b533ddd8f721d3469eda1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Apr 2023 06:22:51 +0000 Subject: [PATCH 1025/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1290026261..cedbfe297a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 5 01:09:46 UTC 2023 +Thu Apr 6 01:19:53 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a58d7e285a..bb59f441bd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 4 06:22:07 UTC 2023 +Wed Apr 5 06:22:42 UTC 2023 From 7d9d1331a862d043bb03d7a142408f667077644a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Apr 2023 06:22:57 +0000 Subject: [PATCH 1026/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cedbfe297a..0059af81ce 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 6 01:19:53 UTC 2023 +Fri Apr 7 01:16:15 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bb59f441bd..667e75673d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 5 06:22:42 UTC 2023 +Thu Apr 6 06:21:52 UTC 2023 From f7ccc73edba8517abe61fa98a17ab44355f94037 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Apr 2023 06:23:24 +0000 Subject: [PATCH 1027/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0059af81ce..1c9e1a5697 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 7 01:16:15 UTC 2023 +Mon Apr 10 01:20:16 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 667e75673d..07773aee01 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 6 06:21:52 UTC 2023 +Fri Apr 7 06:22:22 UTC 2023 From b69eb1d485b54d6a2c803dccde519c7bbb71ed11 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 11 Apr 2023 06:23:55 +0000 Subject: [PATCH 1028/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1c9e1a5697..2223f86c04 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 10 01:20:16 UTC 2023 +Tue Apr 11 01:20:52 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 07773aee01..1c8a1d1b4c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 7 06:22:22 UTC 2023 +Tue Apr 11 06:22:11 UTC 2023 From 46eaac25e47e35e0e4be6d164e47142c0d9489b9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Apr 2023 06:24:09 +0000 Subject: [PATCH 1029/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2223f86c04..5ef4eabfcf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 11 01:20:52 UTC 2023 +Wed Apr 12 01:21:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1c8a1d1b4c..0855381509 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 11 06:22:11 UTC 2023 +Wed Apr 12 06:22:30 UTC 2023 From 6ea212663325d3f62e84b4844a90463803cd62e7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 13 Apr 2023 06:23:14 +0000 Subject: [PATCH 1030/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5ef4eabfcf..dced7af477 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 12 01:21:21 UTC 2023 +Thu Apr 13 01:19:39 UTC 2023 From 8ba4956202f3a6aee020b79bea9bcbae6d0a25e7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 14 Apr 2023 06:22:53 +0000 Subject: [PATCH 1031/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dced7af477..89c6460683 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 13 01:19:39 UTC 2023 +Fri Apr 14 01:20:55 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0855381509..cb7454842d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 12 06:22:30 UTC 2023 +Thu Apr 13 06:21:59 UTC 2023 From 848d2ea03486ef04d0551a877be6b7b34728d149 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 14 Apr 2023 21:24:29 -0300 Subject: [PATCH 1032/1768] add workflow tester 79 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester79.yml | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/workflow-tester79.yml diff --git a/.github/workflows/workflow-tester79.yml b/.github/workflows/workflow-tester79.yml new file mode 100644 index 0000000000..7ae928d163 --- /dev/null +++ b/.github/workflows/workflow-tester79.yml @@ -0,0 +1,31 @@ +name: Test 79 # Related to https://stackoverflow.com/questions/76018154/github-action-share-token-between-jobs-to-reuse + +on: + workflow_dispatch: + +jobs: + validate: + runs-on: ubuntu-latest + name: terraform validate + outputs: + installation_token: ${{ steps.get_installation_token.outputs.token }} + test_var: "Hello" + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Generate token + id: get_installation_token + run: | + TOKEN=TEST + echo "token=$TOKEN" >> $GITHUB_OUTPUT + + plan: + needs: + - validate + runs-on: ubuntu-latest + name: terraform plan + steps: + - name: Checkout + uses: actions/checkout@v3 + - run: echo "${{ needs.validate.outputs.installation_token }}" + - run: echo "${{ needs.validate.outputs.test_var }}" From a74fee208ba2918f1b64fd2c580139a30f7510f7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Apr 2023 06:24:03 +0000 Subject: [PATCH 1033/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 89c6460683..63a8c0a740 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 14 01:20:55 UTC 2023 +Mon Apr 17 01:22:08 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index cb7454842d..19b0b34cf4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 13 06:21:59 UTC 2023 +Fri Apr 14 06:22:26 UTC 2023 From 83502fded5ad7969e47961bd8b9e163048c3f06f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 18 Apr 2023 06:23:58 +0000 Subject: [PATCH 1034/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 63a8c0a740..53296e0e47 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 17 01:22:08 UTC 2023 +Tue Apr 18 01:20:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 19b0b34cf4..726fbd3599 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 14 06:22:26 UTC 2023 +Tue Apr 18 06:22:43 UTC 2023 From 5268a0e356a8d2e036b3f73103aaa43be8261d2e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Apr 2023 06:23:32 +0000 Subject: [PATCH 1035/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 53296e0e47..152f2ab134 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 18 01:20:49 UTC 2023 +Wed Apr 19 01:22:58 UTC 2023 From 1637a7cc54b31ad4bc9b7c289870e985061fbaa4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Apr 2023 06:24:04 +0000 Subject: [PATCH 1036/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 152f2ab134..f7afd6441e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 19 01:22:58 UTC 2023 +Thu Apr 20 01:19:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 726fbd3599..1e4180d908 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 18 06:22:43 UTC 2023 +Wed Apr 19 06:23:01 UTC 2023 From a210888e0d9af820357b2a28f97fe6a018227abc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 21 Apr 2023 06:23:41 +0000 Subject: [PATCH 1037/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f7afd6441e..f90108d76e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 20 01:19:54 UTC 2023 +Fri Apr 21 01:20:52 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1e4180d908..688d4fd7a7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 19 06:23:01 UTC 2023 +Fri Apr 21 06:22:39 UTC 2023 From f75737e61cfd2fa6290a043aaf1c45ac7e079550 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 24 Apr 2023 06:24:34 +0000 Subject: [PATCH 1038/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f90108d76e..2f784702c1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 21 01:20:52 UTC 2023 +Mon Apr 24 01:23:42 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 688d4fd7a7..1ef4471eda 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 21 06:22:39 UTC 2023 +Mon Apr 24 06:23:22 UTC 2023 From 8a6920b7e4eb10acb240645920b8d4c5b022206a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 25 Apr 2023 06:23:20 +0000 Subject: [PATCH 1039/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2f784702c1..1770d89210 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 24 01:23:42 UTC 2023 +Tue Apr 25 01:23:15 UTC 2023 From b2cfd9f6a35b9eae5f1cf714c92753a6401db0cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 26 Apr 2023 06:23:07 +0000 Subject: [PATCH 1040/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1770d89210..0680bd8258 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 25 01:23:15 UTC 2023 +Wed Apr 26 01:21:52 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1ef4471eda..abf96dd1d4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 24 06:23:22 UTC 2023 +Tue Apr 25 06:22:32 UTC 2023 From 24b54ae5395b4175a26b0005d43e1c607f361fea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 27 Apr 2023 06:23:58 +0000 Subject: [PATCH 1041/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0680bd8258..eb1599e780 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 26 01:21:52 UTC 2023 +Thu Apr 27 01:23:03 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index abf96dd1d4..de041b82d4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 25 06:22:32 UTC 2023 +Thu Apr 27 06:23:08 UTC 2023 From ea31159b2b8de64df18ca77e93288ce248194447 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 28 Apr 2023 06:23:08 +0000 Subject: [PATCH 1042/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index eb1599e780..47e9147fcf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 27 01:23:03 UTC 2023 +Fri Apr 28 01:23:50 UTC 2023 From 7a821e76a28a7aad43d94baccc83c2d767516936 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 May 2023 06:23:31 +0000 Subject: [PATCH 1043/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 47e9147fcf..241bb29756 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 28 01:23:50 UTC 2023 +Mon May 1 01:25:39 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de041b82d4..a76829500e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 27 06:23:08 UTC 2023 +Mon May 1 06:22:41 UTC 2023 From c0b25593ee03458fd85c1ca6069be48bb63bc5ed Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 May 2023 06:23:11 +0000 Subject: [PATCH 1044/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 241bb29756..d6c8ad686a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 1 01:25:39 UTC 2023 +Tue May 2 01:22:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a76829500e..613425dd26 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 1 06:22:41 UTC 2023 +Tue May 2 06:22:16 UTC 2023 From b7e83b425ea4df9a8dd1679a1bd38b75b3725cd2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 May 2023 06:22:55 +0000 Subject: [PATCH 1045/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6c8ad686a..97c4d320e3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 2 01:22:43 UTC 2023 +Wed May 3 01:22:57 UTC 2023 From 016b913f8dd3611a0fac96b19cbd66302c2cbed8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 May 2023 06:23:00 +0000 Subject: [PATCH 1046/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 97c4d320e3..07a3f224c9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 3 01:22:57 UTC 2023 +Thu May 4 01:21:22 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 613425dd26..dca6346da6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 2 06:22:16 UTC 2023 +Thu May 4 06:22:07 UTC 2023 From 70161257e9f972352d3a4ebb14177e84795f47cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 5 May 2023 06:23:21 +0000 Subject: [PATCH 1047/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 07a3f224c9..e927bbebaa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 4 01:21:22 UTC 2023 +Fri May 5 01:15:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dca6346da6..597953d820 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 4 06:22:07 UTC 2023 +Fri May 5 06:22:24 UTC 2023 From 740d5619beddd4f0db2ef989690a275d6da95f62 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 5 May 2023 13:04:23 -0300 Subject: [PATCH 1048/1768] Update 57-reusable-outputs.yml --- .github/workflows/57-reusable-outputs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/57-reusable-outputs.yml b/.github/workflows/57-reusable-outputs.yml index 977694acfd..2ad4bde9d6 100644 --- a/.github/workflows/57-reusable-outputs.yml +++ b/.github/workflows/57-reusable-outputs.yml @@ -5,10 +5,10 @@ on: jobs: job1: - uses: GuillaumeFalourd/poc-github-actions/.github/workflows/57-reusable-workflow.yml@main + uses: ./.github/workflows/57-reusable-workflow.yml@main job2: runs-on: ubuntu-latest needs: job1 steps: - - run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }} \ No newline at end of file + - run: echo ${{ needs.job1.outputs.firstword }} ${{ needs.job1.outputs.secondword }} From dc94b8c8bc2112aa30ca39efe0930c85277cc5ac Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 5 May 2023 13:04:38 -0300 Subject: [PATCH 1049/1768] Update 57-reusable-outputs.yml --- .github/workflows/57-reusable-outputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/57-reusable-outputs.yml b/.github/workflows/57-reusable-outputs.yml index 2ad4bde9d6..b978f11cd4 100644 --- a/.github/workflows/57-reusable-outputs.yml +++ b/.github/workflows/57-reusable-outputs.yml @@ -5,7 +5,7 @@ on: jobs: job1: - uses: ./.github/workflows/57-reusable-workflow.yml@main + uses: ./.github/workflows/57-reusable-workflow.yml job2: runs-on: ubuntu-latest From 1adb51ee644e40402302b07b1bead0231d960be7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 8 May 2023 06:23:46 +0000 Subject: [PATCH 1050/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e927bbebaa..57e847264f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 5 01:15:54 UTC 2023 +Mon May 8 01:20:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 597953d820..979129cdee 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 5 06:22:24 UTC 2023 +Mon May 8 06:22:29 UTC 2023 From b2442a1d40c7196232171f0c304e990b42545503 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 9 May 2023 06:22:56 +0000 Subject: [PATCH 1051/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 57e847264f..e5ff846ab7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 8 01:20:57 UTC 2023 +Tue May 9 01:22:53 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 979129cdee..c810ab2970 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 8 06:22:29 UTC 2023 +Tue May 9 06:22:20 UTC 2023 From 9bc6950c582d405891f41f8dcbf7ba5b129a9cc1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 10 May 2023 06:23:06 +0000 Subject: [PATCH 1052/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5ff846ab7..419b15aab0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 9 01:22:53 UTC 2023 +Wed May 10 01:20:27 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c810ab2970..3ab7ee3fca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 9 06:22:20 UTC 2023 +Wed May 10 06:21:56 UTC 2023 From ab1518cc252789b3d199a307a55fdd64f85ee708 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 10 May 2023 17:25:05 -0300 Subject: [PATCH 1053/1768] Update 48-trigger-reusables.yml --- .github/workflows/48-trigger-reusables.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/48-trigger-reusables.yml b/.github/workflows/48-trigger-reusables.yml index 4e6f6cb572..750da422c7 100644 --- a/.github/workflows/48-trigger-reusables.yml +++ b/.github/workflows/48-trigger-reusables.yml @@ -1,9 +1,7 @@ name: 48 - Trigger reusables on: - push: - schedule: - - cron: '00,30 * * * *' + workflow_dispatch: jobs: workflow-1: From 77d7e45f2affde2f008c99371b9ccd9c57f6bbeb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 11 May 2023 06:21:58 +0000 Subject: [PATCH 1054/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 419b15aab0..b9bda91522 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 10 01:20:27 UTC 2023 +Thu May 11 01:22:04 UTC 2023 From 66adf11961f8bf7c3784177bfb84c5665e2492b2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 12 May 2023 06:22:43 +0000 Subject: [PATCH 1055/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b9bda91522..a79994213d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 11 01:22:04 UTC 2023 +Fri May 12 01:21:28 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3ab7ee3fca..57c63fb996 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 10 06:21:56 UTC 2023 +Fri May 12 06:21:39 UTC 2023 From 5ba8af00d0c0145daf26d7814f48fce54605be71 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:24:19 -0300 Subject: [PATCH 1056/1768] add 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 43 ++++++++++++++++++++++++++ .github/workflows/63-reusable.yml | 18 +++++++++++ folder1/test.txt | 1 + folder2/test.txt | 1 + 4 files changed, 63 insertions(+) create mode 100644 .github/workflows/63-matrix-folder.yml create mode 100644 .github/workflows/63-reusable.yml create mode 100644 folder1/test.txt create mode 100644 folder2/test.txt diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml new file mode 100644 index 0000000000..06bd8cafd5 --- /dev/null +++ b/.github/workflows/63-matrix-folder.yml @@ -0,0 +1,43 @@ +name: 63 - Matrix folder + +on: + push: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + +# TODO: extract folder ARRAY + setup: + runs-on: ubuntu-latest + outputs: + folder1: ${{ steps.changes.outputs.folder1 }} + folder2: ${{ steps.changes.outputs.folder2 }} + folders: ${{ steps.array.outputs.array }} + steps: + - uses: dorny/paths-filter@v2 + id: changes + with: + filters: | + folder1: + - 'folder1/**' + folder2: + - 'folder2/**' + + - id: array + run: | + myArray=("${{ steps.changes.outputs.folder1 }}" "${{ steps.changes.outputs.folder2 }}") + echo "array=$myArray" >> GITHUB_OUTPUT + +# TODO: test using ARRAY as MATRIX + build: + needs: [setup] + strategy: + fail-fast: false + matrix: + folder: ${{ fromJSON(needs.setup.outputs.folders) }} + uses: ./.github/workflows/63-reusable.yml@main + with: + - path: ${{ matrix.folder }} \ No newline at end of file diff --git a/.github/workflows/63-reusable.yml b/.github/workflows/63-reusable.yml new file mode 100644 index 0000000000..ad859e65cb --- /dev/null +++ b/.github/workflows/63-reusable.yml @@ -0,0 +1,18 @@ +name: 63 - Reusable + +on: + workflow_call: + inputs: + path: + required: true + type: string + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + build: + runs-on: ubuntu-latest + steps: + - run: echo ${{ inputs.path }} diff --git a/folder1/test.txt b/folder1/test.txt new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/folder1/test.txt @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/folder2/test.txt @@ -0,0 +1 @@ +1 \ No newline at end of file From 4a6dbe9763dd583df9bba29eb698500f1b279b95 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:25:58 -0300 Subject: [PATCH 1057/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 2 +- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 06bd8cafd5..fc188fa048 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -38,6 +38,6 @@ jobs: fail-fast: false matrix: folder: ${{ fromJSON(needs.setup.outputs.folders) }} - uses: ./.github/workflows/63-reusable.yml@main + uses: ./.github/workflows/63-reusable.yml with: - path: ${{ matrix.folder }} \ No newline at end of file diff --git a/folder1/test.txt b/folder1/test.txt index 56a6051ca2..d8263ee986 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 56a6051ca2..d8263ee986 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file From 3558bf3915159bfc677387b2ce9576e6116a511b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:28:35 -0300 Subject: [PATCH 1058/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 2 +- .github/workflows/63-reusable.yml | 6 +++--- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index fc188fa048..f13c040b95 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -40,4 +40,4 @@ jobs: folder: ${{ fromJSON(needs.setup.outputs.folders) }} uses: ./.github/workflows/63-reusable.yml with: - - path: ${{ matrix.folder }} \ No newline at end of file + path: ${{ matrix.folder }} \ No newline at end of file diff --git a/.github/workflows/63-reusable.yml b/.github/workflows/63-reusable.yml index ad859e65cb..cfb122db4b 100644 --- a/.github/workflows/63-reusable.yml +++ b/.github/workflows/63-reusable.yml @@ -3,9 +3,9 @@ name: 63 - Reusable on: workflow_call: inputs: - path: - required: true - type: string + path: + required: true + type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/folder1/test.txt b/folder1/test.txt index d8263ee986..e440e5c842 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index d8263ee986..e440e5c842 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file From 09a6b84bfaff04a507d579e16e467037849f6448 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:30:50 -0300 Subject: [PATCH 1059/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 1 + folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index f13c040b95..85316b80ee 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -17,6 +17,7 @@ jobs: folder2: ${{ steps.changes.outputs.folder2 }} folders: ${{ steps.array.outputs.array }} steps: + - uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 id: changes with: diff --git a/folder1/test.txt b/folder1/test.txt index e440e5c842..bf0d87ab1b 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index e440e5c842..bf0d87ab1b 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file From 66d5df34f7fb84c7b8c75833df0e1781051a189d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:35:27 -0300 Subject: [PATCH 1060/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 9 ++++++++- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 85316b80ee..7e4485465e 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -29,7 +29,14 @@ jobs: - id: array run: | - myArray=("${{ steps.changes.outputs.folder1 }}" "${{ steps.changes.outputs.folder2 }}") + myArray=() + if [ "${{ steps.changes.outputs.folder1 }}" = "true "] + myArray+=("folder1") + fi + if [ "${{ steps.changes.outputs.folder2 }}" = "true "] + myArray+=("folder2") + fi + echo "Updated folder list: $myArray" echo "array=$myArray" >> GITHUB_OUTPUT # TODO: test using ARRAY as MATRIX diff --git a/folder1/test.txt b/folder1/test.txt index bf0d87ab1b..7813681f5b 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index bf0d87ab1b..7813681f5b 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -4 \ No newline at end of file +5 \ No newline at end of file From f8c7d35569e05b0758edda750ccb6a38a4a30346 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:36:47 -0300 Subject: [PATCH 1061/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 2 ++ folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 7e4485465e..7b02cabe2b 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -31,9 +31,11 @@ jobs: run: | myArray=() if [ "${{ steps.changes.outputs.folder1 }}" = "true "] + then myArray+=("folder1") fi if [ "${{ steps.changes.outputs.folder2 }}" = "true "] + then myArray+=("folder2") fi echo "Updated folder list: $myArray" diff --git a/folder1/test.txt b/folder1/test.txt index 7813681f5b..62f9457511 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -5 \ No newline at end of file +6 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 7813681f5b..62f9457511 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -5 \ No newline at end of file +6 \ No newline at end of file From 608e1a7f982a2fc52310e8ccedbecdca7e3d0a19 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:38:39 -0300 Subject: [PATCH 1062/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 4 ++-- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 7b02cabe2b..ea629f4c04 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -30,11 +30,11 @@ jobs: - id: array run: | myArray=() - if [ "${{ steps.changes.outputs.folder1 }}" = "true "] + if [ "${{ steps.changes.outputs.folder1 }}" = "true" ] then myArray+=("folder1") fi - if [ "${{ steps.changes.outputs.folder2 }}" = "true "] + if [ "${{ steps.changes.outputs.folder2 }}" = "true" ] then myArray+=("folder2") fi diff --git a/folder1/test.txt b/folder1/test.txt index 62f9457511..c7930257df 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -6 \ No newline at end of file +7 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 62f9457511..c7930257df 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -6 \ No newline at end of file +7 \ No newline at end of file From 1687689b0d1943a9166f799e95962fdbb0dd8d9f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:41:22 -0300 Subject: [PATCH 1063/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 8 ++++++-- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index ea629f4c04..ec318b760f 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -27,19 +27,23 @@ jobs: folder2: - 'folder2/**' - - id: array + - name: Build Array + id: array run: | myArray=() + echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder1 }}" = "true" ] then myArray+=("folder1") fi + echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder2 }}" = "true" ] then myArray+=("folder2") fi - echo "Updated folder list: $myArray" + echo "Updated folder list: $myArray" echo "array=$myArray" >> GITHUB_OUTPUT + shell: bash # TODO: test using ARRAY as MATRIX build: diff --git a/folder1/test.txt b/folder1/test.txt index c7930257df..301160a930 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -7 \ No newline at end of file +8 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index c7930257df..301160a930 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -7 \ No newline at end of file +8 \ No newline at end of file From a42461055927dc31d8bacba2d10344175651f847 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 08:55:38 -0300 Subject: [PATCH 1064/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 2 ++ folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index ec318b760f..5d6ab2d504 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -35,11 +35,13 @@ jobs: if [ "${{ steps.changes.outputs.folder1 }}" = "true" ] then myArray+=("folder1") + jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}" fi echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder2 }}" = "true" ] then myArray+=("folder2") + jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}" fi echo "Updated folder list: $myArray" echo "array=$myArray" >> GITHUB_OUTPUT diff --git a/folder1/test.txt b/folder1/test.txt index 301160a930..f11c82a4cb 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -8 \ No newline at end of file +9 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 301160a930..f11c82a4cb 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -8 \ No newline at end of file +9 \ No newline at end of file From 87d720fc79fb13d07c379a174f8748d8c691dc63 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 09:00:38 -0300 Subject: [PATCH 1065/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 4 ++-- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 5d6ab2d504..8374578483 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -35,13 +35,13 @@ jobs: if [ "${{ steps.changes.outputs.folder1 }}" = "true" ] then myArray+=("folder1") - jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}" + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") fi echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder2 }}" = "true" ] then myArray+=("folder2") - jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}" + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") fi echo "Updated folder list: $myArray" echo "array=$myArray" >> GITHUB_OUTPUT diff --git a/folder1/test.txt b/folder1/test.txt index f11c82a4cb..9a037142aa 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index f11c82a4cb..9a037142aa 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file From 64ed9ee616d2fe1878eda48b4be73432974b110e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 09:01:57 -0300 Subject: [PATCH 1066/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 5 +---- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 8374578483..3532485536 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -31,18 +31,15 @@ jobs: id: array run: | myArray=() - echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder1 }}" = "true" ] then myArray+=("folder1") - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") fi - echo "Updated folder list: $myArray" if [ "${{ steps.changes.outputs.folder2 }}" = "true" ] then myArray+=("folder2") - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") fi + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated folder list: $myArray" echo "array=$myArray" >> GITHUB_OUTPUT shell: bash diff --git a/folder1/test.txt b/folder1/test.txt index 9a037142aa..9d607966b7 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 9a037142aa..9d607966b7 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file From 0c028469c3b7cdf6d1fbf084c04d2d52efbe5e41 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 09:04:19 -0300 Subject: [PATCH 1067/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 13 +++++++++++-- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 3532485536..dbff1d3b3d 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -50,7 +50,16 @@ jobs: strategy: fail-fast: false matrix: - folder: ${{ fromJSON(needs.setup.outputs.folders) }} + folder: ${{ needs.setup.outputs.folders }} uses: ./.github/workflows/63-reusable.yml with: - path: ${{ matrix.folder }} \ No newline at end of file + path: ${{ matrix.folder }} + + check: + needs: [setup] + runs-on: ubuntu-latest + steps: + - name: echo output + run: echo ${{ needs.setup.outputs.folders }} + - name: echp fromJSON + run: ${{ fromJSON(needs.setup.outputs.folders) }} \ No newline at end of file diff --git a/folder1/test.txt b/folder1/test.txt index 9d607966b7..3cacc0b93c 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 9d607966b7..3cacc0b93c 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file From 7626e9daa580f20d7459984ceebad349eaeafe4b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 09:51:10 -0300 Subject: [PATCH 1068/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 2 +- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index dbff1d3b3d..c601644452 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -41,7 +41,7 @@ jobs: fi myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated folder list: $myArray" - echo "array=$myArray" >> GITHUB_OUTPUT + echo "array=$myArray" >> $GITHUB_OUTPUT shell: bash # TODO: test using ARRAY as MATRIX diff --git a/folder1/test.txt b/folder1/test.txt index 3cacc0b93c..ca7bf83ac5 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -12 \ No newline at end of file +13 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 3cacc0b93c..ca7bf83ac5 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -12 \ No newline at end of file +13 \ No newline at end of file From 724f3f0e605524e7c3d8ea3eb085b9a5df2a3d99 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 09:58:17 -0300 Subject: [PATCH 1069/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 4 ++-- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index c601644452..0842f41409 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -50,7 +50,7 @@ jobs: strategy: fail-fast: false matrix: - folder: ${{ needs.setup.outputs.folders }} + folder: ${{ fromJSON(needs.setup.outputs.folders) }} uses: ./.github/workflows/63-reusable.yml with: path: ${{ matrix.folder }} @@ -61,5 +61,5 @@ jobs: steps: - name: echo output run: echo ${{ needs.setup.outputs.folders }} - - name: echp fromJSON + - name: echo fromJSON run: ${{ fromJSON(needs.setup.outputs.folders) }} \ No newline at end of file diff --git a/folder1/test.txt b/folder1/test.txt index ca7bf83ac5..da2d3988d7 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -13 \ No newline at end of file +14 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index ca7bf83ac5..da2d3988d7 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -13 \ No newline at end of file +14 \ No newline at end of file From 0fc55aa34de9d526f6de94e41d99e5c191ce9f3a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 10:00:13 -0300 Subject: [PATCH 1070/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 11 +---------- .github/workflows/63-reusable.yml | 2 +- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 0842f41409..2c1a0e01b1 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -53,13 +53,4 @@ jobs: folder: ${{ fromJSON(needs.setup.outputs.folders) }} uses: ./.github/workflows/63-reusable.yml with: - path: ${{ matrix.folder }} - - check: - needs: [setup] - runs-on: ubuntu-latest - steps: - - name: echo output - run: echo ${{ needs.setup.outputs.folders }} - - name: echo fromJSON - run: ${{ fromJSON(needs.setup.outputs.folders) }} \ No newline at end of file + path: ${{ matrix.folder }} \ No newline at end of file diff --git a/.github/workflows/63-reusable.yml b/.github/workflows/63-reusable.yml index cfb122db4b..a16a97da58 100644 --- a/.github/workflows/63-reusable.yml +++ b/.github/workflows/63-reusable.yml @@ -8,7 +8,7 @@ on: type: string concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.path }} cancel-in-progress: true jobs: diff --git a/folder1/test.txt b/folder1/test.txt index da2d3988d7..3f10ffe7a4 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -14 \ No newline at end of file +15 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index da2d3988d7..3f10ffe7a4 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -14 \ No newline at end of file +15 \ No newline at end of file From c640070aea5a1099147d7fb03c526e942a5b5757 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 10:15:10 -0300 Subject: [PATCH 1071/1768] update 63-matrix-folder in README file Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 3 --- README.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 2c1a0e01b1..01843c37da 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -8,8 +8,6 @@ concurrency: cancel-in-progress: true jobs: - -# TODO: extract folder ARRAY setup: runs-on: ubuntu-latest outputs: @@ -44,7 +42,6 @@ jobs: echo "array=$myArray" >> $GITHUB_OUTPUT shell: bash -# TODO: test using ARRAY as MATRIX build: needs: [setup] strategy: diff --git a/README.md b/README.md index 03f92487f3..b54905412b 100644 --- a/README.md +++ b/README.md @@ -289,3 +289,7 @@ This workflow illustrates how to save secrets in artifacts to use on later jobs. [![61 - Create Tag and Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/61-create-tag-and-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/61-create-tag-and-release.yml) [![62 - Create Trigger on release other workflow](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/62-trigger-on-release-other-workflow.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/62-trigger-on-release-other-workflow.yml) Those workflows illustrate how to **trigger a release creation** (with tag based on a branch syntax) where the release publication could **trigger a deployment pipeline**. + +[![63 - Matrix folder](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/63-matrix-folder.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/63-matrix-folder.yml) + +This workflow illustrates how to identify updated folders to perfom a similar behavior based on the folder through a reusable workflow with a matrix strategy. From e50968159e1214bb94cb70e521504f3f5593a81d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 10:16:00 -0300 Subject: [PATCH 1072/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- .github/workflows/63-matrix-folder.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/63-matrix-folder.yml b/.github/workflows/63-matrix-folder.yml index 01843c37da..74bbee412f 100644 --- a/.github/workflows/63-matrix-folder.yml +++ b/.github/workflows/63-matrix-folder.yml @@ -2,6 +2,9 @@ name: 63 - Matrix folder on: push: + paths: + - 'folder1/**' + - 'folder2/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} From 2acc01b3301dfc593700b5536dae5f9010ac59c8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 10:16:34 -0300 Subject: [PATCH 1073/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- folder1/test.txt | 2 +- folder2/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/folder1/test.txt b/folder1/test.txt index 3f10ffe7a4..8e2afd3427 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -15 \ No newline at end of file +17 \ No newline at end of file diff --git a/folder2/test.txt b/folder2/test.txt index 3f10ffe7a4..8e2afd3427 100644 --- a/folder2/test.txt +++ b/folder2/test.txt @@ -1 +1 @@ -15 \ No newline at end of file +17 \ No newline at end of file From f02c7438dfea6906a3c4823ba0985274f116d46b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 12 May 2023 10:17:47 -0300 Subject: [PATCH 1074/1768] update 63-matrix-folder workflow Signed-off-by: Guillaume Falourd --- folder1/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folder1/test.txt b/folder1/test.txt index 8e2afd3427..25bf17fc5a 100644 --- a/folder1/test.txt +++ b/folder1/test.txt @@ -1 +1 @@ -17 \ No newline at end of file +18 \ No newline at end of file From e2e6768b2faf2ee14969815b48d7ff80a9044411 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 15 May 2023 06:23:59 +0000 Subject: [PATCH 1075/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a79994213d..ea1460e639 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 12 01:21:28 UTC 2023 +Mon May 15 01:24:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 57c63fb996..52ff45cbed 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 12 06:21:39 UTC 2023 +Mon May 15 06:22:39 UTC 2023 From 8e3d46e6195ce38867c75d633586f4b2ffec5093 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 15 May 2023 10:07:03 -0300 Subject: [PATCH 1076/1768] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b54905412b..9074e0e5fb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This repository contains various proofs of concept using a Github Actions throug - [Como usar condicionais nos workflows do Github Actions ](https://www.zup.com.br/blog/como-usar-condicionais-workflows-github-actions) - [10 boas práticas e dicas para usar o GitHub Actions](https://www.zup.com.br/blog/github-actions-dicas-boas-praticas) - [Quando usar Reusable Workflow ou Composite Action no GitHub Actions?](https://www.zup.com.br/blog/reusable-workflow-e-composite-action) +- [Git Flow customizado no Github Actions](https://www.zup.com.br/blog/git-flow) ## Workflow YAML Basic Structure Explanation From 63403efefa4dfb9a5e5d523a5c18afa9c5482965 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 16 May 2023 06:22:33 +0000 Subject: [PATCH 1077/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ea1460e639..81d9b09450 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 15 01:24:21 UTC 2023 +Tue May 16 01:23:53 UTC 2023 From 4ec33b351f404143e12f0bf9451588e1e9a2427d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 May 2023 06:22:28 +0000 Subject: [PATCH 1078/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 81d9b09450..a1db0782a7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 16 01:23:53 UTC 2023 +Wed May 17 01:24:26 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 52ff45cbed..3580efa278 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 15 06:22:39 UTC 2023 +Wed May 17 06:21:23 UTC 2023 From c28b9fc78ec28b3591659feaaab61f42b5cd601b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 May 2023 06:22:55 +0000 Subject: [PATCH 1079/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a1db0782a7..a64d57a2ad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 17 01:24:26 UTC 2023 +Thu May 18 01:22:36 UTC 2023 From 8101cc2b05ab77f9401bff2d58df2108d04f1592 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 19 May 2023 06:22:13 +0000 Subject: [PATCH 1080/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a64d57a2ad..4a3b5f10ca 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 18 01:22:36 UTC 2023 +Fri May 19 01:23:34 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3580efa278..dfb37eea0b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 17 06:21:23 UTC 2023 +Thu May 18 06:22:08 UTC 2023 From 1db40df77eb9cffbd068e9565de31346a6000b02 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 May 2023 06:22:49 +0000 Subject: [PATCH 1081/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4a3b5f10ca..814a555ed2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 19 01:23:34 UTC 2023 +Mon May 22 01:34:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dfb37eea0b..55e8965ddc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 18 06:22:08 UTC 2023 +Fri May 19 06:21:35 UTC 2023 From 935bd9e94752fa16ac1d638463dd1f48e04426b9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 22 May 2023 16:41:32 -0300 Subject: [PATCH 1082/1768] add workflow-tester80 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester80.yml | 39 +++++++++++++++++++++++++ requirements.txt | 1 + 2 files changed, 40 insertions(+) create mode 100644 .github/workflows/workflow-tester80.yml create mode 100644 requirements.txt diff --git a/.github/workflows/workflow-tester80.yml b/.github/workflows/workflow-tester80.yml new file mode 100644 index 0000000000..b0dce5c504 --- /dev/null +++ b/.github/workflows/workflow-tester80.yml @@ -0,0 +1,39 @@ +name: Test 80 # Related to https://stackoverflow.com/questions/76307553/github-actions-failing-on-dependencies +on: + workflow_dispatch: + +env: + PYTHON_VERSION: '3.10' # set this to the python version to use (supports 3.6, 3.7, 3.8) + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Setup Python version + uses: actions/setup-python@v4 + with: + python-version: ${{ env.PYTHON_VERSION }} + + - name: Create and start virtual environment + run: | + python -m venv venv + source venv/bin/activate + + - name: Install dependencies + run: pip install -r requirements.txt + + - name: Execute Python script # Run the run.py to get the latest data + run: python run.py + + # Optional: Add step to run tests here + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v2 + with: + name: python-app + path: | + . + !venv/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..663bd1f6a2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests \ No newline at end of file From b0a4c09b8046b127f9ac2f03d43dd14e1b2f5844 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 23 May 2023 06:22:19 +0000 Subject: [PATCH 1083/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 814a555ed2..d6b44f892b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 22 01:34:57 UTC 2023 +Tue May 23 01:23:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 55e8965ddc..3274a0693e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 19 06:21:35 UTC 2023 +Mon May 22 06:22:19 UTC 2023 From e9219d59d35ab1d14f0b950ea878b040cb01f2e0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:15:13 -0300 Subject: [PATCH 1084/1768] Update 57-reusable-workflow.yml --- .github/workflows/57-reusable-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/57-reusable-workflow.yml b/.github/workflows/57-reusable-workflow.yml index 89ad1a502b..a2798ef059 100644 --- a/.github/workflows/57-reusable-workflow.yml +++ b/.github/workflows/57-reusable-workflow.yml @@ -21,6 +21,6 @@ jobs: output2: ${{ steps.step2.outputs.secondword }} steps: - id: step1 - run: echo "::set-output name=firstword::hello" + run: echo "firstword=hello" >> $GITHUB_OUTPUT - id: step2 - run: echo "::set-output name=secondword::world" \ No newline at end of file + run: echo "secondword=world" >> $GITHUB_OUTPUT From 21abd2981e4837fcea4431e1030dbf7cc8f7de27 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:42:51 -0300 Subject: [PATCH 1085/1768] add workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/workflow-tester81.yml diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml new file mode 100644 index 0000000000..7e24095d71 --- /dev/null +++ b/.github/workflows/workflow-tester81.yml @@ -0,0 +1,20 @@ +name: Test 81 # Related to https://stackoverflow.com/questions/76313404/how-to-replace-hard-coded-value-with-dynamic-input-variable-in-the-outputs-git +on: + workflow_dispatch: + inputs: + key_name: + required: true + default: 'app_name' + +jobs: + mainjob1: + runs-on: "ubuntu-latest" + outputs: + app_namexx: ${{ steps.run-script.outputs.${{inputs.key_name}} }} + steps: + - name: Checkout repository + uses: actions/checkout@v3 + - id: run-script + run: echo "${{inputs.key_name}}=test" >> $GITHUB_OUTPUT + - name: Check + run: echo {{ steps.run-script.outputs.${{inputs.key_name}} }} \ No newline at end of file From 6be9364c3ee53c5b27b5fcb68be7a29ee68f68f7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:44:38 -0300 Subject: [PATCH 1086/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 7e24095d71..d175f22801 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -1,20 +1,24 @@ name: Test 81 # Related to https://stackoverflow.com/questions/76313404/how-to-replace-hard-coded-value-with-dynamic-input-variable-in-the-outputs-git + on: workflow_dispatch: inputs: key_name: required: true default: 'app_name' - + +env: + KEY: ${{inputs.key_name}} + jobs: mainjob1: runs-on: "ubuntu-latest" outputs: - app_namexx: ${{ steps.run-script.outputs.${{inputs.key_name}} }} + app_namexx: ${{ steps.run-script.outputs.${{env.KEY}} }} steps: - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "${{inputs.key_name}}=test" >> $GITHUB_OUTPUT + run: echo "${{env.KEY}}=test" >> $GITHUB_OUTPUT - name: Check - run: echo {{ steps.run-script.outputs.${{inputs.key_name}} }} \ No newline at end of file + run: echo {{ steps.run-script.outputs.${{env.KEY}} }} \ No newline at end of file From ccaf961a5f8a6216d10ceb202e512a232637b6ae Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:45:57 -0300 Subject: [PATCH 1087/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index d175f22801..a37e21756e 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -20,5 +20,11 @@ jobs: uses: actions/checkout@v3 - id: run-script run: echo "${{env.KEY}}=test" >> $GITHUB_OUTPUT - - name: Check - run: echo {{ steps.run-script.outputs.${{env.KEY}} }} \ No newline at end of file + + test: + runs-on: "ubuntu-latest" + needs: mainjob1 + steps: + - run: | + echo "App name: ${{ needs.mainjob1.outputs.app_name }}" + From 28847d341433317843a99dd2558da23f028b1b29 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:48:08 -0300 Subject: [PATCH 1088/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index a37e21756e..69c1e6f645 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -7,24 +7,25 @@ on: required: true default: 'app_name' -env: - KEY: ${{inputs.key_name}} - jobs: mainjob1: runs-on: "ubuntu-latest" + env: + KEY_NAME: ${{inputs.key_name}} outputs: - app_namexx: ${{ steps.run-script.outputs.${{env.KEY}} }} + app_namexx: ${{ steps.run-script.outputs.${{env.KEY_NAME}} }} steps: - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "${{env.KEY}}=test" >> $GITHUB_OUTPUT + run: echo "$KEY_NAME=test" >> $GITHUB_OUTPUT + env: + KEY_NAME: ${{inputs.key_name}} test: runs-on: "ubuntu-latest" needs: mainjob1 steps: - run: | - echo "App name: ${{ needs.mainjob1.outputs.app_name }}" + echo "App name: ${{ needs.mainjob1.outputs.app_namexx }}" From f5578e1ebad16c4ef8e6554f7a4e934604f95d4b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:48:40 -0300 Subject: [PATCH 1089/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 69c1e6f645..686d58ade3 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -10,10 +10,8 @@ on: jobs: mainjob1: runs-on: "ubuntu-latest" - env: - KEY_NAME: ${{inputs.key_name}} outputs: - app_namexx: ${{ steps.run-script.outputs.${{env.KEY_NAME}} }} + app_namexx: ${{ steps.run-script.outputs.${{inputs.KEY_NAME}} }} steps: - name: Checkout repository uses: actions/checkout@v3 From f85581e44c4f4ff1d28f7f3326097136c2e92b04 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:50:07 -0300 Subject: [PATCH 1090/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 686d58ade3..3489ac33a9 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -11,7 +11,7 @@ jobs: mainjob1: runs-on: "ubuntu-latest" outputs: - app_namexx: ${{ steps.run-script.outputs.${{inputs.KEY_NAME}} }} + app_namexx: ${{ steps.run-script.outputs.inputs.key_name }} steps: - name: Checkout repository uses: actions/checkout@v3 From 71b4e46d7d9c35de712cc727a2c6ffc6a9e250d2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:52:19 -0300 Subject: [PATCH 1091/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 3489ac33a9..22a24b7ea8 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -16,9 +16,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "$KEY_NAME=test" >> $GITHUB_OUTPUT - env: - KEY_NAME: ${{inputs.key_name}} + run: echo "${{inputs.key_name}}=$(echo $RANDOM)" >> $GITHUB_OUTPUT + - run: | + echo "App name: ${{ steps.run-script.outputs.inputs.key_name }}" test: runs-on: "ubuntu-latest" From 387602cc8125030bca13273570d6ecc5137e98dc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:54:40 -0300 Subject: [PATCH 1092/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 22a24b7ea8..83eb7cb4c9 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -13,10 +13,10 @@ jobs: outputs: app_namexx: ${{ steps.run-script.outputs.inputs.key_name }} steps: - - name: Checkout repository + - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "${{inputs.key_name}}=$(echo $RANDOM)" >> $GITHUB_OUTPUT + run: echo "${{inputs.key_name}}=test" >> $GITHUB_OUTPUT - run: | echo "App name: ${{ steps.run-script.outputs.inputs.key_name }}" From 69e313c0e69e19dc76041c11e1bdbd55d6869c9d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:57:29 -0300 Subject: [PATCH 1093/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 83eb7cb4c9..f49f69327f 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -7,18 +7,21 @@ on: required: true default: 'app_name' +env: + KEY_NAME: ${{ inputs.key_name }} + jobs: mainjob1: runs-on: "ubuntu-latest" outputs: - app_namexx: ${{ steps.run-script.outputs.inputs.key_name }} + app_namexx: ${{ steps.run-script.outputs.env.KEY_NAME }} steps: - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "${{inputs.key_name}}=test" >> $GITHUB_OUTPUT + run: echo "${{env.KEY_NAME}}=test" >> $GITHUB_OUTPUT - run: | - echo "App name: ${{ steps.run-script.outputs.inputs.key_name }}" + echo "App name: ${{ steps.run-script.outputs.env.KEY_NAME }}" test: runs-on: "ubuntu-latest" From ff9ebe1a1e8984b7d543134daeba91c59a280379 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 08:58:38 -0300 Subject: [PATCH 1094/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index f49f69327f..7e33215863 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -22,6 +22,7 @@ jobs: run: echo "${{env.KEY_NAME}}=test" >> $GITHUB_OUTPUT - run: | echo "App name: ${{ steps.run-script.outputs.env.KEY_NAME }}" + echo "App name: ${{ steps.run-script.outputs.app_name }}" test: runs-on: "ubuntu-latest" From dab67734f657165cc68f886ec2e9b3cdb31b69e8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 23 May 2023 09:01:32 -0300 Subject: [PATCH 1095/1768] update workflow-tester81 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester81.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow-tester81.yml b/.github/workflows/workflow-tester81.yml index 7e33215863..a95c4b1c52 100644 --- a/.github/workflows/workflow-tester81.yml +++ b/.github/workflows/workflow-tester81.yml @@ -7,22 +7,19 @@ on: required: true default: 'app_name' -env: - KEY_NAME: ${{ inputs.key_name }} - jobs: mainjob1: runs-on: "ubuntu-latest" outputs: - app_namexx: ${{ steps.run-script.outputs.env.KEY_NAME }} + app_namexx: ${{ steps.run-script.outputs.inputs.key_name }} steps: - name: Checkout repository uses: actions/checkout@v3 - id: run-script - run: echo "${{env.KEY_NAME}}=test" >> $GITHUB_OUTPUT + run: echo "${{inputs.key_name}}=test" >> $GITHUB_OUTPUT - run: | - echo "App name: ${{ steps.run-script.outputs.env.KEY_NAME }}" - echo "App name: ${{ steps.run-script.outputs.app_name }}" + echo "App name as expected: ${{ steps.run-script.outputs.inputs.key_name }}" + echo "App name hardcoded: ${{ steps.run-script.outputs.app_name }}" test: runs-on: "ubuntu-latest" From 4739589ea14f9c32f462865b7f3d00ea5ab7255a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 May 2023 06:22:28 +0000 Subject: [PATCH 1096/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6b44f892b..584110735a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 23 01:23:54 UTC 2023 +Wed May 24 01:26:14 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3274a0693e..c7dc47a7a1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 22 06:22:19 UTC 2023 +Tue May 23 06:21:55 UTC 2023 From 265e42753d6a0154a8b0dc7f3a81fc6f0277c56c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 May 2023 06:22:29 +0000 Subject: [PATCH 1097/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 584110735a..9e8d3f3a6c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 24 01:26:14 UTC 2023 +Thu May 25 01:22:45 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c7dc47a7a1..32d55f7614 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 23 06:21:55 UTC 2023 +Wed May 24 06:21:50 UTC 2023 From cf01471359fc5f8cd9218343f31144f5a74c452c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 May 2023 17:14:57 +0000 Subject: [PATCH 1098/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/curl.yml | 12 ++++++++++++ backup/README.md | 4 ++++ backup/pull-request-workflow.txt | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/curl.yml diff --git a/backup/.github/workflows/curl.yml b/backup/.github/workflows/curl.yml new file mode 100644 index 0000000000..702d658583 --- /dev/null +++ b/backup/.github/workflows/curl.yml @@ -0,0 +1,12 @@ +name: Curl + +on: [push, workflow_dispatch] + +jobs: + curl: + runs-on: ubuntu-latest + steps: + - name: curl + uses: wei/curl@v1.1.1 + with: + args: https://httpbin.org/get \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index 93b812e8a2..4b395bce01 100644 --- a/backup/README.md +++ b/backup/README.md @@ -116,6 +116,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub action to create a pull request for changes to your repository in the actions workspace. +[![Curl](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/curl.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/curl.yml) + +[Curl](https://github.com/marketplace/actions/github-action-for-curl): GitHub action to use the curl CLI to perform http requests. + [![Debug](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml) [Debug](https://github.com/marketplace/actions/debug-action): GitHub action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 32d55f7614..397f35a4a4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 24 06:21:50 UTC 2023 +Thu May 25 06:22:03 UTC 2023 From da1506385703b5179ef34df7af2fe8b5903ee99a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 26 May 2023 06:23:07 +0000 Subject: [PATCH 1099/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9e8d3f3a6c..b061d21758 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 25 01:22:45 UTC 2023 +Fri May 26 01:23:33 UTC 2023 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 05536a35d6..f77ff98689 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Dec 28 12:36:13 UTC 2022 +Thu May 25 17:15:16 UTC 2023 From fdc5a6192e64d55cda7f10346b89f9d5a18db5d0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 May 2023 06:24:11 +0000 Subject: [PATCH 1100/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b061d21758..d4390f8386 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 26 01:23:33 UTC 2023 +Mon May 29 01:34:51 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 397f35a4a4..e464f553f9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 25 06:22:03 UTC 2023 +Mon May 29 06:22:56 UTC 2023 From dc556a96355562fe70ef42038c1281f7d226ccfb Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 May 2023 15:20:02 -0300 Subject: [PATCH 1101/1768] add 64 dispatch workflow Signed-off-by: Guillaume Falourd --- .github/workflows/64-initiator.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/64-initiator.yml diff --git a/.github/workflows/64-initiator.yml b/.github/workflows/64-initiator.yml new file mode 100644 index 0000000000..aa85d47f0b --- /dev/null +++ b/.github/workflows/64-initiator.yml @@ -0,0 +1,26 @@ +name: 64 - Initiator + +on: + workflow_dispatch: + schedule: + - cron: '0 1 * * MON-FRI' # Runs at 1:00 UTC + repository_dispatch: + +jobs: + producer: + if: github.event.action != 'Workflow Response' + runs-on: ubuntu-latest + steps: + - name: INIT REMOTE WORKFLOW + run: | + curl -X POST https://api.github.com/repos/GuillaumeFalourd/poc-remote-workflow/dispatches \ + -H 'Accept: application/vnd.github.everest-preview+json' \ + -u ${{ secrets.ACCESS_TOKEN }} \ + --data '{"event_type": "Start Workflow", "client_payload": { "repo": "'"$GITHUB_REPOSITORY"'" }}' + + receiver: + if: github.event.action == 'Workflow Response' + runs-on: ubuntu-latest + steps: + - name: RESPONSE REMOTE WORKFLOW + run: echo "RESPONSE received from '${{ github.event.client_payload.repository }}'" \ No newline at end of file From 813b822b5115375a4bfac20984a8bff979800882 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 May 2023 15:35:39 -0300 Subject: [PATCH 1102/1768] update 64 dispatch workflow Signed-off-by: Guillaume Falourd --- .github/workflows/64-initiator.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/64-initiator.yml b/.github/workflows/64-initiator.yml index aa85d47f0b..daf54613b6 100644 --- a/.github/workflows/64-initiator.yml +++ b/.github/workflows/64-initiator.yml @@ -7,6 +7,15 @@ on: repository_dispatch: jobs: + github-context: + name: job-context + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" + producer: if: github.event.action != 'Workflow Response' runs-on: ubuntu-latest @@ -16,7 +25,7 @@ jobs: curl -X POST https://api.github.com/repos/GuillaumeFalourd/poc-remote-workflow/dispatches \ -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.ACCESS_TOKEN }} \ - --data '{"event_type": "Start Workflow", "client_payload": { "repo": "'"$GITHUB_REPOSITORY"'" }}' + --data '{"event_type": "Start Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}' receiver: if: github.event.action == 'Workflow Response' From 818ecd15d9b25b1773b18a2550849859c1f33503 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 May 2023 15:38:31 -0300 Subject: [PATCH 1103/1768] update 64 dispatch workflow Signed-off-by: Guillaume Falourd --- .github/workflows/64-initiator.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/64-initiator.yml b/.github/workflows/64-initiator.yml index daf54613b6..a61b186391 100644 --- a/.github/workflows/64-initiator.yml +++ b/.github/workflows/64-initiator.yml @@ -7,15 +7,6 @@ on: repository_dispatch: jobs: - github-context: - name: job-context - runs-on: ubuntu-latest - steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJSON(github) }} - run: echo "$GITHUB_CONTEXT" - producer: if: github.event.action != 'Workflow Response' runs-on: ubuntu-latest From 72e538062414e2192141a29594d6c0549c3d5490 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 29 May 2023 15:47:08 -0300 Subject: [PATCH 1104/1768] update 64 dispatch workflow Signed-off-by: Guillaume Falourd --- .github/workflows/64-initiator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/64-initiator.yml b/.github/workflows/64-initiator.yml index a61b186391..a82cc52d94 100644 --- a/.github/workflows/64-initiator.yml +++ b/.github/workflows/64-initiator.yml @@ -1,7 +1,7 @@ name: 64 - Initiator on: - workflow_dispatch: + # workflow_dispatch: schedule: - cron: '0 1 * * MON-FRI' # Runs at 1:00 UTC repository_dispatch: From a122cbff36bc2fc9b3a6397512e5392bc472d3b2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 30 May 2023 06:22:32 +0000 Subject: [PATCH 1105/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d4390f8386..8ff40ed916 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 29 01:34:51 UTC 2023 +Tue May 30 01:34:59 UTC 2023 From a8200ffbac38eb385a3e0ec051dc074a0a57d553 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 31 May 2023 06:23:56 +0000 Subject: [PATCH 1106/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8ff40ed916..5e69c38aa3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 30 01:34:59 UTC 2023 +Wed May 31 01:44:45 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e464f553f9..d2b75e6dc9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 29 06:22:56 UTC 2023 +Tue May 30 06:21:28 UTC 2023 From a6c68ec46570b23b879bafd0f1d6af05726f1b0d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:20:24 -0300 Subject: [PATCH 1107/1768] Create workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/workflow-tester82.yaml diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/.github/workflows/workflow-tester82.yaml @@ -0,0 +1 @@ + From b55c2b59b3f817b61fadbc0e3d36708cae3faac0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:21:35 -0300 Subject: [PATCH 1108/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index 8b13789179..297ad54832 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -1 +1,24 @@ +name: Test 82 # Related to SO question https://stackoverflow.com/questions/76370265/how-to-interpolate-workflow-level-variable-into-another-workflow-level-variable +on: + workflow_dispatch: + +env: + APPNAME: 'myapp1' + APPURL: "https://mybank/$APPNAME/widgets/hello.json" # This won't work as expected + +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Check APPURL value + run: | + echo "${{env.APPURL}}" # Will return the string "https://mybank/$APPNAME/widgets/hello.json" instead of the concatenated value + + - name: Concatenate values to environment file + run: | + echo "URL=https://mybank/${{ env.APPNAME }}/widgets/hello.json" >> $GITHUB_ENV + + - name: Check environment variable is available + run: | + echo "${{ env.URL }}" # Should return https://mybank/myapp1/widgets/hello.json From 22b94b51c01f1009f5fc3011fa21dc85b8eff846 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:24:39 -0300 Subject: [PATCH 1109/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index 297ad54832..92cd784a0d 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check APPURL value run: | - echo "${{env.APPURL}}" # Will return the string "https://mybank/$APPNAME/widgets/hello.json" instead of the concatenated value + echo "APPURL is: ${{env.APPURL}}" # Will return the string "https://mybank/myapp1/widgets/hello.json" instead of the concatenated value - name: Concatenate values to environment file run: | @@ -22,3 +22,15 @@ jobs: - name: Check environment variable is available run: | echo "${{ env.URL }}" # Should return https://mybank/myapp1/widgets/hello.json + + test: + runs-on: windows-latest + steps: + - name: Print variables (Powershell) + run: | + echo "APPURL is: ${{ env.APPURL }}" + shell: bash + - name: Print variables (Bash) + run: | + echo "APPURL is: ${{ env.APPURL }}" + shell: bash From c8352d8f5bdead16e4928f067c3a96d85499542e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:30:18 -0300 Subject: [PATCH 1110/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index 92cd784a0d..646678f1ef 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check APPURL value run: | - echo "APPURL is: ${{env.APPURL}}" # Will return the string "https://mybank/myapp1/widgets/hello.json" instead of the concatenated value + echo "APPURL is: ${{env.APPURL}}" # Will return the string "https://mybank/myapp1/widgets/hello.json" - name: Concatenate values to environment file run: | From b3facd7beaea8f086fe8b242119667f12051bc9a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:30:26 -0300 Subject: [PATCH 1111/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index 646678f1ef..e7b0e5efc2 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -5,7 +5,7 @@ on: env: APPNAME: 'myapp1' - APPURL: "https://mybank/$APPNAME/widgets/hello.json" # This won't work as expected + APPURL: "https://mybank/$APPNAME/widgets/hello.json" jobs: run: From 9e672fcad4340ac9d963da5c4f847fba9b2a9f1f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:30:42 -0300 Subject: [PATCH 1112/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index e7b0e5efc2..0dcd828f64 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -29,7 +29,6 @@ jobs: - name: Print variables (Powershell) run: | echo "APPURL is: ${{ env.APPURL }}" - shell: bash - name: Print variables (Bash) run: | echo "APPURL is: ${{ env.APPURL }}" From 6a526742b1fa41ce1cb2d8fd2eb1043d28eb5f4a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:40:51 -0300 Subject: [PATCH 1113/1768] Update workflow-tester82.yaml --- .github/workflows/workflow-tester82.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yaml index 0dcd828f64..a4d8e8a96a 100644 --- a/.github/workflows/workflow-tester82.yaml +++ b/.github/workflows/workflow-tester82.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check APPURL value run: | - echo "APPURL is: ${{env.APPURL}}" # Will return the string "https://mybank/myapp1/widgets/hello.json" + echo "APPURL is: ${{env.APPURL}}" # Will return "https://mybank/myapp1/widgets/hello.json" - name: Concatenate values to environment file run: | @@ -21,15 +21,15 @@ jobs: - name: Check environment variable is available run: | - echo "${{ env.URL }}" # Should return https://mybank/myapp1/widgets/hello.json + echo "${{ env.URL }}" # Will return https://mybank/myapp1/widgets/hello.json test: runs-on: windows-latest steps: - name: Print variables (Powershell) run: | - echo "APPURL is: ${{ env.APPURL }}" + echo "APPURL is: ${{ env.APPURL }}" # Will return https://mybank//widgets/hello.json - name: Print variables (Bash) run: | - echo "APPURL is: ${{ env.APPURL }}" + echo "APPURL is: ${{ env.APPURL }}" # Will return https://mybank/myapp1/widgets/hello.json shell: bash From 151154aff1a028b70a3f7e06776427ce7928eb53 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:47:05 -0300 Subject: [PATCH 1114/1768] Create workflow-tester83.yml --- .github/workflows/workflow-tester83.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/workflow-tester83.yml diff --git a/.github/workflows/workflow-tester83.yml b/.github/workflows/workflow-tester83.yml new file mode 100644 index 0000000000..a4735b5314 --- /dev/null +++ b/.github/workflows/workflow-tester83.yml @@ -0,0 +1,23 @@ +name: Test 83 # Related to SO question https://stackoverflow.com/questions/76372158/in-github-action-can-i-set-a-condition-to-initialize-a-step-input + +on: + workflow_dispatch: + inputs: + my-input-dispatch: + description: 'Test input' + required: false + default: '' + +env: + my-input: ${{ inputs.my-input-dispatch != '' && inputs.my-input-dispatch }} + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo ${{ env.my-input }} +# - name: Test gh action 5 +# uses: ./.github/actions/test-input +# with: +# my-input-with-default: ${{ env.my-input }} From b79e5c83314f152efb11508653ec703df18e0aab Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:47:50 -0300 Subject: [PATCH 1115/1768] Create action.yml --- .github/workflows/test-action/action.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/test-action/action.yml diff --git a/.github/workflows/test-action/action.yml b/.github/workflows/test-action/action.yml new file mode 100644 index 0000000000..67c419ffb7 --- /dev/null +++ b/.github/workflows/test-action/action.yml @@ -0,0 +1,19 @@ +name: 'Test Input' +description: 'Test input values' + +inputs: + my-input-with-default: + description: 'Input with a default' + default: 'default value' + required: false + +runs: + using: 'composite' + steps: + - name: Test Input with default + if: ${{ inputs.my-input-with-default }} + shell: bash + run: | + #!/usr/bin/env bash + set -euo pipefail + echo "my-input-with-default: '${{ inputs.my-input-with-default }}'" From 21d0c3ab9b57eb8b492a1428037a1f81eecea96d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:48:01 -0300 Subject: [PATCH 1116/1768] Rename action.yml to action.yaml --- .github/workflows/test-action/{action.yml => action.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/test-action/{action.yml => action.yaml} (100%) diff --git a/.github/workflows/test-action/action.yml b/.github/workflows/test-action/action.yaml similarity index 100% rename from .github/workflows/test-action/action.yml rename to .github/workflows/test-action/action.yaml From 14ba47f074e198b96c8bf111f088c5dc0c47fe09 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:48:28 -0300 Subject: [PATCH 1117/1768] Update workflow-tester83.yml --- .github/workflows/workflow-tester83.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester83.yml b/.github/workflows/workflow-tester83.yml index a4735b5314..8fc1690195 100644 --- a/.github/workflows/workflow-tester83.yml +++ b/.github/workflows/workflow-tester83.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v3 - run: echo ${{ env.my-input }} # - name: Test gh action 5 -# uses: ./.github/actions/test-input +# uses: ./.github/actions/test-action # with: # my-input-with-default: ${{ env.my-input }} From 80fa132114245a71ffe8780f450a41e707e5c618 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:54:18 -0300 Subject: [PATCH 1118/1768] Update workflow-tester83.yml --- .github/workflows/workflow-tester83.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester83.yml b/.github/workflows/workflow-tester83.yml index 8fc1690195..252d9a2420 100644 --- a/.github/workflows/workflow-tester83.yml +++ b/.github/workflows/workflow-tester83.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: echo ${{ env.my-input }} -# - name: Test gh action 5 -# uses: ./.github/actions/test-action -# with: -# my-input-with-default: ${{ env.my-input }} + - name: Test gh action 5 + uses: ./.github/actions/test-action + with: + my-input-with-default: ${{ env.my-input }} From ce8dce8c8102ea36ad5bf617f52ab4f999e4f88b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:55:25 -0300 Subject: [PATCH 1119/1768] Update workflow-tester83.yml --- .github/workflows/workflow-tester83.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester83.yml b/.github/workflows/workflow-tester83.yml index 252d9a2420..6cbe90862f 100644 --- a/.github/workflows/workflow-tester83.yml +++ b/.github/workflows/workflow-tester83.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v3 - run: echo ${{ env.my-input }} - name: Test gh action 5 - uses: ./.github/actions/test-action + uses: ./.github/test-action with: my-input-with-default: ${{ env.my-input }} From c77d0516711fb8e024085e3c3ad5d276da77bf0f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 31 May 2023 08:56:20 -0300 Subject: [PATCH 1120/1768] Update workflow-tester83.yml --- .github/workflows/workflow-tester83.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester83.yml b/.github/workflows/workflow-tester83.yml index 6cbe90862f..a0e9df3774 100644 --- a/.github/workflows/workflow-tester83.yml +++ b/.github/workflows/workflow-tester83.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v3 - run: echo ${{ env.my-input }} - name: Test gh action 5 - uses: ./.github/test-action + uses: ./.github/workflows/test-action with: my-input-with-default: ${{ env.my-input }} From eafbda47cd3fdd31dfe601c3e9ccb21a69fa68f7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 1 Jun 2023 06:23:53 +0000 Subject: [PATCH 1121/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5e69c38aa3..1970b11236 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 31 01:44:45 UTC 2023 +Thu Jun 1 02:03:48 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d2b75e6dc9..983bc34a5b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 30 06:21:28 UTC 2023 +Thu Jun 1 06:22:48 UTC 2023 From a4ed5fd8d3409b80499f98002534e01cd5d1841b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 2 Jun 2023 06:22:23 +0000 Subject: [PATCH 1122/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1970b11236..d2105cf995 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 1 02:03:48 UTC 2023 +Fri Jun 2 01:46:39 UTC 2023 From bcb12ed5cc1f357b6b46872c5974ebc81fbb3792 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 5 Jun 2023 06:23:22 +0000 Subject: [PATCH 1123/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d2105cf995..54d3564913 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 2 01:46:39 UTC 2023 +Mon Jun 5 01:45:59 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 983bc34a5b..1f2648e326 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 1 06:22:48 UTC 2023 +Fri Jun 2 06:21:24 UTC 2023 From 489e631b208014729baa9c025edaadab8700599b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Jun 2023 08:17:45 -0300 Subject: [PATCH 1124/1768] update 24 context workflow Signed-off-by: Guillaume Falourd --- .github/workflows/24-contexts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/24-contexts.yml b/.github/workflows/24-contexts.yml index 4c5b000c99..f25069be90 100644 --- a/.github/workflows/24-contexts.yml +++ b/.github/workflows/24-contexts.yml @@ -31,3 +31,15 @@ jobs: env: MATRIX_CONTEXT: ${{ toJSON(matrix) }} run: echo "$MATRIX_CONTEXT" + +# Testing comment on https://stackoverflow.com/questions/67503656/echo-github-action-environment-variables/67504712?noredirect=1#comment134718086_67504712 + context-variables: + runs-on: ubuntu-latest + steps: + - run: | + echo "GITHUB_REPOSITORY_OWNER: $GITHUB_REPOSITORY_OWNER" + echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY" + echo "github.repository: ${{ github.repository }}" + echo "github.repository_owner: ${{ github.repository_owner }}" + echo "GITHUB_REPOSITORY: $GITHUB.REPOSITORY" + echo "GITHUB.REPOSITORY_OWNER: $GITHUB.REPOSITORY_OWNER" \ No newline at end of file From 168ab55032adb9282bbfc44bd2e5ad6cc05c803e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 5 Jun 2023 08:18:41 -0300 Subject: [PATCH 1125/1768] update 24 context workflow Signed-off-by: Guillaume Falourd --- .github/workflows/24-contexts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/24-contexts.yml b/.github/workflows/24-contexts.yml index f25069be90..7400e566e2 100644 --- a/.github/workflows/24-contexts.yml +++ b/.github/workflows/24-contexts.yml @@ -41,5 +41,5 @@ jobs: echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY" echo "github.repository: ${{ github.repository }}" echo "github.repository_owner: ${{ github.repository_owner }}" - echo "GITHUB_REPOSITORY: $GITHUB.REPOSITORY" + echo "GITHUB.REPOSITORY: $GITHUB.REPOSITORY" echo "GITHUB.REPOSITORY_OWNER: $GITHUB.REPOSITORY_OWNER" \ No newline at end of file From 248af6811ce76bfb428d4df3058144cad02b6800 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 6 Jun 2023 06:22:47 +0000 Subject: [PATCH 1126/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 54d3564913..da1cfc546a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 5 01:45:59 UTC 2023 +Tue Jun 6 01:48:01 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1f2648e326..330c22ca72 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 2 06:21:24 UTC 2023 +Tue Jun 6 06:21:33 UTC 2023 From dc921f783415cc8f9c10226f7502e62ac36eb534 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 7 Jun 2023 06:22:54 +0000 Subject: [PATCH 1127/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index da1cfc546a..730074b264 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 6 01:48:01 UTC 2023 +Wed Jun 7 01:49:31 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 330c22ca72..390ead6e72 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 6 06:21:33 UTC 2023 +Wed Jun 7 06:21:41 UTC 2023 From 8644ef6c9f203fbcf7a81451cbdb6d5f926f01d8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Jun 2023 06:23:48 +0000 Subject: [PATCH 1128/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 730074b264..7a89687bf2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 7 01:49:31 UTC 2023 +Thu Jun 8 01:46:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 390ead6e72..0a644319ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 7 06:21:41 UTC 2023 +Thu Jun 8 06:22:30 UTC 2023 From 4f3978c5a465041c77d8cc6b5637ae1c36d0bf53 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 9 Jun 2023 06:22:47 +0000 Subject: [PATCH 1129/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a89687bf2..6180bd6eef 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 8 01:46:25 UTC 2023 +Fri Jun 9 01:46:37 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0a644319ca..15bd1f1767 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 8 06:22:30 UTC 2023 +Fri Jun 9 06:22:12 UTC 2023 From 7d1f1ab9a4893edf06111c133817a445bdfb4f7f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 12 Jun 2023 06:23:07 +0000 Subject: [PATCH 1130/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6180bd6eef..2d6badd59e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 9 01:46:37 UTC 2023 +Mon Jun 12 01:46:16 UTC 2023 From 8557eb9ebbf589231b48a1d5b01baf5acc559f56 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 13 Jun 2023 06:23:09 +0000 Subject: [PATCH 1131/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2d6badd59e..23a713c61f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 12 01:46:16 UTC 2023 +Tue Jun 13 01:40:26 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 15bd1f1767..8853f82627 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 9 06:22:12 UTC 2023 +Tue Jun 13 06:21:45 UTC 2023 From eb22c66d69b7a58ee42a995558fb04eb2f3491bc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 14 Jun 2023 06:22:53 +0000 Subject: [PATCH 1132/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 23a713c61f..a828c7800b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 13 01:40:26 UTC 2023 +Wed Jun 14 01:39:29 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8853f82627..e4b2f359b3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 13 06:21:45 UTC 2023 +Wed Jun 14 06:21:30 UTC 2023 From 280248c85f76e169ce9a009728403cbc66a22c72 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Jun 2023 06:23:13 +0000 Subject: [PATCH 1133/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a828c7800b..fa15e24d0c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 14 01:39:29 UTC 2023 +Thu Jun 15 01:37:43 UTC 2023 From d85c7ae11e2f9673196cd54776ae9699d66b836a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 16 Jun 2023 06:22:26 +0000 Subject: [PATCH 1134/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fa15e24d0c..1cbc7d776c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 15 01:37:43 UTC 2023 +Fri Jun 16 01:39:32 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e4b2f359b3..3feafae632 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 14 06:21:30 UTC 2023 +Thu Jun 15 06:22:21 UTC 2023 From 2c2a8489edbbbfa175aeadf65b5dd62cb87d0fc9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 19 Jun 2023 06:23:26 +0000 Subject: [PATCH 1135/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1cbc7d776c..664e357401 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 16 01:39:32 UTC 2023 +Mon Jun 19 01:39:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3feafae632..027ca70eb0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 15 06:22:21 UTC 2023 +Fri Jun 16 06:21:59 UTC 2023 From 4ae0ecb28b40c7bb698ea6e10b724122a66b200a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 20 Jun 2023 06:23:11 +0000 Subject: [PATCH 1136/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 664e357401..76cd6474fa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 19 01:39:35 UTC 2023 +Tue Jun 20 01:34:39 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 027ca70eb0..119bfe569a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 16 06:21:59 UTC 2023 +Mon Jun 19 06:22:59 UTC 2023 From ade3b79428e66411cb71015de1a7badb47d96f48 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 21 Jun 2023 06:25:21 +0000 Subject: [PATCH 1137/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 76cd6474fa..99eb51c995 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 20 01:34:39 UTC 2023 +Wed Jun 21 01:36:08 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 119bfe569a..b7390f7c4b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 19 06:22:59 UTC 2023 +Wed Jun 21 06:22:10 UTC 2023 From 57a243d3110219524fd4cee4792e8d503d5b7640 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 22 Jun 2023 06:22:25 +0000 Subject: [PATCH 1138/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 99eb51c995..129266f5d8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 21 01:36:08 UTC 2023 +Thu Jun 22 01:40:43 UTC 2023 From 840a7460dc7cdd7cad7da9840886c7aee2362f2c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 23 Jun 2023 06:27:16 +0000 Subject: [PATCH 1139/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 129266f5d8..f111bf4213 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 22 01:40:43 UTC 2023 +Fri Jun 23 01:50:02 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b7390f7c4b..9a4d76b21b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 21 06:22:10 UTC 2023 +Thu Jun 22 06:22:02 UTC 2023 From 3b99d97f27c2828bf666d13dfd4549ff230bafc1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Jun 2023 06:27:31 +0000 Subject: [PATCH 1140/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f111bf4213..9499c102cb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 23 01:50:02 UTC 2023 +Mon Jun 26 01:54:03 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9a4d76b21b..4cc65325c3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 22 06:22:02 UTC 2023 +Fri Jun 23 06:26:08 UTC 2023 From 1ea05f698c7c2ccc2c4af23bf7ff36932258180c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Jun 2023 06:26:10 +0000 Subject: [PATCH 1141/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9499c102cb..58765571ad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 26 01:54:03 UTC 2023 +Tue Jun 27 01:52:09 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4cc65325c3..23f547b89e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 23 06:26:08 UTC 2023 +Mon Jun 26 06:26:35 UTC 2023 From ce58a765ce915abf1350fef1543a38e8bb086df2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Jun 2023 06:26:41 +0000 Subject: [PATCH 1142/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 58765571ad..e34889db49 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 27 01:52:09 UTC 2023 +Wed Jun 28 01:51:13 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 23f547b89e..508f3d4c56 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 26 06:26:35 UTC 2023 +Tue Jun 27 06:25:39 UTC 2023 From 2b02050e40a0ed3de6a634b704985d94355956f7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Jun 2023 06:26:29 +0000 Subject: [PATCH 1143/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e34889db49..b11afb350e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 28 01:51:13 UTC 2023 +Thu Jun 29 01:46:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 508f3d4c56..1c94f7b0b1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 27 06:25:39 UTC 2023 +Wed Jun 28 06:25:44 UTC 2023 From 68b145b6cd32d6d30ff75a2b5678b438d959dc61 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 30 Jun 2023 06:24:57 +0000 Subject: [PATCH 1144/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b11afb350e..e338fab542 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 29 01:46:49 UTC 2023 +Fri Jun 30 01:45:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1c94f7b0b1..5a96dc4bac 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 28 06:25:44 UTC 2023 +Thu Jun 29 06:25:38 UTC 2023 From 04c815b85e536c6cc8f1be3c2858b61adecd3c79 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:14:57 -0300 Subject: [PATCH 1145/1768] add workflow tester 84 Signed-off-by: Guillaume Falourd --- ...ow-tester82.yaml => workflow-tester82.yml} | 0 .github/workflows/workflow-tester84.yml | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+) rename .github/workflows/{workflow-tester82.yaml => workflow-tester82.yml} (100%) create mode 100644 .github/workflows/workflow-tester84.yml diff --git a/.github/workflows/workflow-tester82.yaml b/.github/workflows/workflow-tester82.yml similarity index 100% rename from .github/workflows/workflow-tester82.yaml rename to .github/workflows/workflow-tester82.yml diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml new file mode 100644 index 0000000000..dcf6c43971 --- /dev/null +++ b/.github/workflows/workflow-tester84.yml @@ -0,0 +1,21 @@ +name: Test 84 # Related to SO question https://stackoverflow.com/questions/76588045/github-workflow-confused-about-tojson-and-fromjson-im-doing-a-json-ouput-and + +on: + push: + +jobs: + matrix: + runs-on: ubuntu-latest + name: Setup + outputs: + php-versions: ["7.4.10", "5.6.13", "7.4.33", "8.1"] + + build: + runs-on: ubuntu-latest + needs: matrix + strategy: + fail-fast: false + matrix: + version: ${{ fromJson(needs.matrix.outputs.php-versions) }} + steps: + - run: echo ${{ matrix.version }} From f994643f8a523554313c4ee10abaeb4a949d55b0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:16:25 -0300 Subject: [PATCH 1146/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index dcf6c43971..8fe4838b18 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -9,6 +9,8 @@ jobs: name: Setup outputs: php-versions: ["7.4.10", "5.6.13", "7.4.33", "8.1"] + steps: + - run: echo TEST build: runs-on: ubuntu-latest From c12bfc7aff43d12d7344fef83ddb0eb4d38f675a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:18:02 -0300 Subject: [PATCH 1147/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 8fe4838b18..1c9e00e513 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -8,9 +8,10 @@ jobs: runs-on: ubuntu-latest name: Setup outputs: - php-versions: ["7.4.10", "5.6.13", "7.4.33", "8.1"] + php-versions: ${{ steps.array.outputs.array }} steps: - - run: echo TEST + - id: array + run: echo "array=["7.4.10", "5.6.13", "7.4.33", "8.1"]" >> $GITHUB_OUTPUT build: runs-on: ubuntu-latest From 47843378bd0da32f31893c2a521321734f89f3b2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:19:26 -0300 Subject: [PATCH 1148/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 1c9e00e513..68152b9a5f 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -19,6 +19,6 @@ jobs: strategy: fail-fast: false matrix: - version: ${{ fromJson(needs.matrix.outputs.php-versions) }} + version: ${{ needs.matrix.outputs.php-versions }} steps: - run: echo ${{ matrix.version }} From 0d5a3a8b779c186ca21fcb33b72fa2d9e1b4695f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:20:45 -0300 Subject: [PATCH 1149/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 68152b9a5f..f085ba86e9 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: Setup outputs: - php-versions: ${{ steps.array.outputs.array }} + php-versions: ${{ toJson(steps.array.outputs.array) }} steps: - id: array run: echo "array=["7.4.10", "5.6.13", "7.4.33", "8.1"]" >> $GITHUB_OUTPUT @@ -19,6 +19,6 @@ jobs: strategy: fail-fast: false matrix: - version: ${{ needs.matrix.outputs.php-versions }} + version: ${{ fromJson(needs.matrix.outputs.php-version) }} steps: - run: echo ${{ matrix.version }} From ebc5bda18e022f63d1024f0ed3d1bc86553b6bf0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:21:47 -0300 Subject: [PATCH 1150/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index f085ba86e9..c522ee864c 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -11,7 +11,7 @@ jobs: php-versions: ${{ toJson(steps.array.outputs.array) }} steps: - id: array - run: echo "array=["7.4.10", "5.6.13", "7.4.33", "8.1"]" >> $GITHUB_OUTPUT + run: echo "array='["7.4.10", "5.6.13", "7.4.33", "8.1"]'" >> $GITHUB_OUTPUT build: runs-on: ubuntu-latest From b8551b43cdaf0a7c913ed2b8d2067b18e7cc40d0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:24:33 -0300 Subject: [PATCH 1151/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index c522ee864c..553a770a3c 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -8,10 +8,30 @@ jobs: runs-on: ubuntu-latest name: Setup outputs: - php-versions: ${{ toJson(steps.array.outputs.array) }} + php-versions: ${{ steps.array.outputs.array }} steps: - id: array - run: echo "array='["7.4.10", "5.6.13", "7.4.33", "8.1"]'" >> $GITHUB_OUTPUT + run: | + myArray=() + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.10") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("5.6.13") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.33") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("8.1") + fi + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated array list: $myArray" + echo "array=$myArray" >> $GITHUB_OUTPUT build: runs-on: ubuntu-latest From 12adf7a8d1f8046af981aa75b0cbfd397ba60d93 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:26:06 -0300 Subject: [PATCH 1152/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 553a770a3c..72b7a94823 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -6,7 +6,6 @@ on: jobs: matrix: runs-on: ubuntu-latest - name: Setup outputs: php-versions: ${{ steps.array.outputs.array }} steps: @@ -32,6 +31,7 @@ jobs: myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated array list: $myArray" echo "array=$myArray" >> $GITHUB_OUTPUT + shell: bash build: runs-on: ubuntu-latest @@ -39,6 +39,6 @@ jobs: strategy: fail-fast: false matrix: - version: ${{ fromJson(needs.matrix.outputs.php-version) }} + version: ${{ fromJSON(needs.matrix.outputs.php-version) }} steps: - run: echo ${{ matrix.version }} From 3b3172b5b39d85ab922ef21d88657e59bef7b6e4 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:28:21 -0300 Subject: [PATCH 1153/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 72b7a94823..3ede9da6b8 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -6,8 +6,8 @@ on: jobs: matrix: runs-on: ubuntu-latest - outputs: - php-versions: ${{ steps.array.outputs.array }} + setup: + versions: ${{ steps.array.outputs.array }} steps: - id: array run: | @@ -35,10 +35,10 @@ jobs: build: runs-on: ubuntu-latest - needs: matrix + needs: [setup] strategy: fail-fast: false matrix: - version: ${{ fromJSON(needs.matrix.outputs.php-version) }} + version: ${{ fromJSON(needs.setup.outputs.versions) }} steps: - run: echo ${{ matrix.version }} From ab3a7716276d15bf4d07a69ca57bd626f82581be Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:30:05 -0300 Subject: [PATCH 1154/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 3ede9da6b8..005ceae83a 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -7,7 +7,7 @@ jobs: matrix: runs-on: ubuntu-latest setup: - versions: ${{ steps.array.outputs.array }} + versions: ${{ toJSON('steps.array.outputs.array') }} steps: - id: array run: | From abb2c7f41c102b141d0cb464b4a79fdb8b37bf09 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:30:32 -0300 Subject: [PATCH 1155/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 005ceae83a..824d210867 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -4,10 +4,10 @@ on: push: jobs: - matrix: + setup: runs-on: ubuntu-latest - setup: - versions: ${{ toJSON('steps.array.outputs.array') }} + matrix: + versions: ${{ steps.array.outputs.array }} steps: - id: array run: | From 70a3711b6c34dfdbc313cca4842756551e51a56e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:30:55 -0300 Subject: [PATCH 1156/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 824d210867..5ed082b00b 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -6,7 +6,7 @@ on: jobs: setup: runs-on: ubuntu-latest - matrix: + outputs: versions: ${{ steps.array.outputs.array }} steps: - id: array From ef2a17e1dbae893aa6d8687af058ff021a001d75 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:39:40 -0300 Subject: [PATCH 1157/1768] add workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/workflow-tester85.yml diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml new file mode 100644 index 0000000000..22576fd115 --- /dev/null +++ b/.github/workflows/workflow-tester85.yml @@ -0,0 +1,44 @@ +name: Test 85 # Related to SO question https://stackoverflow.com/questions/76588045/github-workflow-confused-about-tojson-and-fromjson-im-doing-a-json-ouput-and + +on: + push: + +jobs: + setup: + runs-on: ubuntu-latest + outputs: + php-versions: '${{ toJson(["7.4.10", "5.6.13", "7.4.33", "8.1"]) }}' + steps: + - id: array + run: | + myArray=() + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.10") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("5.6.13") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.33") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("8.1") + fi + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated array list: $myArray" + echo "array=$myArray" >> $GITHUB_OUTPUT + shell: bash + + build: + runs-on: ubuntu-latest + needs: [setup] + strategy: + fail-fast: false + matrix: + version: ${{ fromJSON(needs.setup.outputs.php-versions) }} + steps: + - run: echo ${{ matrix.version }} From 6390e585b99cf4cd5809f48b916fde11e8cedc09 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:40:38 -0300 Subject: [PATCH 1158/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index 22576fd115..a26f9f9f17 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -7,7 +7,7 @@ jobs: setup: runs-on: ubuntu-latest outputs: - php-versions: '${{ toJson(["7.4.10", "5.6.13", "7.4.33", "8.1"]) }}' + php-versions: '${{ toJson(\\["7.4.10", "5.6.13", "7.4.33", "8.1"\\]) }}' steps: - id: array run: | From f2c10ca308ca5f8de965ac2910614e138696abbf Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:42:16 -0300 Subject: [PATCH 1159/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index a26f9f9f17..f7a15f3da0 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -7,7 +7,7 @@ jobs: setup: runs-on: ubuntu-latest outputs: - php-versions: '${{ toJson(\\["7.4.10", "5.6.13", "7.4.33", "8.1"\\]) }}' + php-versions: '${{ toJson("["7.4.10", "5.6.13", "7.4.33", "8.1"]") }}' steps: - id: array run: | From ee70034e65ece98c2bfc75a5765a68c43c2cdff0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:42:50 -0300 Subject: [PATCH 1160/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index f7a15f3da0..b399f332b6 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -6,8 +6,10 @@ on: jobs: setup: runs-on: ubuntu-latest + env: + json: ["7.4.10", "5.6.13", "7.4.33", "8.1"] outputs: - php-versions: '${{ toJson("["7.4.10", "5.6.13", "7.4.33", "8.1"]") }}' + php-versions: '${{ toJson(env.json) }}' steps: - id: array run: | From a4c9b4cc9818efc176ff2132e84cc601040be331 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:43:39 -0300 Subject: [PATCH 1161/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index b399f332b6..9678c1353c 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -7,9 +7,9 @@ jobs: setup: runs-on: ubuntu-latest env: - json: ["7.4.10", "5.6.13", "7.4.33", "8.1"] + json: ${{ toJSON(["7.4.10", "5.6.13", "7.4.33", "8.1"]) }} outputs: - php-versions: '${{ toJson(env.json) }}' + php-versions: ${{ env.json) }} steps: - id: array run: | From 680700b3a07adf2d4504dced2a75b860c4818c52 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:43:58 -0300 Subject: [PATCH 1162/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index 9678c1353c..ce7adf297e 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -7,7 +7,7 @@ jobs: setup: runs-on: ubuntu-latest env: - json: ${{ toJSON(["7.4.10", "5.6.13", "7.4.33", "8.1"]) }} + json: ${{ toJSON('["7.4.10", "5.6.13", "7.4.33", "8.1"]') }} outputs: php-versions: ${{ env.json) }} steps: From 0f490d282117f1b09ed3fe42bf0188b50d3d0245 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:44:22 -0300 Subject: [PATCH 1163/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index ce7adf297e..c3d19f96a9 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -9,7 +9,7 @@ jobs: env: json: ${{ toJSON('["7.4.10", "5.6.13", "7.4.33", "8.1"]') }} outputs: - php-versions: ${{ env.json) }} + php-versions: ${{ env.json }} steps: - id: array run: | From 8617575910056f7ca1b26f7229cc9991c0ec5f31 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:46:50 -0300 Subject: [PATCH 1164/1768] remove workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 46 ------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/workflows/workflow-tester85.yml diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml deleted file mode 100644 index c3d19f96a9..0000000000 --- a/.github/workflows/workflow-tester85.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Test 85 # Related to SO question https://stackoverflow.com/questions/76588045/github-workflow-confused-about-tojson-and-fromjson-im-doing-a-json-ouput-and - -on: - push: - -jobs: - setup: - runs-on: ubuntu-latest - env: - json: ${{ toJSON('["7.4.10", "5.6.13", "7.4.33", "8.1"]') }} - outputs: - php-versions: ${{ env.json }} - steps: - - id: array - run: | - myArray=() - if [ "true" = "true" ] # some condition - then - myArray+=("7.4.10") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("5.6.13") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("7.4.33") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("8.1") - fi - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - echo "Updated array list: $myArray" - echo "array=$myArray" >> $GITHUB_OUTPUT - shell: bash - - build: - runs-on: ubuntu-latest - needs: [setup] - strategy: - fail-fast: false - matrix: - version: ${{ fromJSON(needs.setup.outputs.php-versions) }} - steps: - - run: echo ${{ matrix.version }} From 84d533482cd52181c0bf4172a5154e06d4ebd977 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:47:06 -0300 Subject: [PATCH 1165/1768] update workflow tester 84 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester84.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester84.yml b/.github/workflows/workflow-tester84.yml index 5ed082b00b..ff6a847d98 100644 --- a/.github/workflows/workflow-tester84.yml +++ b/.github/workflows/workflow-tester84.yml @@ -1,7 +1,7 @@ name: Test 84 # Related to SO question https://stackoverflow.com/questions/76588045/github-workflow-confused-about-tojson-and-fromjson-im-doing-a-json-ouput-and on: - push: + workflow_dispatch: jobs: setup: From 17b4209632f23c4646e1ff86e02789c36ece165b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:50:43 -0300 Subject: [PATCH 1166/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/workflow-tester85.yml diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml new file mode 100644 index 0000000000..9322723420 --- /dev/null +++ b/.github/workflows/workflow-tester85.yml @@ -0,0 +1,44 @@ +name: Test 85 # Related to SO question https://stackoverflow.com/questions/76586717/github-actions-how-to-trigger-a-reusable-workflow-by-condition-of-a-matrix-valu +on: + workflow_dispatch: + +jobs: + setup: + runs-on: ubuntu-latest + outputs: + versions: ${{ steps.array.outputs.array }} + steps: + - id: array + run: | + myArray=() + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.10") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("5.6.13") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("7.4.33") + fi + if [ "true" = "true" ] # some condition + then + myArray+=("8.1") + fi + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated array list: $myArray" + echo "array=$myArray" >> $GITHUB_OUTPUT + shell: bash + + build: + runs-on: ubuntu-latest + needs: [setup] + strategy: + fail-fast: false + matrix: + version: ${{ fromJSON(needs.setup.outputs.versions) }} + if: ${{ matrix.version == '8.1 }} + steps: + - run: echo ${{ matrix.version }} From d30d93b541be8bda5e9fc6c017d8254100059057 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:51:35 -0300 Subject: [PATCH 1167/1768] update workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index 9322723420..8d688f9369 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -39,6 +39,6 @@ jobs: fail-fast: false matrix: version: ${{ fromJSON(needs.setup.outputs.versions) }} - if: ${{ matrix.version == '8.1 }} + if: ${{ matrix.version == '8.1' }} steps: - run: echo ${{ matrix.version }} From 6af40d6797643fc4e8f817f44d11d6315a1241cd Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 30 Jun 2023 08:56:19 -0300 Subject: [PATCH 1168/1768] remove workflow tester 85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 44 ------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .github/workflows/workflow-tester85.yml diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml deleted file mode 100644 index 8d688f9369..0000000000 --- a/.github/workflows/workflow-tester85.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Test 85 # Related to SO question https://stackoverflow.com/questions/76586717/github-actions-how-to-trigger-a-reusable-workflow-by-condition-of-a-matrix-valu -on: - workflow_dispatch: - -jobs: - setup: - runs-on: ubuntu-latest - outputs: - versions: ${{ steps.array.outputs.array }} - steps: - - id: array - run: | - myArray=() - if [ "true" = "true" ] # some condition - then - myArray+=("7.4.10") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("5.6.13") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("7.4.33") - fi - if [ "true" = "true" ] # some condition - then - myArray+=("8.1") - fi - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - echo "Updated array list: $myArray" - echo "array=$myArray" >> $GITHUB_OUTPUT - shell: bash - - build: - runs-on: ubuntu-latest - needs: [setup] - strategy: - fail-fast: false - matrix: - version: ${{ fromJSON(needs.setup.outputs.versions) }} - if: ${{ matrix.version == '8.1' }} - steps: - - run: echo ${{ matrix.version }} From fb3d87e068a146ed1d59c6541e2bcceaa53c4b32 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Jul 2023 06:25:54 +0000 Subject: [PATCH 1169/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e338fab542..e9d8df77f6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 30 01:45:46 UTC 2023 +Mon Jul 3 01:50:29 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5a96dc4bac..82ab014a53 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 29 06:25:38 UTC 2023 +Fri Jun 30 06:24:31 UTC 2023 From 18d2cc0b75105b3e5b5040a3daede025dc7fe079 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 4 Jul 2023 06:27:20 +0000 Subject: [PATCH 1170/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e9d8df77f6..719adbfc92 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 3 01:50:29 UTC 2023 +Tue Jul 4 01:51:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 82ab014a53..ad59122076 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 30 06:24:31 UTC 2023 +Mon Jul 3 06:25:28 UTC 2023 From 8597e025f421b412b26c4e8c77a92345b67e7d84 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jul 2023 06:27:22 +0000 Subject: [PATCH 1171/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 719adbfc92..cdf11fbbc8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 4 01:51:21 UTC 2023 +Wed Jul 5 01:49:13 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ad59122076..eca82c58a1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 3 06:25:28 UTC 2023 +Tue Jul 4 06:26:23 UTC 2023 From 93918e83aa9aca951d08f0bb77eca2f8c8866a27 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jul 2023 06:26:51 +0000 Subject: [PATCH 1172/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cdf11fbbc8..6e4231e97b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 5 01:49:13 UTC 2023 +Thu Jul 6 01:51:59 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index eca82c58a1..2d4c519266 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 4 06:26:23 UTC 2023 +Wed Jul 5 06:26:43 UTC 2023 From da6b12ed1955fbd0a054f58253f8642207ef5d78 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jul 2023 11:27:07 +0000 Subject: [PATCH 1173/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/auto-accept-collabs.yml | 4 ++-- backup/commit-and-push-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/auto-accept-collabs.yml b/backup/.github/workflows/auto-accept-collabs.yml index 825419bbe9..f5c8e2266f 100644 --- a/backup/.github/workflows/auto-accept-collabs.yml +++ b/backup/.github/workflows/auto-accept-collabs.yml @@ -11,6 +11,6 @@ jobs: - name: Fetching Local Repository uses: actions/checkout@v3 - name: Auto Accept Collabs - uses: kbrashears5/github-action-auto-accept-collabs@v1.0.0 + uses: kbrashears5/github-action-auto-accept-collabs@857db86b3be636b6dedcb36726ec97e0139dc7d7 with: - TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file + TOKEN: ${{ secrets.ACCESS_TOKEN }} diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index b2065453b5..27e833f48f 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:37:52 UTC 2022 +Thu Jul 6 11:27:01 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2d4c519266..678df34cce 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 5 06:26:43 UTC 2023 +Thu Jul 6 06:26:16 UTC 2023 From 45dc75648c5ed17c3508e37205fc731dc67c0d98 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jul 2023 11:30:31 +0000 Subject: [PATCH 1174/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/horusec-config.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 backup/horusec-config.json diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 27e833f48f..b2065453b5 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:27:01 UTC 2023 +Thu Nov 17 14:37:52 UTC 2022 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index f77ff98689..16c22dfd6c 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu May 25 17:15:16 UTC 2023 +Thu Jul 6 11:27:18 UTC 2023 diff --git a/backup/horusec-config.json b/backup/horusec-config.json new file mode 100644 index 0000000000..a5ef302fb4 --- /dev/null +++ b/backup/horusec-config.json @@ -0,0 +1,3 @@ +{ + "horusecCliRiskAcceptHashes": ["2c9ed8f3c58de0cc0eb1ce8ac3d5d88f088eccd69938f4136de73600be6538ec"] +} From db0c5a91da42ddf9717c51de1c4ae59cd18166a8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jul 2023 11:37:55 +0000 Subject: [PATCH 1175/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/auto-accept-collabs.yml | 1 + backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backup/.github/workflows/auto-accept-collabs.yml b/backup/.github/workflows/auto-accept-collabs.yml index f5c8e2266f..4fab8ebb21 100644 --- a/backup/.github/workflows/auto-accept-collabs.yml +++ b/backup/.github/workflows/auto-accept-collabs.yml @@ -1,6 +1,7 @@ name: Auto Accept Collabs on: + workflow_dispatch: schedule: - cron: "0 1 * * MON-FRI" # Runs at 01:00 UTC diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index b2065453b5..4b4deaad0f 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Nov 17 14:37:52 UTC 2022 +Thu Jul 6 11:37:46 UTC 2023 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 16c22dfd6c..42df8d9a18 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:27:18 UTC 2023 +Thu Jul 6 11:37:10 UTC 2023 From 2690f1634b3004e2de48e2fdb01337d1d9642f61 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jul 2023 06:26:33 +0000 Subject: [PATCH 1176/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6e4231e97b..77e14d7f7f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 6 01:51:59 UTC 2023 +Fri Jul 7 01:50:28 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 678df34cce..c67ee1e663 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 6 06:26:16 UTC 2023 +Fri Jul 7 06:25:36 UTC 2023 From 54ae54ab72e4bf19c9d97175ede7004d4ef75a94 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jul 2023 06:26:33 +0000 Subject: [PATCH 1177/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 77e14d7f7f..ccb0587de4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 7 01:50:28 UTC 2023 +Mon Jul 10 01:51:40 UTC 2023 From 7db44ba7a5aab0402df33557dbc33e769a8282f0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 11 Jul 2023 06:25:38 +0000 Subject: [PATCH 1178/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ccb0587de4..94261c84ac 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 10 01:51:40 UTC 2023 +Tue Jul 11 01:42:44 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c67ee1e663..c8ab2f9447 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 7 06:25:36 UTC 2023 +Mon Jul 10 06:26:05 UTC 2023 From 5342ff326d4e540f43e6fea8be928832f04fd537 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Jul 2023 06:25:26 +0000 Subject: [PATCH 1179/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 94261c84ac..d23e56c0dd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 11 01:42:44 UTC 2023 +Wed Jul 12 01:51:12 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c8ab2f9447..229d321f04 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 10 06:26:05 UTC 2023 +Tue Jul 11 06:25:12 UTC 2023 From 7fba19482f98f3b69560c5e3485f308ba9a95082 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 13 Jul 2023 06:26:07 +0000 Subject: [PATCH 1180/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d23e56c0dd..7fcfd9f54b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 12 01:51:12 UTC 2023 +Thu Jul 13 01:53:22 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 229d321f04..b6e472e796 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 11 06:25:12 UTC 2023 +Wed Jul 12 06:24:56 UTC 2023 From 5f4f8448e5e7e11fe0d5992d3e5e6330d881fa0a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 14 Jul 2023 06:26:09 +0000 Subject: [PATCH 1181/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7fcfd9f54b..cdcda1ff1d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 13 01:53:22 UTC 2023 +Fri Jul 14 01:53:06 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b6e472e796..34a773acb4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 12 06:24:56 UTC 2023 +Thu Jul 13 06:25:13 UTC 2023 From 99a7caea6cf564abfb99000c6cb05e41878e98b9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Jul 2023 06:26:48 +0000 Subject: [PATCH 1182/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cdcda1ff1d..ea1225beab 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 14 01:53:06 UTC 2023 +Mon Jul 17 01:56:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 34a773acb4..c58426ce68 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 13 06:25:13 UTC 2023 +Fri Jul 14 06:25:37 UTC 2023 From d24467ce7f26faec87dca0c43957fa182cef1b04 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 18 Jul 2023 06:24:13 +0000 Subject: [PATCH 1183/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ea1225beab..34758242e8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 17 01:56:21 UTC 2023 +Tue Jul 18 02:01:18 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c58426ce68..facc15da69 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 14 06:25:37 UTC 2023 +Mon Jul 17 06:25:51 UTC 2023 From 3ef45a84f48b7dd9b3825c36575573adf6a603e1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Jul 2023 06:22:32 +0000 Subject: [PATCH 1184/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 34758242e8..6096719e94 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 18 02:01:18 UTC 2023 +Wed Jul 19 02:49:48 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index facc15da69..ad041fb3bb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 17 06:25:51 UTC 2023 +Tue Jul 18 06:23:13 UTC 2023 From ccb0ef776010e1ba5edf123e7f0d535c8e422bf5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jul 2023 06:23:01 +0000 Subject: [PATCH 1185/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6096719e94..716c9d2a73 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 19 02:49:48 UTC 2023 +Thu Jul 20 01:26:16 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ad041fb3bb..49ddc20355 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 18 06:23:13 UTC 2023 +Wed Jul 19 06:22:09 UTC 2023 From 6a772cba3588a2c861864cd68cc6057824bf513d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 21 Jul 2023 06:22:39 +0000 Subject: [PATCH 1186/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 716c9d2a73..27fd707c0d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 20 01:26:16 UTC 2023 +Fri Jul 21 01:33:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 49ddc20355..9e26b43ba1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 19 06:22:09 UTC 2023 +Thu Jul 20 06:22:07 UTC 2023 From e42b489b66f0247ab7a0b353ca42eab9c563ec27 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 24 Jul 2023 06:23:37 +0000 Subject: [PATCH 1187/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 27fd707c0d..ff33cf9244 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 21 01:33:35 UTC 2023 +Mon Jul 24 01:33:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9e26b43ba1..f121984042 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 20 06:22:07 UTC 2023 +Fri Jul 21 06:22:13 UTC 2023 From 8da629515c5a41708075d39433088f438a68510f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 25 Jul 2023 06:22:48 +0000 Subject: [PATCH 1188/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ff33cf9244..c036084b0e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 24 01:33:25 UTC 2023 +Tue Jul 25 01:42:54 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f121984042..1b3367298e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 21 06:22:13 UTC 2023 +Mon Jul 24 06:23:05 UTC 2023 From 36340ed9193430a63e86ac1c061e38e8add47861 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 26 Jul 2023 06:21:23 +0000 Subject: [PATCH 1189/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c036084b0e..983c033b25 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 25 01:42:54 UTC 2023 +Wed Jul 26 01:34:17 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1b3367298e..0554a3be5f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 24 06:23:05 UTC 2023 +Tue Jul 25 06:22:22 UTC 2023 From 86253ae04ae9ef86df3755e937018f82399b9047 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 27 Jul 2023 06:21:56 +0000 Subject: [PATCH 1190/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 983c033b25..cbc71b8ff9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 26 01:34:17 UTC 2023 +Thu Jul 27 01:16:52 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0554a3be5f..bae6a440b4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 25 06:22:22 UTC 2023 +Wed Jul 26 06:20:55 UTC 2023 From 8d79bb9706162ad195171e6f2526841285211135 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 28 Jul 2023 06:22:22 +0000 Subject: [PATCH 1191/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cbc71b8ff9..a6b97e142b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 27 01:16:52 UTC 2023 +Fri Jul 28 01:18:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bae6a440b4..f7bc981002 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 26 06:20:55 UTC 2023 +Thu Jul 27 06:21:34 UTC 2023 From a885b3f32bc3e887e16d4a3109bfdd26d9f49eab Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 31 Jul 2023 06:23:06 +0000 Subject: [PATCH 1192/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a6b97e142b..ae212b543f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 28 01:18:35 UTC 2023 +Mon Jul 31 01:22:38 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f7bc981002..3e61cd366f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 27 06:21:34 UTC 2023 +Fri Jul 28 06:21:24 UTC 2023 From 584523627bba1ee0c75d6fabae681dc7e9b9b542 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Aug 2023 06:23:37 +0000 Subject: [PATCH 1193/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ae212b543f..4ca271cbe8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 31 01:22:38 UTC 2023 +Tue Aug 1 01:35:40 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3e61cd366f..2d09394f27 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 28 06:21:24 UTC 2023 +Mon Jul 31 06:22:07 UTC 2023 From 401d018be469cbf586ec8e31734793902a08f51d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 2 Aug 2023 06:22:17 +0000 Subject: [PATCH 1194/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ca271cbe8..18d055700b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 1 01:35:40 UTC 2023 +Wed Aug 2 01:18:10 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2d09394f27..5281696a67 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 31 06:22:07 UTC 2023 +Tue Aug 1 06:23:02 UTC 2023 From 0e2c6d30cd33a2159e7e8c5f93bb63899bbd3ea5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Aug 2023 06:21:57 +0000 Subject: [PATCH 1195/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 18d055700b..d77fd9afda 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 2 01:18:10 UTC 2023 +Thu Aug 3 01:19:41 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5281696a67..8c33831d03 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 1 06:23:02 UTC 2023 +Wed Aug 2 06:21:12 UTC 2023 From 72ad691951aafb1a3202adbc27f50ed620675f2a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 4 Aug 2023 06:21:31 +0000 Subject: [PATCH 1196/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d77fd9afda..f90e56fffe 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 3 01:19:41 UTC 2023 +Fri Aug 4 01:21:38 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8c33831d03..51c6124c72 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 2 06:21:12 UTC 2023 +Thu Aug 3 06:21:04 UTC 2023 From 7d86159fd1164730d75bc6f07301b7180eca82a4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 7 Aug 2023 06:22:56 +0000 Subject: [PATCH 1197/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f90e56fffe..ce08f95451 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 4 01:21:38 UTC 2023 +Mon Aug 7 01:21:01 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 51c6124c72..c6a21fa742 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 3 06:21:04 UTC 2023 +Mon Aug 7 06:21:40 UTC 2023 From 884b37bd0e5aae56ccb3a050a24476413ae2f84f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 8 Aug 2023 06:21:19 +0000 Subject: [PATCH 1198/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ce08f95451..d99e9512a2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 7 01:21:01 UTC 2023 +Tue Aug 8 01:18:24 UTC 2023 From 1e2766ef6f6755edd79562d962c9e2521187419e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 9 Aug 2023 06:22:42 +0000 Subject: [PATCH 1199/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d99e9512a2..7b14ad8211 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 8 01:18:24 UTC 2023 +Wed Aug 9 01:22:13 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c6a21fa742..5a53907c72 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 7 06:21:40 UTC 2023 +Tue Aug 8 06:20:58 UTC 2023 From fa4b7cd4dcb4ab87fa8180d104d47762915e8859 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 10 Aug 2023 06:22:57 +0000 Subject: [PATCH 1200/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7b14ad8211..e7bf31c0e3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 9 01:22:13 UTC 2023 +Thu Aug 10 01:22:11 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5a53907c72..6557be23ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 8 06:20:58 UTC 2023 +Wed Aug 9 06:21:49 UTC 2023 From 95236517271b586f9adee727bd26c7d2b7d737e7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 11 Aug 2023 06:21:11 +0000 Subject: [PATCH 1201/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e7bf31c0e3..280da41f46 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 10 01:22:11 UTC 2023 +Fri Aug 11 01:07:09 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6557be23ca..1d1761de51 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 9 06:21:49 UTC 2023 +Thu Aug 10 06:21:51 UTC 2023 From b7ec5dc2b931040c18b73e3b0227f8471287fbf4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 14 Aug 2023 06:21:21 +0000 Subject: [PATCH 1202/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 280da41f46..dbd7b6288b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 11 01:07:09 UTC 2023 +Mon Aug 14 01:08:30 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1d1761de51..f62089fbd2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 10 06:21:51 UTC 2023 +Fri Aug 11 06:20:25 UTC 2023 From 3454ea334104045ffc579e459d1b05839e2e0a6e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 15 Aug 2023 06:21:22 +0000 Subject: [PATCH 1203/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dbd7b6288b..1693e020dd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 14 01:08:30 UTC 2023 +Tue Aug 15 01:07:48 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f62089fbd2..8388f51237 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 11 06:20:25 UTC 2023 +Mon Aug 14 06:20:58 UTC 2023 From 4f577052d75d4c1599be04175df49c2a6951e9a5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 16 Aug 2023 06:21:13 +0000 Subject: [PATCH 1204/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1693e020dd..a8ef20221e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 15 01:07:48 UTC 2023 +Wed Aug 16 01:07:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8388f51237..0180a34520 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 14 06:20:58 UTC 2023 +Tue Aug 15 06:20:24 UTC 2023 From 62650542532f67c9978dd95c22e971da951ef887 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Aug 2023 06:21:06 +0000 Subject: [PATCH 1205/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a8ef20221e..e0aaf70cc9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 16 01:07:35 UTC 2023 +Thu Aug 17 01:06:29 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0180a34520..a61d711a24 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 15 06:20:24 UTC 2023 +Wed Aug 16 06:20:40 UTC 2023 From aec32e5cbbadb24a3b51b6c92482a6996e2b5558 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 18 Aug 2023 06:21:25 +0000 Subject: [PATCH 1206/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e0aaf70cc9..366274672e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 17 01:06:29 UTC 2023 +Fri Aug 18 01:07:24 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a61d711a24..02aae1ed3a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 16 06:20:40 UTC 2023 +Thu Aug 17 06:20:31 UTC 2023 From c03d1fd934fe476986fd1efb1e55b1d87043d314 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 21 Aug 2023 06:22:09 +0000 Subject: [PATCH 1207/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 366274672e..eb799c1002 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 18 01:07:24 UTC 2023 +Mon Aug 21 01:07:39 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 02aae1ed3a..22d646a5ac 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 17 06:20:31 UTC 2023 +Fri Aug 18 06:20:32 UTC 2023 From 7b31e8587b975ddd5e6ba0a871eea8e21f555c75 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Aug 2023 08:35:37 -0300 Subject: [PATCH 1208/1768] add workflow-tester85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 29 +++++++++++++++++++++++++ scripts/list-output.py | 23 ++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/workflows/workflow-tester85.yml create mode 100644 scripts/list-output.py diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml new file mode 100644 index 0000000000..e166b8a2d4 --- /dev/null +++ b/.github/workflows/workflow-tester85.yml @@ -0,0 +1,29 @@ +name: Test 64 # Related to https://stackoverflow.com/questions/74125082/new-format-of-output-in-custom-github-actions-since-set-output-is-going-to-be-de + +on: + #push: + workflow_dispatch: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Checkout repository content + uses: actions/checkout@v3 # Checkout the repository content to github runner. + + - name: Setup Python Version + uses: actions/setup-python@v2 + with: + python-version: 3.8 # Install the python version needed + + - name: Execute Python script # Run the run.py to get the latest data + id: test1 + run: python new-output.py + + - name: Check output + run: | + echo ${{steps.test1.outputs.test}} + + - name: Check env + run: | + echo ${{env.TEST}} \ No newline at end of file diff --git a/scripts/list-output.py b/scripts/list-output.py new file mode 100644 index 0000000000..1c911e433c --- /dev/null +++ b/scripts/list-output.py @@ -0,0 +1,23 @@ +import os + +env_file = os.getenv('GITHUB_ENV') +output_file = os.getenv('GITHUB_OUTPUT') + +allRepos = [ + {"name":"repo1"}, + {"name":"repo2"}, + {"name":"repo3"}, +] + +allRepoNames=[] + +for repo in allRepos: + allRepoNames.append(repo['name']) + allRepoNamesList = ','.join(allRepoNames) + print("List:", allRepoNamesList) + +with open(env_file, "a") as myfile: + myfile.write(f"TEST={allRepoNamesList}") + +with open(output_file, "a") as myfile: + myfile.write(f"TEST={allRepoNamesList}") \ No newline at end of file From 0a9afb067f962a4b2da6d8006fc5c1e86263c5b8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Aug 2023 08:36:53 -0300 Subject: [PATCH 1209/1768] update workflow-tester85 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester85.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester85.yml b/.github/workflows/workflow-tester85.yml index e166b8a2d4..cad541292b 100644 --- a/.github/workflows/workflow-tester85.yml +++ b/.github/workflows/workflow-tester85.yml @@ -1,7 +1,7 @@ -name: Test 64 # Related to https://stackoverflow.com/questions/74125082/new-format-of-output-in-custom-github-actions-since-set-output-is-going-to-be-de +name: Test 85 # Related to https://stackoverflow.com/questions/76925353/invalid-syntax-on-github-output?noredirect=1#comment135621975_76925353 on: - #push: + push: workflow_dispatch: jobs: @@ -18,7 +18,7 @@ jobs: - name: Execute Python script # Run the run.py to get the latest data id: test1 - run: python new-output.py + run: python scripts/list-output.py - name: Check output run: | From c3820263672ac0ace8955ee0ae76f26a04b3c343 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 21 Aug 2023 17:03:41 -0300 Subject: [PATCH 1210/1768] add new script file Signed-off-by: Guillaume Falourd --- scripts/list-output2.py | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 scripts/list-output2.py diff --git a/scripts/list-output2.py b/scripts/list-output2.py new file mode 100644 index 0000000000..f9bbf2fb73 --- /dev/null +++ b/scripts/list-output2.py @@ -0,0 +1,43 @@ +import os +import urllib2 +import json + +repoResultsPerPage=100 +repoPageNumber=1 +gitHubOrganization='${{ inputs.organization }}' +token='${{ inputs.token }}' +allRepos = [] +allRepoNames = [] +allRepoNamesList = '' +output_file = os.getenv('GITHUB_OUTPUT') + +# URL to send the request to +url = '/api/v3/orgs/%s/repos?page=%s&per_page=%s' % (gitHubOrganization, repoPageNumber, repoResultsPerPage) + +# Custom headers to include in the request +headers = {'content-type': 'application/json', 'Authorization': 'token %s' % (token)} + +# Create a Request object with the URL and headers +req = urllib2.Request(url, headers=headers) + +# Send the request and store the response in a variable +response = urllib2.urlopen(req) + +# Read the response data +result = response.read() +while result != '[]': + print('PageNumber: %s' % (repoPageNumber)) + # Parse json + json_data = json.loads(result) + allRepos = allRepos + json_data + repoPageNumber = repoPageNumber + 1 + url = 'api/v3/orgs/%s/repos?page=%s&per_page=%s' % (gitHubOrganization, repoPageNumber, repoResultsPerPage) + req = urllib2.Request(url, headers=headers) + response = urllib2.urlopen(req) + result = response.read() +for repo in allRepos: + allRepoNames.append(repo['name']) + allRepoNamesList = ','.join(allRepoNames) + print("List:", allRepoNamesList) + with open(output_file, "a") as myfile: + myfile.write(f"TEST={allRepoNamesList}") \ No newline at end of file From 6540c0ddb0326658e5f40384cd9835ed64621d8a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 22 Aug 2023 06:22:22 +0000 Subject: [PATCH 1211/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index eb799c1002..353cfe4f71 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 21 01:07:39 UTC 2023 +Tue Aug 22 01:08:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 22d646a5ac..b250190dc4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 18 06:20:32 UTC 2023 +Tue Aug 22 06:20:51 UTC 2023 From c20512cdec9a04b9f59f78322c22c73b7771236c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 22 Aug 2023 11:34:02 -0300 Subject: [PATCH 1212/1768] add 65-sequential-matrix.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/65-sequential-matrix.yml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/65-sequential-matrix.yml diff --git a/.github/workflows/65-sequential-matrix.yml b/.github/workflows/65-sequential-matrix.yml new file mode 100644 index 0000000000..19d35d5565 --- /dev/null +++ b/.github/workflows/65-sequential-matrix.yml @@ -0,0 +1,37 @@ +name: 65 - Sequential Matrix + +on: + workflow_dispatch: + +jobs: + orchestration: + runs-on: ubuntu-latest + outputs: + tasks: ${{ steps.tasks.outputs.tasks }} + steps: + - name: Build Tasks Array + id: tasks + run: | + myArray=() + myArray+=("task1") + myArray+=("task2") + myArray+=("task3") + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated tasks list: $myArray" + echo "tasks=$myArray" >> $GITHUB_OUTPUT + shell: bash + + deploy: + runs-on: ubuntu-latest + strategy: + matrix: + stage: ${{ fromJSON(needs.orchestration.outputs.tasks) }} + fail-fast: true + max-parallel: 1 + # set the environment to use (environment must exist and be named the same as the stage here) + # environment: + # name: ${{ matrix.stage }} + steps: + # use environment specific secrets here for each stage + - name: Execute task ${{ matrix.stage }} + run: "Perform job executing task ${{ matrix.stage }}" \ No newline at end of file From 8acf25ac02eb9861b4f7cc8dabd42b4b8e347aa3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 22 Aug 2023 11:35:38 -0300 Subject: [PATCH 1213/1768] update 65-sequential-matrix.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/65-sequential-matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/65-sequential-matrix.yml b/.github/workflows/65-sequential-matrix.yml index 19d35d5565..80e457e226 100644 --- a/.github/workflows/65-sequential-matrix.yml +++ b/.github/workflows/65-sequential-matrix.yml @@ -23,6 +23,7 @@ jobs: deploy: runs-on: ubuntu-latest + needs: [orchestration] strategy: matrix: stage: ${{ fromJSON(needs.orchestration.outputs.tasks) }} From da6c34fce3ae943186ad128d61f054ede7d54770 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 22 Aug 2023 11:36:51 -0300 Subject: [PATCH 1214/1768] update 65-sequential-matrix.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/65-sequential-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/65-sequential-matrix.yml b/.github/workflows/65-sequential-matrix.yml index 80e457e226..a6e96a8d61 100644 --- a/.github/workflows/65-sequential-matrix.yml +++ b/.github/workflows/65-sequential-matrix.yml @@ -35,4 +35,4 @@ jobs: steps: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} - run: "Perform job executing task ${{ matrix.stage }}" \ No newline at end of file + run: echo "Perform job executing task ${{ matrix.stage }}" \ No newline at end of file From e04ad6fdc270c44085c2d8e90ed34cf0b6c1c18f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 22 Aug 2023 11:38:34 -0300 Subject: [PATCH 1215/1768] update 65-sequential-matrix.yaml Signed-off-by: Guillaume Falourd --- .github/workflows/65-sequential-matrix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/65-sequential-matrix.yml b/.github/workflows/65-sequential-matrix.yml index a6e96a8d61..15377ea9c9 100644 --- a/.github/workflows/65-sequential-matrix.yml +++ b/.github/workflows/65-sequential-matrix.yml @@ -35,4 +35,6 @@ jobs: steps: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} - run: echo "Perform job executing task ${{ matrix.stage }}" \ No newline at end of file + run: | + echo "Perform job executing task ${{ matrix.stage }}" + sleep 60 \ No newline at end of file From 3a912936aa199a4e5c409cb5dea8900097a10ef9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Aug 2023 06:21:40 +0000 Subject: [PATCH 1216/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 353cfe4f71..dad12682a3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 22 01:08:43 UTC 2023 +Wed Aug 23 01:07:37 UTC 2023 From 5674f2b5193fcd899179d3409d7304518c2f2e01 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Aug 2023 06:22:06 +0000 Subject: [PATCH 1217/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dad12682a3..9fc06e2c8b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 23 01:07:37 UTC 2023 +Thu Aug 24 01:07:33 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b250190dc4..a76951fe71 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 22 06:20:51 UTC 2023 +Thu Aug 24 06:21:01 UTC 2023 From 61ac826ebae0c65b2d238acfe5ccec7c0fed41ad Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Aug 2023 06:21:29 +0000 Subject: [PATCH 1218/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9fc06e2c8b..af7d2f935c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 24 01:07:33 UTC 2023 +Fri Aug 25 01:09:11 UTC 2023 From 05ffdac19c0ad4fae303c87687beaa834af8f879 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Aug 2023 06:22:31 +0000 Subject: [PATCH 1219/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index af7d2f935c..75d297777d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 25 01:09:11 UTC 2023 +Mon Aug 28 01:09:44 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a76951fe71..89c43a06ee 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 24 06:21:01 UTC 2023 +Fri Aug 25 06:21:07 UTC 2023 From 191d1458a9053431f7498a61156f4b6c7371c707 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 29 Aug 2023 06:22:26 +0000 Subject: [PATCH 1220/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 75d297777d..7a3429a870 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 28 01:09:44 UTC 2023 +Tue Aug 29 01:09:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 89c43a06ee..a4ecc4fd48 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 25 06:21:07 UTC 2023 +Mon Aug 28 06:21:55 UTC 2023 From 6468606a5aab13991dbfa1e8bbf14bb4a4ba4b9b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 29 Aug 2023 15:52:46 -0300 Subject: [PATCH 1221/1768] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9074e0e5fb..7dcf62ea80 100644 --- a/README.md +++ b/README.md @@ -294,3 +294,7 @@ Those workflows illustrate how to **trigger a release creation** (with tag based [![63 - Matrix folder](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/63-matrix-folder.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/63-matrix-folder.yml) This workflow illustrates how to identify updated folders to perfom a similar behavior based on the folder through a reusable workflow with a matrix strategy. + +[![65 - Sequential Matrix](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/65-sequential-matrix.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/65-sequential-matrix.yml) + +This workflow illustrates how to execute sequencial jobs in specific order using matrix with `max-parallel: 1` strategy. From b26e9b21792394b5056e95ef0ca4ebf584a9912a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 29 Aug 2023 15:54:23 -0300 Subject: [PATCH 1222/1768] Update 37-continue-on-error-matrix.yml --- .github/workflows/37-continue-on-error-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/37-continue-on-error-matrix.yml b/.github/workflows/37-continue-on-error-matrix.yml index 169b77b15f..2c1e68f18c 100644 --- a/.github/workflows/37-continue-on-error-matrix.yml +++ b/.github/workflows/37-continue-on-error-matrix.yml @@ -12,7 +12,7 @@ jobs: max-parallel: 2 fail-fast: false matrix: - python-version: [ '2.x', '3.x', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7' ] + python-version: [ '3.x', 'pypy-2.7', 'pypy-3.6', 'pypy-3.7' ] name: Python ${{ matrix.python-version }} sample continue-on-error: ${{ contains( '${{env.PYTHON_VERSION }}', '${{ matrix.python-version }}') }} steps: From 77c9324da98920974469c5dd1f4590d9357d590c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Aug 2023 06:21:28 +0000 Subject: [PATCH 1223/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a3429a870..664bbc75f2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 29 01:09:35 UTC 2023 +Wed Aug 30 01:09:14 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a4ecc4fd48..548991a68b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 28 06:21:55 UTC 2023 +Tue Aug 29 06:21:32 UTC 2023 From 8ac4713327b352fb4bdf36d1e3a9a4c670fcdf0a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 31 Aug 2023 06:21:48 +0000 Subject: [PATCH 1224/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 664bbc75f2..7d0a6f1286 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 30 01:09:14 UTC 2023 +Thu Aug 31 01:09:36 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 548991a68b..fab71ea243 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 29 06:21:32 UTC 2023 +Wed Aug 30 06:21:09 UTC 2023 From 9363a4ac26d4dd0324e1183caa7674fc78c0000f Mon Sep 17 00:00:00 2001 From: EWBr0wn <31904126+EWBr0wn@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:59:15 -0400 Subject: [PATCH 1225/1768] Update 46-print-env.yml Correct name tokens to reflect correct runner --- .github/workflows/46-print-env.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/46-print-env.yml b/.github/workflows/46-print-env.yml index 2b63e405ee..6bdc55bd8b 100644 --- a/.github/workflows/46-print-env.yml +++ b/.github/workflows/46-print-env.yml @@ -7,17 +7,17 @@ jobs: github-actions-environment-variables-ubuntu: runs-on: ubuntu-latest steps: - - name: List of the GitHub Actions environment variables on Windows + - name: Ubuntu GitHub Actions environment variables List run: env github-actions-environment-variables-windows: runs-on: windows-latest steps: - - name: Ubuntu GitHub Actions environment variables List + - name: List of the GitHub Actions environment variables on Windows run: env github-actions-environment-variables-macos: runs-on: macos-latest steps: - - name: MacOs List of GitHub Actions environment variables + - name: MacOS List of GitHub Actions environment variables run: env From fa704366c0ba47d27e04af5f12fd027859ad58f2 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:01:59 -0300 Subject: [PATCH 1226/1768] add matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 40 +++++++++++++++++++++++++ scripts/test.yaml | 0 2 files changed, 40 insertions(+) create mode 100644 .github/workflows/66-matrix-object.yaml create mode 100644 scripts/test.yaml diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml new file mode 100644 index 0000000000..8b9f4fb0dd --- /dev/null +++ b/.github/workflows/66-matrix-object.yaml @@ -0,0 +1,40 @@ +name: 66 - Matrix Object + +on: + workflow_dispatch: + +jobs: + orchestration: + runs-on: ubuntu-latest + outputs: + tasks: ${{ steps.tasks.outputs.tasks }} + steps: + - name: Build Tasks Array + id: tasks + run: | + myArray=() + myArray+=("{\"name\": \"task1\", \"type\":\"IAC\"}") + myArray+=("{\"name\": \"task2\", \"type\":\"DEPLOY\"}") + myArray+=("{\"name\": \"task3\", \"type\":\"DESTROY\"}") + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated tasks list: $myArray" + echo "tasks=$myArray" >> $GITHUB_OUTPUT + shell: bash + + deploy: + runs-on: ubuntu-latest + needs: [orchestration] + strategy: + matrix: + stage: ${{ fromJSON(needs.orchestration.outputs.tasks) }} + fail-fast: true + max-parallel: 1 + # set the environment to use (environment must exist and be named the same as the stage here) + # environment: + # name: ${{ matrix.stage }} + steps: + # use environment specific secrets here for each stage + - name: Execute task ${{ matrix.stage }} + run: | + echo "Perform job executing task ${{ matrix.stage }}" + sleep 10 \ No newline at end of file diff --git a/scripts/test.yaml b/scripts/test.yaml new file mode 100644 index 0000000000..e69de29bb2 From 108129b09a892c5956f239cecff53c24ec9c6773 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:05:33 -0300 Subject: [PATCH 1227/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 8b9f4fb0dd..5ed60bb79e 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -37,4 +37,6 @@ jobs: - name: Execute task ${{ matrix.stage }} run: | echo "Perform job executing task ${{ matrix.stage }}" + echo ${{ matrix.stage }} | jq '.name' + echo ${{ matrix.stage }} | jq '.type' sleep 10 \ No newline at end of file From de68cdedfe2617c1dc79b905787082a72e9f8ac4 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:08:20 -0300 Subject: [PATCH 1228/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 5ed60bb79e..533e2ed8fa 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -37,6 +37,8 @@ jobs: - name: Execute task ${{ matrix.stage }} run: | echo "Perform job executing task ${{ matrix.stage }}" - echo ${{ matrix.stage }} | jq '.name' - echo ${{ matrix.stage }} | jq '.type' - sleep 10 \ No newline at end of file + NAME=$(echo jq '.name' ${{ matrix.stage }}) + echo $NAME + TYPE=$(echo jq '.type' ${{ matrix.stage }}) + echo $TYPE + sleep 3 \ No newline at end of file From c3933aa7949e012eee7176a708ab2f54ed149858 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:10:03 -0300 Subject: [PATCH 1229/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 533e2ed8fa..ffd8abe523 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -37,8 +37,8 @@ jobs: - name: Execute task ${{ matrix.stage }} run: | echo "Perform job executing task ${{ matrix.stage }}" - NAME=$(echo jq '.name' ${{ matrix.stage }}) + NAME=$(jq '.name' ${{ matrix.stage }}) echo $NAME - TYPE=$(echo jq '.type' ${{ matrix.stage }}) + TYPE=$(jq '.type' ${{ matrix.stage }}) echo $TYPE sleep 3 \ No newline at end of file From de819d8ea8d2b40a54a05591903cbd6107542392 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:12:33 -0300 Subject: [PATCH 1230/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index ffd8abe523..8e860a243e 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -36,9 +36,9 @@ jobs: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} run: | - echo "Perform job executing task ${{ matrix.stage }}" - NAME=$(jq '.name' ${{ matrix.stage }}) + ${{ matrix.stage }} >> ${{ matrix.stage }}.json + NAME=$(jq '.name' ${{ matrix.stage }}.json) echo $NAME - TYPE=$(jq '.type' ${{ matrix.stage }}) + TYPE=$(jq '.type' ${{ matrix.stage }}.json) echo $TYPE sleep 3 \ No newline at end of file From 50aadbc0db315218f45265c257f22036aa088e9d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:13:11 -0300 Subject: [PATCH 1231/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 8e860a243e..489e799077 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -36,9 +36,10 @@ jobs: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} run: | - ${{ matrix.stage }} >> ${{ matrix.stage }}.json - NAME=$(jq '.name' ${{ matrix.stage }}.json) + ${{ matrix.stage }} >> task.json + NAME=$(jq '.name' task.json) echo $NAME - TYPE=$(jq '.type' ${{ matrix.stage }}.json) + TYPE=$(jq '.type' task.json) echo $TYPE - sleep 3 \ No newline at end of file + sleep 3 + rm task.json \ No newline at end of file From b218b0c01684687582caa7a38c9ab8f8a1dae61d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:14:14 -0300 Subject: [PATCH 1232/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 489e799077..f0ae928eb5 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -36,7 +36,7 @@ jobs: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} run: | - ${{ matrix.stage }} >> task.json + echo ${{ matrix.stage }} >> task.json NAME=$(jq '.name' task.json) echo $NAME TYPE=$(jq '.type' task.json) From 22ea459930478be7d1bb642f7e00bc989009a4b0 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:17:01 -0300 Subject: [PATCH 1233/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index f0ae928eb5..f848160fb1 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -36,7 +36,7 @@ jobs: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} run: | - echo ${{ matrix.stage }} >> task.json + echo '${{ matrix.stage }}' > task.json NAME=$(jq '.name' task.json) echo $NAME TYPE=$(jq '.type' task.json) From cd3ed3509198f7d80b3d6450d5484920db4b4a37 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:21:27 -0300 Subject: [PATCH 1234/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index f848160fb1..b33f1bad1f 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -35,11 +35,31 @@ jobs: steps: # use environment specific secrets here for each stage - name: Execute task ${{ matrix.stage }} + id: task run: | echo '${{ matrix.stage }}' > task.json NAME=$(jq '.name' task.json) echo $NAME + echo "taskId=$NAME" >> $GITHUB_OUTPUT TYPE=$(jq '.type' task.json) echo $TYPE - sleep 3 - rm task.json \ No newline at end of file + echo "type=$TYPE" >> $GITHUB_OUTPUT + rm task.json + + - if: steps.task.outputs.type = "IAC" + uses: stack-spot/runtime-github-action-iac@v1 + with: + FEATURES_LEVEL_LOG: debug + INPUT_PATH: ${{ steps.task.outputs.taskId }} + + - if: steps.task.outputs.type = "DEPLOY" + uses: stack-spot/runtime-github-action-deploy@v1 + with: + FEATURES_LEVEL_LOG: debug + INPUT_PATH: ${{ steps.task.outputs.taskId }} + + - if: steps.task.outputs.type = "DESTROY" + uses: stack-spot/runtime-github-action-destroy@v1 + with: + FEATURES_LEVEL_LOG: debug + INPUT_PATH: ${{ steps.task.outputs.taskId }} \ No newline at end of file From 3049a18141697b269e680b7dae8ffca35f77c891 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:22:13 -0300 Subject: [PATCH 1235/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index b33f1bad1f..7c6fe0370e 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -46,19 +46,19 @@ jobs: echo "type=$TYPE" >> $GITHUB_OUTPUT rm task.json - - if: steps.task.outputs.type = "IAC" + - if: steps.task.outputs.type == "IAC" uses: stack-spot/runtime-github-action-iac@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type = "DEPLOY" + - if: steps.task.outputs.type == "DEPLOY" uses: stack-spot/runtime-github-action-deploy@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type = "DESTROY" + - if: steps.task.outputs.type == "DESTROY" uses: stack-spot/runtime-github-action-destroy@v1 with: FEATURES_LEVEL_LOG: debug From e2d27617192bf90fb8494d64b0bd379fe63ec7b7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:23:35 -0300 Subject: [PATCH 1236/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 7c6fe0370e..54dee013d1 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -46,19 +46,19 @@ jobs: echo "type=$TYPE" >> $GITHUB_OUTPUT rm task.json - - if: steps.task.outputs.type == "IAC" + - if: steps.task.outputs.type == IAC uses: stack-spot/runtime-github-action-iac@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == "DEPLOY" + - if: steps.task.outputs.type == DEPLOY uses: stack-spot/runtime-github-action-deploy@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == "DESTROY" + - if: steps.task.outputs.type == DESTROY uses: stack-spot/runtime-github-action-destroy@v1 with: FEATURES_LEVEL_LOG: debug From c5676d3ca41981e31bde41f163044529d7af0d47 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:24:27 -0300 Subject: [PATCH 1237/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 54dee013d1..c88f7e6856 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -46,19 +46,19 @@ jobs: echo "type=$TYPE" >> $GITHUB_OUTPUT rm task.json - - if: steps.task.outputs.type == IAC + - if: steps.task.outputs.type == 'IAC' uses: stack-spot/runtime-github-action-iac@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == DEPLOY + - if: steps.task.outputs.type == 'DEPLOY' uses: stack-spot/runtime-github-action-deploy@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == DESTROY + - if: steps.task.outputs.type == 'DESTROY' uses: stack-spot/runtime-github-action-destroy@v1 with: FEATURES_LEVEL_LOG: debug From 10510a6f5a69c3b2f1ac88a2389f103204e5543d Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 13:48:02 -0300 Subject: [PATCH 1238/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index c88f7e6856..f8bd6b238a 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -41,24 +41,24 @@ jobs: NAME=$(jq '.name' task.json) echo $NAME echo "taskId=$NAME" >> $GITHUB_OUTPUT - TYPE=$(jq '.type' task.json) - echo $TYPE - echo "type=$TYPE" >> $GITHUB_OUTPUT + # TYPE=$(jq '.type' task.json) + # echo $TYPE + # echo "type=$TYPE" >> $GITHUB_OUTPUT rm task.json - - if: steps.task.outputs.type == 'IAC' + - if: contains( matrix.stage , 'IAC') uses: stack-spot/runtime-github-action-iac@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == 'DEPLOY' + - if: contains( matrix.stage , 'DEPLOY') uses: stack-spot/runtime-github-action-deploy@v1 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - - if: steps.task.outputs.type == 'DESTROY' + - if: contains( matrix.stage , 'DESTROY') uses: stack-spot/runtime-github-action-destroy@v1 with: FEATURES_LEVEL_LOG: debug From 047eebe7a5a8ec679e31b469a66f4f0030b8b4ca Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 15:43:35 -0300 Subject: [PATCH 1239/1768] update matrix-object workflow to v2 Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index f8bd6b238a..53222303ef 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -47,19 +47,19 @@ jobs: rm task.json - if: contains( matrix.stage , 'IAC') - uses: stack-spot/runtime-github-action-iac@v1 + uses: stack-spot/runtime-github-action-iac@v2 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - if: contains( matrix.stage , 'DEPLOY') - uses: stack-spot/runtime-github-action-deploy@v1 + uses: stack-spot/runtime-github-action-deploy@v2 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} - if: contains( matrix.stage , 'DESTROY') - uses: stack-spot/runtime-github-action-destroy@v1 + uses: stack-spot/runtime-github-action-destroy@v2 with: FEATURES_LEVEL_LOG: debug INPUT_PATH: ${{ steps.task.outputs.taskId }} \ No newline at end of file From aef5be27c2fc33b45169509f8c1c5f2a1d529a49 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 31 Aug 2023 15:51:18 -0300 Subject: [PATCH 1240/1768] update matrix-object workflow Signed-off-by: Guillaume Falourd --- .github/workflows/66-matrix-object.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/66-matrix-object.yaml b/.github/workflows/66-matrix-object.yaml index 53222303ef..93e398f157 100644 --- a/.github/workflows/66-matrix-object.yaml +++ b/.github/workflows/66-matrix-object.yaml @@ -41,9 +41,6 @@ jobs: NAME=$(jq '.name' task.json) echo $NAME echo "taskId=$NAME" >> $GITHUB_OUTPUT - # TYPE=$(jq '.type' task.json) - # echo $TYPE - # echo "type=$TYPE" >> $GITHUB_OUTPUT rm task.json - if: contains( matrix.stage , 'IAC') From 130ebdb0367592d831d30c4e85d2c385a7f65215 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Sep 2023 06:22:07 +0000 Subject: [PATCH 1241/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7d0a6f1286..109e320e90 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 31 01:09:36 UTC 2023 +Fri Sep 1 01:13:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fab71ea243..957e0464b9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 30 06:21:09 UTC 2023 +Thu Aug 31 06:21:01 UTC 2023 From 079431cd06798ff0950e20915367b1a668cede03 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 1 Sep 2023 09:12:16 -0300 Subject: [PATCH 1242/1768] add workflow_run test Signed-off-by: Guillaume Falourd --- .github/workflows/12-run-workflow.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/12-run-workflow.yml b/.github/workflows/12-run-workflow.yml index 5deeaf9dfa..4bb7c00020 100644 --- a/.github/workflows/12-run-workflow.yml +++ b/.github/workflows/12-run-workflow.yml @@ -22,4 +22,10 @@ jobs: curl -X POST https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/dispatches \ -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.ACCESS_TOKEN }} \ - --data '{"event_type": "Start Dispatch Event Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}' \ No newline at end of file + --data '{"event_type": "Start Dispatch Event Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}' + + test: + runs-on: ubuntu-latest + steps: + - name: Show workflow_run + run: echo ${{ github.event.workflow_run }} \ No newline at end of file From 5b53e00bc2eccaba3792ac2605c6f490d377558a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 1 Sep 2023 09:13:42 -0300 Subject: [PATCH 1243/1768] add workflow_run test Signed-off-by: Guillaume Falourd --- .github/workflows/12-run-workflow copy.yml | 10 ++++++++++ .github/workflows/12-run-workflow.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/12-run-workflow copy.yml diff --git a/.github/workflows/12-run-workflow copy.yml b/.github/workflows/12-run-workflow copy.yml new file mode 100644 index 0000000000..b8ba1d05c6 --- /dev/null +++ b/.github/workflows/12-run-workflow copy.yml @@ -0,0 +1,10 @@ +name: 12 - Workflow Tester + +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "OK" \ No newline at end of file diff --git a/.github/workflows/12-run-workflow.yml b/.github/workflows/12-run-workflow.yml index 4bb7c00020..ac04bac758 100644 --- a/.github/workflows/12-run-workflow.yml +++ b/.github/workflows/12-run-workflow.yml @@ -2,7 +2,7 @@ name: 12 - Run Workflow on: workflow_run: - workflows: ["Workflow Tester"] + workflows: ["12 - Workflow Tester"] types: [completed] #requested jobs: From 5e48069e8ca6ce8e6f78756b4155553a5459c3d3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 1 Sep 2023 09:14:07 -0300 Subject: [PATCH 1244/1768] update file name Signed-off-by: Guillaume Falourd --- .../{12-run-workflow copy.yml => 12-trigger-workflow-run.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{12-run-workflow copy.yml => 12-trigger-workflow-run.yml} (100%) diff --git a/.github/workflows/12-run-workflow copy.yml b/.github/workflows/12-trigger-workflow-run.yml similarity index 100% rename from .github/workflows/12-run-workflow copy.yml rename to .github/workflows/12-trigger-workflow-run.yml From 4ace589cfd82570c41da5474616dda8c655e055c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Fri, 1 Sep 2023 09:15:54 -0300 Subject: [PATCH 1245/1768] update file name Signed-off-by: Guillaume Falourd --- .github/workflows/12-run-workflow.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/12-run-workflow.yml b/.github/workflows/12-run-workflow.yml index ac04bac758..fc98e5be85 100644 --- a/.github/workflows/12-run-workflow.yml +++ b/.github/workflows/12-run-workflow.yml @@ -28,4 +28,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Show workflow_run - run: echo ${{ github.event.workflow_run }} \ No newline at end of file + env: + WORKFLOW_CONTEXT: ${{ toJSON(github.event.workflow_run) }} + run: | + echo ${{ github.event.workflow_run }} + echo $WORKFLOW_CONTEXT \ No newline at end of file From 7e5fcc919091acd77d1130b00ea6021813dab623 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Sep 2023 06:23:15 +0000 Subject: [PATCH 1246/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 109e320e90..495e2f916d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 1 01:13:49 UTC 2023 +Mon Sep 4 01:10:13 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 957e0464b9..3d26f30b2f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 31 06:21:01 UTC 2023 +Mon Sep 4 06:22:03 UTC 2023 From 50344ff6e75358616dd1992288a643f4c87a6274 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Sep 2023 06:22:00 +0000 Subject: [PATCH 1247/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 495e2f916d..67a2c6b74a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 4 01:10:13 UTC 2023 +Tue Sep 5 01:08:09 UTC 2023 From 8d8c802c104436832fe09001d92fe1cb502e4189 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 5 Sep 2023 09:03:36 -0300 Subject: [PATCH 1248/1768] feat: add workflow-tester86 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester86.yml | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/workflows/workflow-tester86.yml diff --git a/.github/workflows/workflow-tester86.yml b/.github/workflows/workflow-tester86.yml new file mode 100644 index 0000000000..91c2c5346a --- /dev/null +++ b/.github/workflows/workflow-tester86.yml @@ -0,0 +1,40 @@ +name: Test 86 # Related to https://stackoverflow.com/questions/77043578/using-array-from-a-job-as-matrix-in-another-job?noredirect=1#comment135819303_77043578 + +on: + push: + workflow_dispatch: + +jobs: + identify-changes: + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.extract.outputs.matrix }} + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Extract Dockerfile paths + id: extract + run: | + json_array_str="['directory1/Dockerfile','directory2/Dockerfile']" + + # Save JSON array to output + echo "matrix=$json_array_str" >> $GITHUB_OUTPUT + echo $json_array_str + + build: + runs-on: ubuntu-latest + needs: identify-changes + continue-on-error : true + + strategy: + matrix: + dockerfile: ${{ fromJSON(needs.identify-changes.outputs.matrix) }} + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Echo Docker images + run: | + echo ${{ matrix.dockerfile }} \ No newline at end of file From 6a1bc36cf5c3b306319f759e333146dc45233c94 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Sep 2023 06:21:43 +0000 Subject: [PATCH 1249/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 67a2c6b74a..09a05838f7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 5 01:08:09 UTC 2023 +Wed Sep 6 01:09:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3d26f30b2f..6cb64db43b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 4 06:22:03 UTC 2023 +Tue Sep 5 06:21:19 UTC 2023 From 9d29657b703dc79d3e03d376ebbfecde767b7ab3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Sep 2023 06:21:34 +0000 Subject: [PATCH 1250/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 09a05838f7..789b85c758 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 6 01:09:21 UTC 2023 +Thu Sep 7 01:09:28 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6cb64db43b..ddfa8879f6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 5 06:21:19 UTC 2023 +Wed Sep 6 06:21:20 UTC 2023 From d8a0360cd66dab89f8117bbe323e3d1ea52b4f89 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Sep 2023 06:21:50 +0000 Subject: [PATCH 1251/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 789b85c758..e31e723b87 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 7 01:09:28 UTC 2023 +Fri Sep 8 01:10:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ddfa8879f6..dfaf881108 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 6 06:21:20 UTC 2023 +Thu Sep 7 06:21:09 UTC 2023 From e36e13cacc3fd77fd66c5ce200377b2e105d5dc0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Sep 2023 06:22:52 +0000 Subject: [PATCH 1252/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e31e723b87..0d4fe66ee9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 8 01:10:05 UTC 2023 +Mon Sep 11 01:10:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dfaf881108..1f5c69c8fc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 7 06:21:09 UTC 2023 +Fri Sep 8 06:21:27 UTC 2023 From 661846c4a9e4db31f74b73db7712bcf413e94639 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Sep 2023 06:22:06 +0000 Subject: [PATCH 1253/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0d4fe66ee9..a1cc4eccc5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 11 01:10:46 UTC 2023 +Tue Sep 12 01:07:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1f5c69c8fc..91ab8a6ebc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 8 06:21:27 UTC 2023 +Mon Sep 11 06:21:53 UTC 2023 From 12a4628eae1df9643cd883b52a71b75b792a5a05 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:53:24 -0300 Subject: [PATCH 1254/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/12-run-workflow.yml | 4 ++-- .github/workflows/workflow-tester87.yml | 30 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/workflow-tester87.yml diff --git a/.github/workflows/12-run-workflow.yml b/.github/workflows/12-run-workflow.yml index fc98e5be85..05e659b2e9 100644 --- a/.github/workflows/12-run-workflow.yml +++ b/.github/workflows/12-run-workflow.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - run: echo "First workflow was a success" - + on-failure: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure' }} @@ -32,4 +32,4 @@ jobs: WORKFLOW_CONTEXT: ${{ toJSON(github.event.workflow_run) }} run: | echo ${{ github.event.workflow_run }} - echo $WORKFLOW_CONTEXT \ No newline at end of file + echo $WORKFLOW_CONTEXT diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml new file mode 100644 index 0000000000..b44b2f3fcb --- /dev/null +++ b/.github/workflows/workflow-tester87.yml @@ -0,0 +1,30 @@ +name: Test STK installation + +on: + push: + workflows_dispatch: + +jobs: + deploy-infra: + name: StackSpot Runtime Infra (v1) + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Setup STK CLI + run: | + curl \ + --fail \ + --http2-prior-knowledge \ + --location \ + --output /tmp/stk.deb \ + --silent \ + --show-error \ + --tlsv1.3 \ + https://stk.stackspot.com/5.4.7/linux/stk.deb + sudo dpkg --install /tmp/stk.deb || echo installed + rm --force /tmp/stk.deb + - name: Show STK CLI version + run: $HOME/.stk/bin/stk --version \ No newline at end of file From 55b05cc2c08a6f99a19ad679c6a1893ad00de4be Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:54:22 -0300 Subject: [PATCH 1255/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index b44b2f3fcb..910eae9a30 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -1,8 +1,8 @@ -name: Test STK installation +name: Test 87 on: push: - workflows_dispatch: + workflow_dispatch: jobs: deploy-infra: From 7e753d1d0dac0553408cc93a33285e9095263bf3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:55:21 -0300 Subject: [PATCH 1256/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 910eae9a30..49b73cd422 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -4,6 +4,10 @@ on: push: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: deploy-infra: name: StackSpot Runtime Infra (v1) @@ -11,8 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + # - name: Setup upterm session + # uses: lhotari/action-upterm@v1 - name: Setup STK CLI run: | curl \ From 2095e33d4943e9d37409bab1dae841faad2aac0e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:14:58 -0300 Subject: [PATCH 1257/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 28 +++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 49b73cd422..78d8e8b5fe 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -12,23 +12,25 @@ jobs: deploy-infra: name: StackSpot Runtime Infra (v1) runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 steps: - name: Checkout uses: actions/checkout@v3 # - name: Setup upterm session # uses: lhotari/action-upterm@v1 - - name: Setup STK CLI - run: | - curl \ - --fail \ - --http2-prior-knowledge \ - --location \ - --output /tmp/stk.deb \ - --silent \ - --show-error \ - --tlsv1.3 \ - https://stk.stackspot.com/5.4.7/linux/stk.deb - sudo dpkg --install /tmp/stk.deb || echo installed - rm --force /tmp/stk.deb + # - name: Setup STK CLI + # run: | + # curl \ + # --fail \ + # --http2-prior-knowledge \ + # --location \ + # --output /tmp/stk.deb \ + # --silent \ + # --show-error \ + # --tlsv1.3 \ + # https://stk.stackspot.com/5.4.7/linux/stk.deb + # sudo dpkg --install /tmp/stk.deb || echo installed + # rm --force /tmp/stk.deb - name: Show STK CLI version run: $HOME/.stk/bin/stk --version \ No newline at end of file From 319aff9d575e69dd1eba8a442349ec7706e041dc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:17:31 -0300 Subject: [PATCH 1258/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 78d8e8b5fe..dbb31a8eaa 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -15,8 +15,8 @@ jobs: container: image: docker://stackspot/stk-cli-debian:5.4.7 steps: - - name: Checkout - uses: actions/checkout@v3 + # - name: Checkout + # uses: actions/checkout@v3 # - name: Setup upterm session # uses: lhotari/action-upterm@v1 # - name: Setup STK CLI From e77d02b732a5c8754c896583be9ffb4d71387a6b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:21:50 -0300 Subject: [PATCH 1259/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index dbb31a8eaa..b11f4ff5dd 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -17,8 +17,8 @@ jobs: steps: # - name: Checkout # uses: actions/checkout@v3 - # - name: Setup upterm session - # uses: lhotari/action-upterm@v1 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 # - name: Setup STK CLI # run: | # curl \ From d5e3fea7d739893d1532be51f57001d074919496 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:25:37 -0300 Subject: [PATCH 1260/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index b11f4ff5dd..5b9d4e7fb0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -17,6 +17,8 @@ jobs: steps: # - name: Checkout # uses: actions/checkout@v3 + - run: + apt-get install sudo - name: Setup upterm session uses: lhotari/action-upterm@v1 # - name: Setup STK CLI @@ -32,5 +34,15 @@ jobs: # https://stk.stackspot.com/5.4.7/linux/stk.deb # sudo dpkg --install /tmp/stk.deb || echo installed # rm --force /tmp/stk.deb + - name: Show STK CLI version + run: $HOME/.stk/bin/stk --version + + + deploy-infra-ubuntu: + name: StackSpot Runtime Infra (v1) + runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-ubuntu:5.4.7 + steps: - name: Show STK CLI version run: $HOME/.stk/bin/stk --version \ No newline at end of file From 351979dc1827962f50d6d398f8937bac068c9590 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:29:53 -0300 Subject: [PATCH 1261/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 37 +++++++++---------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 5b9d4e7fb0..18382eceab 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -10,39 +10,28 @@ concurrency: jobs: deploy-infra: - name: StackSpot Runtime Infra (v1) + name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 steps: - # - name: Checkout - # uses: actions/checkout@v3 - - run: - apt-get install sudo - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - # - name: Setup STK CLI - # run: | - # curl \ - # --fail \ - # --http2-prior-knowledge \ - # --location \ - # --output /tmp/stk.deb \ - # --silent \ - # --show-error \ - # --tlsv1.3 \ - # https://stk.stackspot.com/5.4.7/linux/stk.deb - # sudo dpkg --install /tmp/stk.deb || echo installed - # rm --force /tmp/stk.deb - - name: Show STK CLI version + - name: Show STK CLI version (1) + continue-on-error: true run: $HOME/.stk/bin/stk --version + - name: Show STK CLI version (2) + continue-on-error: true + run: stk --version deploy-infra-ubuntu: - name: StackSpot Runtime Infra (v1) + name: StackSpot Runtime Infra Ubuntu (v1) runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-ubuntu:5.4.7 steps: - - name: Show STK CLI version - run: $HOME/.stk/bin/stk --version \ No newline at end of file + - name: Show STK CLI version (1) + continue-on-error: true + run: $HOME/.stk/bin/stk --version + - name: Show STK CLI version (2) + continue-on-error: true + run: stk --version \ No newline at end of file From 59ca2125b0a4d43bf720e65a10a3ecdb712eda87 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:34:02 -0300 Subject: [PATCH 1262/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 18382eceab..fb3587b99b 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -34,4 +34,12 @@ jobs: run: $HOME/.stk/bin/stk --version - name: Show STK CLI version (2) continue-on-error: true - run: stk --version \ No newline at end of file + run: stk --version + + deploy: + name: StackSpot Runtime Infra Debian (v1) + runs-on: ubuntu-latest + steps: + - name: Show STK CLI version (1) + continue-on-error: true + run: docker run stackspot/stk-cli-debian:5.4.7 --version \ No newline at end of file From c8ab6937d53e326edc335163381db93b4f1ddb05 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:35:06 -0300 Subject: [PATCH 1263/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index fb3587b99b..94e784dfd0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -42,4 +42,13 @@ jobs: steps: - name: Show STK CLI version (1) continue-on-error: true - run: docker run stackspot/stk-cli-debian:5.4.7 --version \ No newline at end of file + run: docker run stackspot/stk-cli-debian:5.4.7 --version + + test: + name: StackSpot Runtime Infra Debian (v1) + runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 + steps: + - name: Show STK CLI version + run: --version \ No newline at end of file From 2d6a1fd2666c2494f1a031996601b69146d062c3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:35:54 -0300 Subject: [PATCH 1264/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 94e784dfd0..e28131ab4d 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -37,7 +37,7 @@ jobs: run: stk --version deploy: - name: StackSpot Runtime Infra Debian (v1) + name: deploy runs-on: ubuntu-latest steps: - name: Show STK CLI version (1) @@ -45,7 +45,7 @@ jobs: run: docker run stackspot/stk-cli-debian:5.4.7 --version test: - name: StackSpot Runtime Infra Debian (v1) + name: test runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 From 72e790b20c5b4bd85aed92688018eeeedb30b000 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:42:42 -0300 Subject: [PATCH 1265/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 29 ++++++++----------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index e28131ab4d..09bd6289f5 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -19,22 +19,6 @@ jobs: continue-on-error: true run: $HOME/.stk/bin/stk --version - name: Show STK CLI version (2) - continue-on-error: true - run: stk --version - - - deploy-infra-ubuntu: - name: StackSpot Runtime Infra Ubuntu (v1) - runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-ubuntu:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: $HOME/.stk/bin/stk --version - - name: Show STK CLI version (2) - continue-on-error: true - run: stk --version deploy: name: deploy @@ -47,8 +31,13 @@ jobs: test: name: test runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 + container: stackspot/stk-cli-debian:5.4.7 steps: - - name: Show STK CLI version - run: --version \ No newline at end of file + - name: Show STK CLI version (1) + continue-on-error: true + run: --version + - name: Show STK CLI version (2) + continue-on-error: true + run: .stk/bin/stk --version + - name: Show STK CLI version (3) + run: stk --version \ No newline at end of file From a62811e52e77f0c3c9387494c23e1e11897c601c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:43:13 -0300 Subject: [PATCH 1266/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 09bd6289f5..e481c918be 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,16 +9,15 @@ concurrency: cancel-in-progress: true jobs: - deploy-infra: - name: StackSpot Runtime Infra Debian (v1) - runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: $HOME/.stk/bin/stk --version - - name: Show STK CLI version (2) + # deploy-infra: + # name: StackSpot Runtime Infra Debian (v1) + # runs-on: ubuntu-latest + # container: + # image: docker://stackspot/stk-cli-debian:5.4.7 + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: $HOME/.stk/bin/stk --version deploy: name: deploy From 1251699ec88c6a41d52f5581a6b0d6a91f63cbe5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 12:07:27 -0300 Subject: [PATCH 1267/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 52 ++++++++++++------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index e481c918be..d471222c75 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,34 +9,34 @@ concurrency: cancel-in-progress: true jobs: - # deploy-infra: - # name: StackSpot Runtime Infra Debian (v1) - # runs-on: ubuntu-latest - # container: - # image: docker://stackspot/stk-cli-debian:5.4.7 - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: $HOME/.stk/bin/stk --version - - deploy: - name: deploy + deploy-infra: + name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 steps: - name: Show STK CLI version (1) continue-on-error: true - run: docker run stackspot/stk-cli-debian:5.4.7 --version + run: /home/stk/.stk/bin/stk --version - test: - name: test - runs-on: ubuntu-latest - container: stackspot/stk-cli-debian:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: --version - - name: Show STK CLI version (2) - continue-on-error: true - run: .stk/bin/stk --version - - name: Show STK CLI version (3) - run: stk --version \ No newline at end of file + # deploy: + # name: deploy + # runs-on: ubuntu-latest + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: docker run stackspot/stk-cli-debian:5.4.7 --version + + # test: + # name: test + # runs-on: ubuntu-latest + # container: stackspot/stk-cli-debian:5.4.7 + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: --version + # - name: Show STK CLI version (2) + # continue-on-error: true + # run: .stk/bin/stk --version + # - name: Show STK CLI version (3) + # run: stk --version \ No newline at end of file From ac817a09cc232a2391e2e08a584d6b62f35081d9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 12:09:14 -0300 Subject: [PATCH 1268/1768] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index d471222c75..dcc99b6425 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 + options: --user root steps: - name: Show STK CLI version (1) - continue-on-error: true run: /home/stk/.stk/bin/stk --version # deploy: From 4b54f09b5220ab06cc807dfaf909f9cd8dcfe166 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 14:54:12 -0300 Subject: [PATCH 1269/1768] fix: docker run Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 34 +++++-------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index dcc99b6425..4162b06c93 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,34 +9,14 @@ concurrency: cancel-in-progress: true jobs: - deploy-infra: + test: name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 - options: --user root steps: - name: Show STK CLI version (1) - run: /home/stk/.stk/bin/stk --version - - # deploy: - # name: deploy - # runs-on: ubuntu-latest - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: docker run stackspot/stk-cli-debian:5.4.7 --version - - # test: - # name: test - # runs-on: ubuntu-latest - # container: stackspot/stk-cli-debian:5.4.7 - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: --version - # - name: Show STK CLI version (2) - # continue-on-error: true - # run: .stk/bin/stk --version - # - name: Show STK CLI version (3) - # run: stk --version \ No newline at end of file + run: | + docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c ' + cd /data + ~/.stk/bin/stk -v + env: + HTTP_ENABLE_DEBUG: true From 94f048fc5e9e44f7c1276022fd74b163d132035b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 14:57:53 -0300 Subject: [PATCH 1270/1768] fix: docker run Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 4162b06c93..b66fb865d0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -18,5 +18,6 @@ jobs: docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c ' cd /data ~/.stk/bin/stk -v + ' env: HTTP_ENABLE_DEBUG: true From b0c2fdd97867e683ec5e79e3ddc4af59d3a5e1e3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Sep 2023 06:22:07 +0000 Subject: [PATCH 1271/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a1cc4eccc5..95cb23fa65 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 12 01:07:57 UTC 2023 +Wed Sep 13 01:10:53 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 91ab8a6ebc..81f8d1e64a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 11 06:21:53 UTC 2023 +Tue Sep 12 06:21:34 UTC 2023 From e9717ca7ddf25f9ec8b3851921336465ee40d45a Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 13:44:19 -0300 Subject: [PATCH 1272/1768] workflows tester 88 Signed-off-by: Guillaume Falourd --- .../workflows/workflow-tester88-reusable.yml | 30 ++++++++++++++ .github/workflows/workflow-tester88.yml | 41 +++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/workflows/workflow-tester88-reusable.yml create mode 100644 .github/workflows/workflow-tester88.yml diff --git a/.github/workflows/workflow-tester88-reusable.yml b/.github/workflows/workflow-tester88-reusable.yml new file mode 100644 index 0000000000..b57add6eb3 --- /dev/null +++ b/.github/workflows/workflow-tester88-reusable.yml @@ -0,0 +1,30 @@ +name: Test 88 (reusable) + +on: + workflow_call: + inputs: + stage: + required: true + type: string + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Build in ${{ inputs.stage }} + run: | + echo "Build in ${{ inputs.stage }}" + + test: + runs-on: ubuntu-latest + steps: + - name: Test in ${{ inputs.stage }} + run: | + echo "Test in ${{ inputs.stage }}" + + deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy in ${{ inputs.stage }} + run: | + echo "Deploy in ${{ inputs.stage }}" \ No newline at end of file diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml new file mode 100644 index 0000000000..aab0c8fe72 --- /dev/null +++ b/.github/workflows/workflow-tester88.yml @@ -0,0 +1,41 @@ +name: Test 87 # Related to SO: https://stackoverflow.com/questions/72537896/github-actions-create-matrix-of-multiple-sequential-jobs + +on: + push: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + matrix: + runs-on: ubuntu-latest + outputs: + environments: ${{ steps.environments.outputs.environments }} + steps: + - name: Build Environments Array + id: environments + run: | + myArray=() + myArray+=("env1") + myArray+=("env2") + myArray+=("env3") + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated environments list: $myArray" + echo "environments=$myArray" >> $GITHUB_OUTPUT + shell: bash + + reusable: + runs-on: ubuntu-latest + needs: [matrix] + strategy: + matrix: + environment: ${{ fromJSON(needs.matrix.outputs.environments) }} + fail-fast: true + max-parallel: 1 + # environment: + # name: ${{ matrix.environment }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main + with: + stage: ${{ matrix.environment }} \ No newline at end of file From b94a0205772e262778a31398de4ec70756d175a4 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 13:45:38 -0300 Subject: [PATCH 1273/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index aab0c8fe72..5d6cfb3b39 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -1,4 +1,4 @@ -name: Test 87 # Related to SO: https://stackoverflow.com/questions/72537896/github-actions-create-matrix-of-multiple-sequential-jobs +name: Test 88 # Related to SO: https://stackoverflow.com/questions/72537896/github-actions-create-matrix-of-multiple-sequential-jobs on: push: @@ -27,7 +27,6 @@ jobs: shell: bash reusable: - runs-on: ubuntu-latest needs: [matrix] strategy: matrix: From c3c10c98fdae744abf5ad5f543463f5dcf489713 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 13:52:08 -0300 Subject: [PATCH 1274/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index 5d6cfb3b39..6b16b735b3 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true jobs: - matrix: + common-matrix-job: runs-on: ubuntu-latest outputs: environments: ${{ steps.environments.outputs.environments }} @@ -27,14 +27,28 @@ jobs: shell: bash reusable: - needs: [matrix] + needs: [common-matrix-job] strategy: matrix: - environment: ${{ fromJSON(needs.matrix.outputs.environments) }} + environment: ${{ fromJSON(needs.common-matrix-job.outputs.environments) }} fail-fast: true max-parallel: 1 # environment: # name: ${{ matrix.environment }} uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main with: - stage: ${{ matrix.environment }} \ No newline at end of file + stage: ${{ matrix.environment }} + + common-job: + needs: [common-matrix, reusable] + runs-on: ubuntu-latest + strategy: + matrix: + environment: ${{ fromJSON(needs.common-matrix.outputs.environments) }} + fail-fast: true + max-parallel: 1 + # environment: + # name: ${{ matrix.environment }} + steps: + - name: Do something + run: echo "Do something with ${{ matrix.environment }}" \ No newline at end of file From 805745757e5e597e2aabcb53cfc02d33ec4e8ab7 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 13:52:31 -0300 Subject: [PATCH 1275/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index 6b16b735b3..eb433c5c8a 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -40,7 +40,7 @@ jobs: stage: ${{ matrix.environment }} common-job: - needs: [common-matrix, reusable] + needs: [common-matrix-job, reusable] runs-on: ubuntu-latest strategy: matrix: From 4101e0d345dfe0ef51f8c374844289922d7432c8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 13:53:06 -0300 Subject: [PATCH 1276/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index eb433c5c8a..102a69fc57 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -42,13 +42,6 @@ jobs: common-job: needs: [common-matrix-job, reusable] runs-on: ubuntu-latest - strategy: - matrix: - environment: ${{ fromJSON(needs.common-matrix.outputs.environments) }} - fail-fast: true - max-parallel: 1 - # environment: - # name: ${{ matrix.environment }} steps: - name: Do something - run: echo "Do something with ${{ matrix.environment }}" \ No newline at end of file + run: echo "Do something" \ No newline at end of file From 23a5d16687a98bce719df0a7c7bc431ad05f0949 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 14:03:39 -0300 Subject: [PATCH 1277/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index 102a69fc57..e617ed42e1 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -32,7 +32,7 @@ jobs: matrix: environment: ${{ fromJSON(needs.common-matrix-job.outputs.environments) }} fail-fast: true - max-parallel: 1 + # max-parallel: 1 # environment: # name: ${{ matrix.environment }} uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main From a8a4894803d4a7912beb20ebcf04b90984eb084b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 13 Sep 2023 14:08:17 -0300 Subject: [PATCH 1278/1768] update workflow tester 88 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester88.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester88.yml b/.github/workflows/workflow-tester88.yml index e617ed42e1..102a69fc57 100644 --- a/.github/workflows/workflow-tester88.yml +++ b/.github/workflows/workflow-tester88.yml @@ -32,7 +32,7 @@ jobs: matrix: environment: ${{ fromJSON(needs.common-matrix-job.outputs.environments) }} fail-fast: true - # max-parallel: 1 + max-parallel: 1 # environment: # name: ${{ matrix.environment }} uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main From 0d2ee25ea1c47095b332d7f72ac72e8092b0c6bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Sep 2023 06:23:09 +0000 Subject: [PATCH 1279/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 95cb23fa65..1125934154 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 13 01:10:53 UTC 2023 +Thu Sep 14 01:09:04 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 81f8d1e64a..509b43b29d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 12 06:21:34 UTC 2023 +Wed Sep 13 06:21:39 UTC 2023 From 6aa57e3b087cec0c105768433c18b2602dd6b258 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Sep 2023 06:22:04 +0000 Subject: [PATCH 1280/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1125934154..bef0981e80 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 14 01:09:04 UTC 2023 +Fri Sep 15 01:10:44 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 509b43b29d..c0f2e4e1d6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 13 06:21:39 UTC 2023 +Thu Sep 14 06:22:06 UTC 2023 From 9e78d8f57c5c3bc21b3bca78cb3698d48ead325d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Sep 2023 06:23:10 +0000 Subject: [PATCH 1281/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bef0981e80..8da89f601c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 15 01:10:44 UTC 2023 +Mon Sep 18 01:10:12 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c0f2e4e1d6..c702aebd66 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 14 06:22:06 UTC 2023 +Fri Sep 15 06:21:44 UTC 2023 From 58c1fa3174dbf44aa0d65687c6df3617b6158140 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 18 Sep 2023 08:10:10 -0300 Subject: [PATCH 1282/1768] add fromjson-env-var workflow Signed-off-by: Guillaume Falourd --- .github/workflows/67-fromjson-env-var.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/67-fromjson-env-var.yaml diff --git a/.github/workflows/67-fromjson-env-var.yaml b/.github/workflows/67-fromjson-env-var.yaml new file mode 100644 index 0000000000..67c202a164 --- /dev/null +++ b/.github/workflows/67-fromjson-env-var.yaml @@ -0,0 +1,17 @@ +name: 67 - FromJSON var + +on: + workflow_dispatch: + +env: + myjson: '{"foo1" : "bar1", "foo2": "bar2"}' + var_foo: 'foo2' + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: echo ${{ fromjson(env.myjson).foo2 }} + - run: echo ${{ fromJSON(env.myjson)[env.var_foo] }} + +# REF: https://stackoverflow.com/questions/77123861/github-actions-workflow-how-to-access-fromjson-dictionary-value-using-the-key-s From c753c6f366135ddf47dc4d1fed3b2b7af6a83b50 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 18 Sep 2023 08:31:23 -0300 Subject: [PATCH 1283/1768] update fromjson-env-var workflow Signed-off-by: Guillaume Falourd --- .github/workflows/67-fromjson-env-var.yaml | 4 ++-- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/67-fromjson-env-var.yaml b/.github/workflows/67-fromjson-env-var.yaml index 67c202a164..5220077a44 100644 --- a/.github/workflows/67-fromjson-env-var.yaml +++ b/.github/workflows/67-fromjson-env-var.yaml @@ -1,4 +1,4 @@ -name: 67 - FromJSON var +name: 67 - FromJSON env var on: workflow_dispatch: @@ -11,7 +11,7 @@ jobs: job1: runs-on: ubuntu-latest steps: - - run: echo ${{ fromjson(env.myjson).foo2 }} + - run: echo ${{ fromJSON(env.myjson).foo2 }} - run: echo ${{ fromJSON(env.myjson)[env.var_foo] }} # REF: https://stackoverflow.com/questions/77123861/github-actions-workflow-how-to-access-fromjson-dictionary-value-using-the-key-s diff --git a/README.md b/README.md index 7dcf62ea80..a40f98ae6f 100644 --- a/README.md +++ b/README.md @@ -298,3 +298,11 @@ This workflow illustrates how to identify updated folders to perfom a similar be [![65 - Sequential Matrix](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/65-sequential-matrix.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/65-sequential-matrix.yml) This workflow illustrates how to execute sequencial jobs in specific order using matrix with `max-parallel: 1` strategy. + +[![66 - Matrix Object](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml) + +This workflow illustrates how to manipulate matrix object to perform different operation according to a object type. + +[![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml) + +This workflow illustrates how to extract a specific item from a JSON list stored in a environment variable dynamically. From 8af192c3d988581029a8f7267955c43a67bcf09a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Sep 2023 06:22:56 +0000 Subject: [PATCH 1284/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8da89f601c..0b30e6af65 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 18 01:10:12 UTC 2023 +Tue Sep 19 01:10:47 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c702aebd66..c6613039e8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 15 06:21:44 UTC 2023 +Mon Sep 18 06:22:17 UTC 2023 From 0a996eedbf55354ffc32ea86ff50923dd0301939 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 15:07:34 -0300 Subject: [PATCH 1285/1768] feat: add workflow-tester89 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester89.yml | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/workflow-tester89.yml diff --git a/.github/workflows/workflow-tester89.yml b/.github/workflows/workflow-tester89.yml new file mode 100644 index 0000000000..e5f05544b6 --- /dev/null +++ b/.github/workflows/workflow-tester89.yml @@ -0,0 +1,26 @@ +name: Test 89 # Related to SO: https://stackoverflow.com/questions/77133952/reusable-workflows-should-be-referenced-at-the-top-level-jobs-uses-key-not +on: + push: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + bd_scan: + runs-on: ubuntu-latest + outputs: + day: ${{ steps.check_day.outputs.day }} + steps: + - name: Check Day of the Week + id: check_day + run: echo "::set-output name=day::$(date +%u)" + + reusable: + needs: [bd_scan] + if: ${{ needs.bd_scan.outputs.day < '5' }} + uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main + with: + stage: ${{ needs.bd_scan.outputs.day }} + secrets: inherit \ No newline at end of file From 5176d03cbb1a452daac33bf9d085ec706379498e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 15:10:29 -0300 Subject: [PATCH 1286/1768] feat: update workflow-tester89 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester89.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester89.yml b/.github/workflows/workflow-tester89.yml index e5f05544b6..e07cdc48a6 100644 --- a/.github/workflows/workflow-tester89.yml +++ b/.github/workflows/workflow-tester89.yml @@ -15,11 +15,13 @@ jobs: steps: - name: Check Day of the Week id: check_day - run: echo "::set-output name=day::$(date +%u)" + run: | + echo date +%u + echo "day=$(date +%u)" >> $GITHUB_OUTPUT reusable: needs: [bd_scan] - if: ${{ needs.bd_scan.outputs.day < '5' }} + if: ${{ needs.bd_scan.outputs.day < 5 }} uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main with: stage: ${{ needs.bd_scan.outputs.day }} From 2fcd1d05e80922ed20beba8f9ab300719e7ec1c1 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 15:11:49 -0300 Subject: [PATCH 1287/1768] feat: update workflow-tester89 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester89.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester89.yml b/.github/workflows/workflow-tester89.yml index e07cdc48a6..8092fddee5 100644 --- a/.github/workflows/workflow-tester89.yml +++ b/.github/workflows/workflow-tester89.yml @@ -16,7 +16,7 @@ jobs: - name: Check Day of the Week id: check_day run: | - echo date +%u + echo $(date +%u) echo "day=$(date +%u)" >> $GITHUB_OUTPUT reusable: From 962ed48e029a789a34891afb573004511829bb91 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 17:12:48 -0300 Subject: [PATCH 1288/1768] update workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml index 483b88d9d2..09ff9ce276 100644 --- a/.github/workflows/workflow-tester40.yml +++ b/.github/workflows/workflow-tester40.yml @@ -11,11 +11,11 @@ jobs: runs-on: ${{ matrix.test }} strategy: matrix: - test: ${{ env.MAC_OS_RUNNER }} + # test: ${{ env.MAC_OS_RUNNER }} os: [ubuntu-latest, windows-latest, macos-latest] python: [2.7, 3.7, 3.8, 3.9] steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - run: | @@ -23,20 +23,20 @@ jobs: python --version shell: bash - test-include: - runs-on: ubuntu-latest - strategy: - matrix: - org: [apples, bananas, carrots] #Array of org mnemonics to use below - include: - # includes a new variable for each org (this is effectively a switch statement) - - org: apples - test_secret: MAC_OS_RUNNER - - org: bananas - test_secret: MAC_OS_RUNNER - - org: carrots - test_secret: MAC_OS_RUNNER - steps: - - uses: actions/checkout@v2 - - name: Install SFDX CLI and authorize org - run: ${{ secrets[matrix.MAC_OS_RUNNER] }} \ No newline at end of file + # test-include: + # runs-on: ubuntu-latest + # strategy: + # matrix: + # org: [apples, bananas, carrots] #Array of org mnemonics to use below + # include: + # # includes a new variable for each org (this is effectively a switch statement) + # - org: apples + # test_secret: MAC_OS_RUNNER + # - org: bananas + # test_secret: MAC_OS_RUNNER + # - org: carrots + # test_secret: MAC_OS_RUNNER + # steps: + # - uses: actions/checkout@v2 + # - name: Install SFDX CLI and authorize org + # run: ${{ secrets[matrix.MAC_OS_RUNNER] }} \ No newline at end of file From ef689408609f860ab6584980713594db0b19c33f Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 17:15:52 -0300 Subject: [PATCH 1289/1768] add 68 os types Signed-off-by: Guillaume Falourd --- .github/workflows/68-ostypes.yml | 15 +++++++++++++++ README.md | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/68-ostypes.yml diff --git a/.github/workflows/68-ostypes.yml b/.github/workflows/68-ostypes.yml new file mode 100644 index 0000000000..014301b971 --- /dev/null +++ b/.github/workflows/68-ostypes.yml @@ -0,0 +1,15 @@ +name: 68 - OS TYPES + +on: + workflow_dispatch: + +jobs: + test-ostype: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] + steps: + - run: | + echo $OSTYPE + shell: bash \ No newline at end of file diff --git a/README.md b/README.md index a40f98ae6f..1c7a6787af 100644 --- a/README.md +++ b/README.md @@ -306,3 +306,7 @@ This workflow illustrates how to manipulate matrix object to perform different o [![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml) This workflow illustrates how to extract a specific item from a JSON list stored in a environment variable dynamically. + +[![68 - OS Types](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/68-ostypes.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/68-ostypes.yml) + +This workflow shows the os type value for each github runner os. From c550f6c735f05d33e0cf49e5bf3167f3c990df72 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Sep 2023 06:22:31 +0000 Subject: [PATCH 1290/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0b30e6af65..02cf1cde25 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 19 01:10:47 UTC 2023 +Wed Sep 20 01:10:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c6613039e8..c9ced21867 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 18 06:22:17 UTC 2023 +Tue Sep 19 06:22:01 UTC 2023 From edb1c9224ac1e46a714c43fc2f9c5849df00ea38 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Sep 2023 06:22:29 +0000 Subject: [PATCH 1291/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 02cf1cde25..1970b93da1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 20 01:10:05 UTC 2023 +Thu Sep 21 01:09:30 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c9ced21867..a32ab7c1f0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 19 06:22:01 UTC 2023 +Wed Sep 20 06:22:10 UTC 2023 From 0f4eb948221b77521d859a68bec28d31bf2e35b7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Sep 2023 06:22:49 +0000 Subject: [PATCH 1292/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1970b93da1..7d7d13a84c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 21 01:09:30 UTC 2023 +Fri Sep 22 01:10:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a32ab7c1f0..e069d53203 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 20 06:22:10 UTC 2023 +Thu Sep 21 06:22:05 UTC 2023 From bfa715b725d4078572b4776675839e3b846177df Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 06:23:27 +0000 Subject: [PATCH 1293/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7d7d13a84c..841f6d939a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 22 01:10:21 UTC 2023 +Mon Sep 25 01:11:11 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e069d53203..ad519a3519 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 21 06:22:05 UTC 2023 +Fri Sep 22 06:22:26 UTC 2023 From 1102856e2ffeaeb2389d2db5a8c42f91937b4e5f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:07:46 +0000 Subject: [PATCH 1294/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../.github/workflows/replace-values-action.yml | 17 +++++++++++++++++ backup/pull-request-workflow.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/replace-values-action.yml diff --git a/backup/.github/workflows/replace-values-action.yml b/backup/.github/workflows/replace-values-action.yml new file mode 100644 index 0000000000..11f459fa37 --- /dev/null +++ b/backup/.github/workflows/replace-values-action.yml @@ -0,0 +1,17 @@ +name: Replace Value Action + +on: [push, workflow_dispatch] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Replace multiple values in a specific file + uses: GuillaumeFalourd/replace-values-action@v1.1 + with: + file_path: ./file.json + parameters: | + #{SECRET_TOKEN}# >> SECRET_VALUE + blabla >> my_app_id + \ No newline at end of file diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ad519a3519..695adbadc6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 22 06:22:26 UTC 2023 +Mon Sep 25 06:22:55 UTC 2023 From 9267b64b1a976fd79e05d1bfae3257c4e14d974b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:09:05 +0000 Subject: [PATCH 1295/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/replace-values-action.yml | 4 ++-- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/replace-values-action.yml b/backup/.github/workflows/replace-values-action.yml index 11f459fa37..3d23e9943c 100644 --- a/backup/.github/workflows/replace-values-action.yml +++ b/backup/.github/workflows/replace-values-action.yml @@ -1,4 +1,4 @@ -name: Replace Value Action +name: Replace Values Action on: [push, workflow_dispatch] @@ -14,4 +14,4 @@ jobs: parameters: | #{SECRET_TOKEN}# >> SECRET_VALUE blabla >> my_app_id - \ No newline at end of file + - run: cat ./file.json \ No newline at end of file diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 42df8d9a18..bb93b943d5 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:37:10 UTC 2023 +Mon Sep 25 11:08:55 UTC 2023 From 32556418025138f4aa68002d64d25e09d0274042 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:11:43 +0000 Subject: [PATCH 1296/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 2 ++ backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 4b395bce01..b376bb8618 100644 --- a/backup/README.md +++ b/backup/README.md @@ -208,6 +208,8 @@ This repository lists some useful generic Actions to use in your Github workflow [Replace Token](https://github.com/marketplace/actions/replace-tokens): GitHub Action for replacing tokens in files. +[![Replace Values Action](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-values-action.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-values-action.yml): Github Action to replace values in files (secrets or fields). + [![Repository-Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml) [![Repository-Dispatch-Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml) [Repository-Dispatch](https://github.com/marketplace/actions/repository-dispatch): GitHub Action to create a repository dispatch event. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 4b4deaad0f..85e81d5b1f 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:37:46 UTC 2023 +Mon Sep 25 11:09:59 UTC 2023 From c6737b920a9f743f0da9665f85dfc2ff5d461f20 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Sep 2023 06:23:23 +0000 Subject: [PATCH 1297/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 841f6d939a..d5cc17f33c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 25 01:11:11 UTC 2023 +Tue Sep 26 01:10:55 UTC 2023 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index bb93b943d5..019084e8c1 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Sep 25 11:08:55 UTC 2023 +Mon Sep 25 11:14:13 UTC 2023 From 62308f4eada32eee507923953c3cc490d4784e31 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Sep 2023 06:23:31 +0000 Subject: [PATCH 1298/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d5cc17f33c..ff93c86238 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 26 01:10:55 UTC 2023 +Wed Sep 27 01:10:58 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 695adbadc6..501442dc4b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 25 06:22:55 UTC 2023 +Tue Sep 26 06:22:25 UTC 2023 From 8a959f8a506098f587eab835f89162ada4b00ef5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Sep 2023 06:24:26 +0000 Subject: [PATCH 1299/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ff93c86238..d0a68bed5f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 27 01:10:58 UTC 2023 +Thu Sep 28 01:10:29 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 501442dc4b..3eec6dba68 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 26 06:22:25 UTC 2023 +Thu Sep 28 06:22:20 UTC 2023 From e45761bc0bb87033c23247f30b48b88af82e96d4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Sep 2023 06:22:30 +0000 Subject: [PATCH 1300/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d0a68bed5f..4cfe5baa61 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 28 01:10:29 UTC 2023 +Fri Sep 29 01:10:33 UTC 2023 From 6c222fba3a46d5bf84bb4356c7507dcc15566420 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Oct 2023 06:23:26 +0000 Subject: [PATCH 1301/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4cfe5baa61..e136128762 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 29 01:10:33 UTC 2023 +Mon Oct 2 01:11:23 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3eec6dba68..291de63b6e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 28 06:22:20 UTC 2023 +Fri Sep 29 06:22:06 UTC 2023 From ea5ef7abb9dd89871617ec4fbe259cf54c4b3918 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Oct 2023 16:22:34 +0000 Subject: [PATCH 1302/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 5 +++++ backup/pull-request-workflow.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index b376bb8618..9f59e8a2fc 100644 --- a/backup/README.md +++ b/backup/README.md @@ -10,6 +10,7 @@ This repository lists some useful generic Actions to use in your Github workflow - [Useful Actions](https://github.com/GuillaumeFalourd/useful-actions#-useful-actions) - [Global Actions](https://github.com/GuillaumeFalourd/useful-actions#-global-actions) - [Docker Actions](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) + - [Other Tools Actions](https://github.com/GuillaumeFalourd/useful-actions#-other-tools-actions) - [How to create new actions](https://github.com/GuillaumeFalourd/useful-actions#-how-to-create-new-actions) - [How to debug workflows](https://github.com/GuillaumeFalourd/useful-actions#%EF%B8%8F-how-to-debug-workflows) - [How to test actions locally](https://github.com/GuillaumeFalourd/useful-actions#-how-to-test-actions-locally) @@ -270,6 +271,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Publish Docker](https://github.com/marketplace/actions/publish-docker): Github Action to build and push containers. +## 🦾 Other Tools Actions + +_TODO_ + *** ## 🧐 How to create new actions diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 291de63b6e..02acd12383 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 29 06:22:06 UTC 2023 +Mon Oct 2 06:22:47 UTC 2023 From 09692c0c4a8627d4c60b20329e7189a7c9f0e09e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Oct 2023 16:23:49 +0000 Subject: [PATCH 1303/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/git-auto-commit-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 019084e8c1..b9e6665d31 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Sep 25 11:14:13 UTC 2023 +Mon Oct 2 16:23:33 UTC 2023 From fe321a1b2c51347d9da88f2fbcccb31da3b2609e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Oct 2023 16:25:10 +0000 Subject: [PATCH 1304/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/CONTRIBUTING.md | 2 +- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/CONTRIBUTING.md b/backup/CONTRIBUTING.md index f9cf6a628a..6fb2b72aa9 100644 --- a/backup/CONTRIBUTING.md +++ b/backup/CONTRIBUTING.md @@ -15,7 +15,7 @@ according to the following guide: - Contents should be written in English. -- Add new actions on the [Global Actions section](https://github.com/GuillaumeFalourd/useful-actions#-global-actions) or on the [Docker Actions section](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) on the main README file (respect an `alphabetical` order). +- Add new actions on the [Global Actions section](https://github.com/GuillaumeFalourd/useful-actions#-global-actions), the [Docker Actions section](https://github.com/GuillaumeFalourd/useful-actions#-docker-actions) or on the [Other Tools Actions section](https://github.com/GuillaumeFalourd/useful-actions#-other-tools-actions) on the main README file (respect an `alphabetical` order). - New actions should be associated to a workflow example on the `.github/workflows` directory of the [Useful Actions](https://github.com/GuillaumeFalourd/useful-actions) repository, based on the official action repository examples. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 85e81d5b1f..f63583e28b 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Mon Sep 25 11:09:59 UTC 2023 +Mon Oct 2 16:22:48 UTC 2023 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index b9e6665d31..695d894110 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Oct 2 16:23:33 UTC 2023 +Mon Oct 2 16:25:00 UTC 2023 From 735e7812ac39e0694f6510610775876d21b9da81 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 3 Oct 2023 06:22:45 +0000 Subject: [PATCH 1305/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/CONTRIBUTING.md | 2 +- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/CONTRIBUTING.md b/backup/CONTRIBUTING.md index 6fb2b72aa9..be9c8fe9b1 100644 --- a/backup/CONTRIBUTING.md +++ b/backup/CONTRIBUTING.md @@ -19,4 +19,4 @@ according to the following guide: - New actions should be associated to a workflow example on the `.github/workflows` directory of the [Useful Actions](https://github.com/GuillaumeFalourd/useful-actions) repository, based on the official action repository examples. -_Observation: If the action can be triggered through a `workflow_dispacth` event, please add it to the trigger options on the workflow implementation. It will make tests easier._ +_Observation: If the action can be triggered through a `workflow_dispatch` event, please add it to the trigger options on the workflow implementation. It will make tests easier._ diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e136128762..7864143106 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 2 01:11:23 UTC 2023 +Tue Oct 3 01:11:22 UTC 2023 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 695d894110..2110315787 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Oct 2 16:25:00 UTC 2023 +Mon Oct 2 16:25:48 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 02acd12383..b8a0c56de3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 2 06:22:47 UTC 2023 +Tue Oct 3 06:22:11 UTC 2023 From a2836ceaba41bed425c660634bbaea77367cace5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Oct 2023 06:23:47 +0000 Subject: [PATCH 1306/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7864143106..34fc59b91c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 3 01:11:22 UTC 2023 +Wed Oct 4 01:12:32 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b8a0c56de3..99cc022c7a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 3 06:22:11 UTC 2023 +Wed Oct 4 06:22:46 UTC 2023 From ab306c2ef4feb1e2d263d3d283fe47b99e55240c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 5 Oct 2023 06:23:38 +0000 Subject: [PATCH 1307/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 34fc59b91c..f2d5f682c6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 4 01:12:32 UTC 2023 +Thu Oct 5 01:11:09 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 99cc022c7a..6d1d0eb271 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 4 06:22:46 UTC 2023 +Thu Oct 5 06:22:37 UTC 2023 From 998dca3ccff16aec90fadcb89834cab955b40c82 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 Oct 2023 06:23:26 +0000 Subject: [PATCH 1308/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f2d5f682c6..772fe6f027 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 5 01:11:09 UTC 2023 +Fri Oct 6 01:11:00 UTC 2023 From e4aa8be85ceb7ff74b50bd55a7a18019b059b169 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 9 Oct 2023 06:24:16 +0000 Subject: [PATCH 1309/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 772fe6f027..96391c09e9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 6 01:11:00 UTC 2023 +Mon Oct 9 01:10:52 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6d1d0eb271..402ebae0ce 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 5 06:22:37 UTC 2023 +Fri Oct 6 06:22:26 UTC 2023 From b7f5fa20642a9d649c566452283278d0690740be Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 10 Oct 2023 06:24:30 +0000 Subject: [PATCH 1310/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 96391c09e9..8bcc1c2b2c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 9 01:10:52 UTC 2023 +Tue Oct 10 01:10:20 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 402ebae0ce..8e69f1f330 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 6 06:22:26 UTC 2023 +Tue Oct 10 06:23:09 UTC 2023 From fbd670492717ee0784ca01b89adc4fe8a81f3e37 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 11 Oct 2023 06:24:05 +0000 Subject: [PATCH 1311/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8bcc1c2b2c..afcda5939f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 10 01:10:20 UTC 2023 +Wed Oct 11 01:10:35 UTC 2023 From 72f098ed508b59581d1d449c11e1b51e9f66fdbe Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 12 Oct 2023 06:22:56 +0000 Subject: [PATCH 1312/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index afcda5939f..59629983b5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 11 01:10:35 UTC 2023 +Thu Oct 12 01:08:55 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8e69f1f330..8efe0924c3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 10 06:23:09 UTC 2023 +Thu Oct 12 06:22:33 UTC 2023 From 99f0ca549745a989974e754ec323c485a21ebcda Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 13 Oct 2023 06:23:56 +0000 Subject: [PATCH 1313/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 59629983b5..2be1ccbe30 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 12 01:08:55 UTC 2023 +Fri Oct 13 01:12:54 UTC 2023 From 36aa7f323a3027f02b53ca61efa480cea23e38b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 16 Oct 2023 06:24:22 +0000 Subject: [PATCH 1314/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2be1ccbe30..58c5c8f76e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 13 01:12:54 UTC 2023 +Mon Oct 16 01:12:30 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8efe0924c3..19a7e82a32 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 12 06:22:33 UTC 2023 +Fri Oct 13 06:23:19 UTC 2023 From 706da84304bf523a65bb318aa737044687a6716a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 17 Oct 2023 06:24:05 +0000 Subject: [PATCH 1315/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 58c5c8f76e..72b004657d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 16 01:12:30 UTC 2023 +Tue Oct 17 01:11:33 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 19a7e82a32..691e1a729a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 13 06:23:19 UTC 2023 +Mon Oct 16 06:23:40 UTC 2023 From c0a94f3a662a3461e5729698065c2ce253db1c61 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 18 Oct 2023 06:23:51 +0000 Subject: [PATCH 1316/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 72b004657d..07a2362634 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 17 01:11:33 UTC 2023 +Wed Oct 18 01:11:20 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 691e1a729a..f67c9328bc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 16 06:23:40 UTC 2023 +Tue Oct 17 06:23:04 UTC 2023 From 4bff6faf587cf4466c5f8f65f82034d7b229168b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 19 Oct 2023 06:23:44 +0000 Subject: [PATCH 1317/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 07a2362634..96ad337ada 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 18 01:11:20 UTC 2023 +Thu Oct 19 01:10:59 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f67c9328bc..de5260e25f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 17 06:23:04 UTC 2023 +Wed Oct 18 06:22:52 UTC 2023 From 8e7cefee3534a70a29bbd4d2a9cdb09e8d2037c7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 20 Oct 2023 06:23:32 +0000 Subject: [PATCH 1318/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 96ad337ada..0b3ef6ca88 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 19 01:10:59 UTC 2023 +Fri Oct 20 01:10:58 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de5260e25f..1990b480a0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 18 06:22:52 UTC 2023 +Thu Oct 19 06:22:43 UTC 2023 From b4db523643f698e59f95beb03744c5d087ab3daf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 23 Oct 2023 06:24:04 +0000 Subject: [PATCH 1319/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0b3ef6ca88..049e1b7b09 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 20 01:10:58 UTC 2023 +Mon Oct 23 01:11:18 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1990b480a0..893c911bcd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 19 06:22:43 UTC 2023 +Fri Oct 20 06:22:42 UTC 2023 From 83214bff440849ccb50ff6704f4645d6ff721904 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 24 Oct 2023 06:23:09 +0000 Subject: [PATCH 1320/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 049e1b7b09..05935357c0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 23 01:11:18 UTC 2023 +Tue Oct 24 01:10:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 893c911bcd..52341773a0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 20 06:22:42 UTC 2023 +Mon Oct 23 06:23:11 UTC 2023 From c0453d764c839d9caf71d470c8c9ce28358a29dd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 25 Oct 2023 06:22:44 +0000 Subject: [PATCH 1321/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 05935357c0..3991e482a4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 24 01:10:43 UTC 2023 +Wed Oct 25 01:10:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 52341773a0..66d3dede31 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 23 06:23:11 UTC 2023 +Tue Oct 24 06:22:42 UTC 2023 From a07f23d8d32dc90e3825fd19432b66c9dd893a03 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 26 Oct 2023 06:22:27 +0000 Subject: [PATCH 1322/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3991e482a4..bf9e2fafb4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 25 01:10:43 UTC 2023 +Thu Oct 26 01:09:33 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 66d3dede31..bc947dab17 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 24 06:22:42 UTC 2023 +Wed Oct 25 06:22:22 UTC 2023 From 1098045bd21efba85f5ae2765eee73d22e242b09 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 27 Oct 2023 06:23:03 +0000 Subject: [PATCH 1323/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bf9e2fafb4..7821854729 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 26 01:09:33 UTC 2023 +Fri Oct 27 01:09:45 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bc947dab17..807c725de5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 25 06:22:22 UTC 2023 +Thu Oct 26 06:22:03 UTC 2023 From cc065bd8b52fa4d439924eb67d9283d010f7feb3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:31:38 -0300 Subject: [PATCH 1324/1768] add run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/69-run-on-push-to-rc.yml diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml new file mode 100644 index 0000000000..12f1b4ad12 --- /dev/null +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -0,0 +1,30 @@ +name: 69 - Run on push to rc + +on: + push: + branches: + - 'rc/*.*.*' + +jobs: + release-candidate-tag: + runs-on: ubuntu-latest + outputs: + tag: ${{ steps.tag.outputs.tag }} + steps: + - name: Extract branch tag if necessary + id: tag + run: | + BRANCH=${{ github.head_ref }} + TAG="${BRANCH//rc\//""}" + echo $TAG + echo "tag=$TAG" >> $GITHUB_OUTPUT + + release: + needs: + - release-candidate-tag + runs-on: ubuntu-latest + env: + TAG: ${{ needs.release-candidate-tag.outputs.tag }} + steps: + - name: echo TAG + run: Echo ${{ env.TAG }} From dd04c6d08169efc8977aa46f45e744caefdea716 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:33:47 -0300 Subject: [PATCH 1325/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 12f1b4ad12..1449446dc8 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -15,7 +15,7 @@ jobs: id: tag run: | BRANCH=${{ github.head_ref }} - TAG="${BRANCH//rc\//""}" + TAG="${BRANCH//rc//""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From e9e544c77384309d4af315d7d576c61b1b3e4c08 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:35:37 -0300 Subject: [PATCH 1326/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 1449446dc8..3dbbfcd631 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -15,7 +15,8 @@ jobs: id: tag run: | BRANCH=${{ github.head_ref }} - TAG="${BRANCH//rc//""}" + echo $BRANCH + TAG="${BRANCH//rc///""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From c1bc3d1d48be96e7ea6f6d7558bb0c1537c07af3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:38:04 -0300 Subject: [PATCH 1327/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 3dbbfcd631..e006a576e0 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -3,7 +3,7 @@ name: 69 - Run on push to rc on: push: branches: - - 'rc/*.*.*' + - 'rc/*.*.*' jobs: release-candidate-tag: @@ -11,6 +11,10 @@ jobs: outputs: tag: ${{ steps.tag.outputs.tag }} steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Extract branch tag if necessary id: tag run: | From 79b34a1e312d2b14f54deaa6c9a7cde8d6dac159 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:40:52 -0300 Subject: [PATCH 1328/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index e006a576e0..2731889e34 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -18,9 +18,9 @@ jobs: - name: Extract branch tag if necessary id: tag run: | - BRANCH=${{ github.head_ref }} + BRANCH=${{ github.ref }} echo $BRANCH - TAG="${BRANCH//rc///""}" + TAG="${BRANCH//rc\//""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From 48b0c26a93ddf721c55ab2bfed3354391d0a05fb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:43:04 -0300 Subject: [PATCH 1329/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 2731889e34..08d0d9c6d8 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -20,7 +20,7 @@ jobs: run: | BRANCH=${{ github.ref }} echo $BRANCH - TAG="${BRANCH//rc\//""}" + TAG="${BRANCH//refs\/heads\/rc\//""}" echo $TAG echo "tag=$TAG" >> $GITHUB_OUTPUT From a4c55e51381d09cd974e70b314862106c1fd1b84 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 28 Oct 2023 17:47:30 -0300 Subject: [PATCH 1330/1768] update run-on-push-to-rc workflow Signed-off-by: GuillaumeFalourd --- .github/workflows/69-run-on-push-to-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 08d0d9c6d8..2a58c89c13 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -32,4 +32,4 @@ jobs: TAG: ${{ needs.release-candidate-tag.outputs.tag }} steps: - name: echo TAG - run: Echo ${{ env.TAG }} + run: echo ${{ env.TAG }} From 3c09aa2cf7003bc06950644388749cfc44073ff5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 30 Oct 2023 06:22:54 +0000 Subject: [PATCH 1331/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7821854729..f9a00e5b79 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 27 01:09:45 UTC 2023 +Mon Oct 30 01:11:23 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 807c725de5..605b53c516 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 26 06:22:03 UTC 2023 +Fri Oct 27 06:22:06 UTC 2023 From 92cceb9f1648e885d529a345aab5c2860ac9553c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Oct 2023 06:22:38 +0000 Subject: [PATCH 1332/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f9a00e5b79..fb5f41c81b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 30 01:11:23 UTC 2023 +Tue Oct 31 01:11:41 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 605b53c516..6f68a7ad79 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 27 06:22:06 UTC 2023 +Mon Oct 30 06:22:23 UTC 2023 From ce616894cbdf06a11038a1f514f1c8fb6d962239 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 Nov 2023 06:23:52 +0000 Subject: [PATCH 1333/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fb5f41c81b..8506ba0cbd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 31 01:11:41 UTC 2023 +Wed Nov 1 01:15:30 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6f68a7ad79..b37fa569f3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 30 06:22:23 UTC 2023 +Tue Oct 31 06:21:59 UTC 2023 From ef58225ed65ed079c42d126801069819d21a72d5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 Nov 2023 06:22:25 +0000 Subject: [PATCH 1334/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8506ba0cbd..dcdcde49c8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 1 01:15:30 UTC 2023 +Thu Nov 2 01:11:01 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b37fa569f3..fc9cf6b687 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 31 06:21:59 UTC 2023 +Wed Nov 1 06:22:45 UTC 2023 From e0146b641459c8a238db3039109e1659fe9744c0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 Nov 2023 06:22:18 +0000 Subject: [PATCH 1335/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dcdcde49c8..e5e2fd01c9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 2 01:11:01 UTC 2023 +Fri Nov 3 01:11:50 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fc9cf6b687..59413a6120 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 1 06:22:45 UTC 2023 +Thu Nov 2 06:21:51 UTC 2023 From 8d629edfb68eca549d8d096c25f4f1ea3dc77b72 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Nov 2023 06:23:15 +0000 Subject: [PATCH 1336/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5e2fd01c9..19374ad91a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 3 01:11:50 UTC 2023 +Mon Nov 6 01:14:10 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 59413a6120..6be1949cac 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 2 06:21:51 UTC 2023 +Fri Nov 3 06:21:53 UTC 2023 From cf16fa8c176739c0db11058b57ca4af773cf5be3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 6 Nov 2023 11:17:14 +0000 Subject: [PATCH 1337/1768] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7a6787af..7a9b8fe711 100644 --- a/README.md +++ b/README.md @@ -299,11 +299,11 @@ This workflow illustrates how to identify updated folders to perfom a similar be This workflow illustrates how to execute sequencial jobs in specific order using matrix with `max-parallel: 1` strategy. -[![66 - Matrix Object](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yml) +[![66 - Matrix Object](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yaml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/66-matrix-object.yaml) This workflow illustrates how to manipulate matrix object to perform different operation according to a object type. -[![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yml) +[![67 - From JSON Env Var](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yaml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/67-fromjson-env-var.yaml) This workflow illustrates how to extract a specific item from a JSON list stored in a environment variable dynamically. From c62756b3c4f90607b657c94035cb567347e4c9c0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Nov 2023 06:22:27 +0000 Subject: [PATCH 1338/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 19374ad91a..da60e237b0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 6 01:14:10 UTC 2023 +Tue Nov 7 01:13:11 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6be1949cac..e21e687edf 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 3 06:21:53 UTC 2023 +Mon Nov 6 06:22:51 UTC 2023 From 8b74aeb4afc2531fc973f1fdb33f3dbc4d856d95 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Nov 2023 06:23:18 +0000 Subject: [PATCH 1339/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index da60e237b0..c39f1aa5ba 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 7 01:13:11 UTC 2023 +Wed Nov 8 01:12:14 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e21e687edf..c6a9a9d1d1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 6 06:22:51 UTC 2023 +Tue Nov 7 06:22:00 UTC 2023 From 4e8f70fa7e116e4dfd65d8b7abf408bfb8f449b0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Nov 2023 06:22:35 +0000 Subject: [PATCH 1340/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c39f1aa5ba..63385be544 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 8 01:12:14 UTC 2023 +Thu Nov 9 01:12:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c6a9a9d1d1..198b9fc94b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 7 06:22:00 UTC 2023 +Wed Nov 8 06:22:21 UTC 2023 From 9db557a7a37707b1223e4934528c8ffd5d3f359e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 Nov 2023 06:23:13 +0000 Subject: [PATCH 1341/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 63385be544..2c983f9d1f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 9 01:12:57 UTC 2023 +Fri Nov 10 01:12:11 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 198b9fc94b..184c89a6ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 8 06:22:21 UTC 2023 +Thu Nov 9 06:21:55 UTC 2023 From 7287283b8b6aa3c647b202cc58bfae5991d4c9e9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Nov 2023 06:23:25 +0000 Subject: [PATCH 1342/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2c983f9d1f..36453ae026 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 10 01:12:11 UTC 2023 +Mon Nov 13 01:14:13 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 184c89a6ca..74ecd8ef23 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 9 06:21:55 UTC 2023 +Fri Nov 10 06:22:14 UTC 2023 From f2281f90fd6d24f8b06ad0e92afb6f7c5d6b3f3a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 Nov 2023 06:23:22 +0000 Subject: [PATCH 1343/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 36453ae026..29099eaa78 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 13 01:14:13 UTC 2023 +Tue Nov 14 01:12:36 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 74ecd8ef23..e6061728ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 10 06:22:14 UTC 2023 +Mon Nov 13 06:22:25 UTC 2023 From f6c174721251f5e62224dcbc11f0618b5691e7d5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 Nov 2023 06:23:21 +0000 Subject: [PATCH 1344/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 29099eaa78..6ce0758bea 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 14 01:12:36 UTC 2023 +Wed Nov 15 01:14:15 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e6061728ca..7dac1b9dad 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 13 06:22:25 UTC 2023 +Tue Nov 14 06:22:54 UTC 2023 From c9da237553fa692a81e7705cb782e0b2889811f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 Nov 2023 06:23:35 +0000 Subject: [PATCH 1345/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6ce0758bea..4f7f3021bb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 15 01:14:15 UTC 2023 +Thu Nov 16 01:15:08 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7dac1b9dad..c61c0e821e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 14 06:22:54 UTC 2023 +Wed Nov 15 06:23:00 UTC 2023 From 676cd5cd7aec1f465af510f5e99faf454ff764d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 Nov 2023 06:23:30 +0000 Subject: [PATCH 1346/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4f7f3021bb..f8010c0607 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 16 01:15:08 UTC 2023 +Fri Nov 17 01:14:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c61c0e821e..d310e578fa 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 15 06:23:00 UTC 2023 +Thu Nov 16 06:23:13 UTC 2023 From 1b889b0b2041e0f333c4f8f1b03b9b83fc196d77 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 Nov 2023 06:24:10 +0000 Subject: [PATCH 1347/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f8010c0607..d10894d2c9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 17 01:14:49 UTC 2023 +Mon Nov 20 01:15:26 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d310e578fa..995c90696f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 16 06:23:13 UTC 2023 +Fri Nov 17 06:23:08 UTC 2023 From 32399a8a6a3396425755ad6fa635e741d331b20d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 Nov 2023 06:23:46 +0000 Subject: [PATCH 1348/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d10894d2c9..4ba77ccd5b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 20 01:15:26 UTC 2023 +Tue Nov 21 01:17:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 995c90696f..aec54c9bf5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 17 06:23:08 UTC 2023 +Mon Nov 20 06:23:44 UTC 2023 From 23cba503f6580baa03ff6a9b8511bbd79c972223 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Nov 2023 06:24:28 +0000 Subject: [PATCH 1349/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ba77ccd5b..6cb44885b3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 21 01:17:25 UTC 2023 +Wed Nov 22 01:17:07 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index aec54c9bf5..49583cec8d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 20 06:23:44 UTC 2023 +Tue Nov 21 06:23:21 UTC 2023 From b8f51414b2d8816c6be074cc60fc38bba2609d71 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 Nov 2023 06:23:07 +0000 Subject: [PATCH 1350/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6cb44885b3..55a809828a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 22 01:17:07 UTC 2023 +Thu Nov 23 01:14:33 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 49583cec8d..26e7948d50 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 21 06:23:21 UTC 2023 +Wed Nov 22 06:23:36 UTC 2023 From 5ee30567caf2d6ef61dd7b4254bb341505484634 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 Nov 2023 06:23:03 +0000 Subject: [PATCH 1351/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 55a809828a..7bb32c4bd1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 23 01:14:33 UTC 2023 +Fri Nov 24 01:12:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 26e7948d50..5e929984d4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 22 06:23:36 UTC 2023 +Thu Nov 23 06:22:44 UTC 2023 From 96c9ad879260eace2b44af70ac7daa55b2e4364b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Nov 2023 06:24:10 +0000 Subject: [PATCH 1352/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7bb32c4bd1..dd1fa5f8f9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 24 01:12:46 UTC 2023 +Mon Nov 27 01:14:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5e929984d4..469601263c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 23 06:22:44 UTC 2023 +Fri Nov 24 06:22:36 UTC 2023 From 36d89adc514298e56a692a0d4c8c8ba0caeed23f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 28 Nov 2023 06:23:35 +0000 Subject: [PATCH 1353/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dd1fa5f8f9..4162c49aff 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 27 01:14:49 UTC 2023 +Tue Nov 28 01:15:35 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 469601263c..a94b99ae49 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 24 06:22:36 UTC 2023 +Mon Nov 27 06:23:16 UTC 2023 From c4355ae832029b83a93520b4b19529853fd9ff92 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 29 Nov 2023 06:23:56 +0000 Subject: [PATCH 1354/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4162c49aff..f36fd71512 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 28 01:15:35 UTC 2023 +Wed Nov 29 01:15:37 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a94b99ae49..05737b3735 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 27 06:23:16 UTC 2023 +Tue Nov 28 06:23:09 UTC 2023 From fc4b694c32c7bf8acc75f4f183cdc2f9d5c24991 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 Nov 2023 06:23:48 +0000 Subject: [PATCH 1355/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f36fd71512..c977da5711 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 29 01:15:37 UTC 2023 +Thu Nov 30 01:14:34 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 05737b3735..6452daf768 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 28 06:23:09 UTC 2023 +Wed Nov 29 06:23:02 UTC 2023 From 9aed68b6dbe5976739b0f0bb72fd45068bbdbcdf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Dec 2023 06:24:17 +0000 Subject: [PATCH 1356/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c977da5711..70935c33ff 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 30 01:14:34 UTC 2023 +Fri Dec 1 01:21:09 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6452daf768..9acc5cd6c9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 29 06:23:02 UTC 2023 +Thu Nov 30 06:22:58 UTC 2023 From 2e96b1a5440ea1fb4023066e2f9c1a9565301fc9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Dec 2023 06:24:45 +0000 Subject: [PATCH 1357/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 70935c33ff..0a3a9a0e78 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 1 01:21:09 UTC 2023 +Mon Dec 4 01:15:25 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9acc5cd6c9..7efc84807a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 30 06:22:58 UTC 2023 +Mon Dec 4 06:23:45 UTC 2023 From 4837086dca23efefdd0767042ca5b22eb5dc636a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Dec 2023 06:23:54 +0000 Subject: [PATCH 1358/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0a3a9a0e78..b1cf4dce9d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 4 01:15:25 UTC 2023 +Tue Dec 5 01:15:53 UTC 2023 From 656eb39b4ab9964a87240dbebe5f70e620952b9a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Dec 2023 06:23:17 +0000 Subject: [PATCH 1359/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b1cf4dce9d..9b84bb4e50 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 5 01:15:53 UTC 2023 +Wed Dec 6 01:15:41 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7efc84807a..a4d28a9da5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 4 06:23:45 UTC 2023 +Tue Dec 5 06:23:21 UTC 2023 From fc7e39a4dcfd8125078b2a09f45cd9e5fe5acd82 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Dec 2023 11:54:20 +0000 Subject: [PATCH 1360/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/branch-names.yml | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/branch-names.yml b/backup/.github/workflows/branch-names.yml index ef3118808c..e11f9f7053 100644 --- a/backup/.github/workflows/branch-names.yml +++ b/backup/.github/workflows/branch-names.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4 + uses: tj-actions/branch-names@v7.0.7 - name: Running on the default branch. if: steps.branch-name.outputs.is_default == 'true' diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 2110315787..c5f6cf0ad1 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Mon Oct 2 16:25:48 UTC 2023 +Wed Dec 6 11:54:10 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a4d28a9da5..13adba27de 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 5 06:23:21 UTC 2023 +Wed Dec 6 06:22:53 UTC 2023 From c38a9bd4b96a7793241c617b2c5ba08c99f88192 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Dec 2023 06:23:36 +0000 Subject: [PATCH 1361/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9b84bb4e50..8353a88c36 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 6 01:15:41 UTC 2023 +Thu Dec 7 01:15:16 UTC 2023 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index f63583e28b..a14e567161 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Mon Oct 2 16:22:48 UTC 2023 +Wed Dec 6 11:54:20 UTC 2023 From 344a159c45a30fac95a93cda2a274091b8ea607b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Dec 2023 06:23:53 +0000 Subject: [PATCH 1362/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8353a88c36..54df1c2cdb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 7 01:15:16 UTC 2023 +Fri Dec 8 01:15:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 13adba27de..5b770193b1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 6 06:22:53 UTC 2023 +Thu Dec 7 06:23:11 UTC 2023 From 12429092011b2be85f89a585beb7142893947e4e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Dec 2023 06:23:57 +0000 Subject: [PATCH 1363/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 54df1c2cdb..d704ad46ca 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 8 01:15:49 UTC 2023 +Mon Dec 11 01:15:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5b770193b1..795da0bd4f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 7 06:23:11 UTC 2023 +Fri Dec 8 06:22:59 UTC 2023 From c2459bcd73b65b965a9b4cb57ace8ab61f9cf3a2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 06:23:31 +0000 Subject: [PATCH 1364/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d704ad46ca..cb7fbfdb6a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 11 01:15:43 UTC 2023 +Tue Dec 12 01:15:43 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 795da0bd4f..9c0335d322 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 8 06:22:59 UTC 2023 +Mon Dec 11 06:23:29 UTC 2023 From 7b0ae425faa10350182883c50d65e901f46bd227 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 08:14:05 -0300 Subject: [PATCH 1365/1768] add post-failure workflow --- .github/workflows/70-post-failure.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/70-post-failure.yml diff --git a/.github/workflows/70-post-failure.yml b/.github/workflows/70-post-failure.yml new file mode 100644 index 0000000000..33cb032bc3 --- /dev/null +++ b/.github/workflows/70-post-failure.yml @@ -0,0 +1,18 @@ +name: 70 - Post Failure + +on: + workflow_dispatch: + +jobs: + force-failure: + runs-on: ubuntu-latest + steps: + - name: Force job failure + run: exit 1 + + post-failure: + runs-on: ubuntu-latest + if: failure() + steps: + - name: Do something + run: echo "Do something" \ No newline at end of file From 7ea2d068bfd916b6ed8ca3dd6ec75672d9e45065 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 08:18:09 -0300 Subject: [PATCH 1366/1768] update post-failure workflow --- .github/workflows/70-post-failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/70-post-failure.yml b/.github/workflows/70-post-failure.yml index 33cb032bc3..e1aa4fa232 100644 --- a/.github/workflows/70-post-failure.yml +++ b/.github/workflows/70-post-failure.yml @@ -12,7 +12,7 @@ jobs: post-failure: runs-on: ubuntu-latest - if: failure() + if: ${{ always() && contains(needs.*.result, 'failure') }} steps: - name: Do something run: echo "Do something" \ No newline at end of file From 62a975423327c603a519193c05658af299457a8d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 08:19:14 -0300 Subject: [PATCH 1367/1768] update post-failure workflow --- .github/workflows/70-post-failure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/70-post-failure.yml b/.github/workflows/70-post-failure.yml index e1aa4fa232..be5ffed101 100644 --- a/.github/workflows/70-post-failure.yml +++ b/.github/workflows/70-post-failure.yml @@ -12,6 +12,7 @@ jobs: post-failure: runs-on: ubuntu-latest + needs: force-failure if: ${{ always() && contains(needs.*.result, 'failure') }} steps: - name: Do something From d46758e186d0368572da8dc2cac10fe8ef787840 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 08:54:32 -0300 Subject: [PATCH 1368/1768] add many-outputs python workflow --- .github/workflows/71-many-outputs-python.yml | 27 ++++++++++++++++++++ output_function.py | 9 +++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/workflows/71-many-outputs-python.yml create mode 100644 output_function.py diff --git a/.github/workflows/71-many-outputs-python.yml b/.github/workflows/71-many-outputs-python.yml new file mode 100644 index 0000000000..70fbfeb196 --- /dev/null +++ b/.github/workflows/71-many-outputs-python.yml @@ -0,0 +1,27 @@ +name: 71 - Many Outputs Python + +on: + workflow_dispatch: + +jobs: + python-script: + runs-on: ubuntu-latest + outputs: + test1: ${{ steps.script.outputs.TEST1 }} + test2: ${{ steps.script.outputs.TEST2 }} + test3: ${{ steps.script.outputs.TEST3 }} + steps: + - uses: actions/checkout@v4 + - name: Execute Python script + id: script + run: python output_function.py + + job2: + runs-on: ubuntu-latest + needs: python-script + steps: + - name: Print outputs + run: | + echo ${{ needs.python-script.outputs.test1 }} + echo ${{ needs.python-script.outputs.test2 }} + echo ${{ needs.python-script.outputs.test3 }} \ No newline at end of file diff --git a/output_function.py b/output_function.py new file mode 100644 index 0000000000..933a0f6037 --- /dev/null +++ b/output_function.py @@ -0,0 +1,9 @@ +import os + +def save_output(name: str, value: str): + with open(os.getenv('GITHUB_OUTPUT'), "a") as output_file: + output_file.write(f"{name}={value}") + +save_output("TEST1", "VALUE1") +save_output("TEST2", "VALUE2") +save_output("TEST3", "VALUE3") \ No newline at end of file From d97e83008065e93124a364fada902f8461010242 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 08:59:24 -0300 Subject: [PATCH 1369/1768] update many-outputs python workflow --- output_function.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output_function.py b/output_function.py index 933a0f6037..8c11ac1f74 100644 --- a/output_function.py +++ b/output_function.py @@ -1,8 +1,8 @@ import os def save_output(name: str, value: str): - with open(os.getenv('GITHUB_OUTPUT'), "a") as output_file: - output_file.write(f"{name}={value}") + with open(os.getenv['GITHUB_OUTPUT'], "a") as output_file: + print(f"{name}={value}", file=output_file) save_output("TEST1", "VALUE1") save_output("TEST2", "VALUE2") From a2431fa75ce1de3b4b8bb8048cd0bb8f77fa5250 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 09:01:27 -0300 Subject: [PATCH 1370/1768] update many-outputs python workflow --- output_function.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/output_function.py b/output_function.py index 8c11ac1f74..ed6deabbf0 100644 --- a/output_function.py +++ b/output_function.py @@ -1,9 +1,9 @@ import os def save_output(name: str, value: str): - with open(os.getenv['GITHUB_OUTPUT'], "a") as output_file: - print(f"{name}={value}", file=output_file) + with open(os.environ['GITHUB_OUTPUT'], 'a') as output_file: + print(f'{name}={value}', file=output_file) -save_output("TEST1", "VALUE1") -save_output("TEST2", "VALUE2") -save_output("TEST3", "VALUE3") \ No newline at end of file +save_output('TEST1', 'VALUE1') +save_output('TEST2', 'VALUE2') +save_output('TEST3', 'VALUE3') \ No newline at end of file From 5dd35a54d99e43f68c15f4b730a079288fb52f05 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 09:08:28 -0300 Subject: [PATCH 1371/1768] update README file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7a9b8fe711..4411147ff8 100644 --- a/README.md +++ b/README.md @@ -310,3 +310,15 @@ This workflow illustrates how to extract a specific item from a JSON list stored [![68 - OS Types](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/68-ostypes.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/68-ostypes.yml) This workflow shows the os type value for each github runner os. + +[![69 - Run on Push to RC](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/69-run-on-push-to-rc.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/69-run-on-push-to-rc.yml) + +This workflow illustrates how to extract a semantic version from a Release Candidate branch name. + +[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) + +This workflow illustrates how to execute a job when a previous job fails (post failure operations). + +[![71 - Many Outputs Python](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/71-many-outputs-python.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/71-many-outputs-python.yml) + +This workflow illustrates how to save many outputs using a python script and the GITHUB_OUTPUT file. From 0657494a0d63b7d15e23f57b281ee3b7015861bb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Dec 2023 09:10:17 -0300 Subject: [PATCH 1372/1768] update 02-secret-workflow workflow --- .github/workflows/02-secret-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/02-secret-workflow.yml b/.github/workflows/02-secret-workflow.yml index edf1e83086..1481ccdb76 100644 --- a/.github/workflows/02-secret-workflow.yml +++ b/.github/workflows/02-secret-workflow.yml @@ -23,6 +23,7 @@ jobs: owner: 'GuillaumeFalourd' repository: 'formulas-training' access-token: ${{ secrets.ACCESS_TOKEN }} + branch: master - name: Access cloned repository content run: | From 2b41a960a9211e48417d8018e66e8c625f41ceb9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Dec 2023 06:23:17 +0000 Subject: [PATCH 1373/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cb7fbfdb6a..d0fb0f72ea 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 12 01:15:43 UTC 2023 +Wed Dec 13 01:15:21 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9c0335d322..d4ba254411 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 11 06:23:29 UTC 2023 +Tue Dec 12 06:23:07 UTC 2023 From a25dce22d323ec33dff496888a868cb0b040d091 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Dec 2023 06:23:19 +0000 Subject: [PATCH 1374/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d0fb0f72ea..ccaf3675ec 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 13 01:15:21 UTC 2023 +Thu Dec 14 01:14:18 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d4ba254411..7c1a789e4b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 12 06:23:07 UTC 2023 +Wed Dec 13 06:22:51 UTC 2023 From 7cf2c7dc940ecf2c4b2eca3e9825a32f3fc16edd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Dec 2023 06:23:40 +0000 Subject: [PATCH 1375/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ccaf3675ec..cb7bab522a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 14 01:14:18 UTC 2023 +Fri Dec 15 01:16:07 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7c1a789e4b..4526f38591 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 13 06:22:51 UTC 2023 +Thu Dec 14 06:22:39 UTC 2023 From 801a9facaa7ad6e68e7b4b74b7bd302eb9812e98 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Dec 2023 06:24:29 +0000 Subject: [PATCH 1376/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cb7bab522a..503f729f2f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 15 01:16:07 UTC 2023 +Mon Dec 18 01:15:46 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4526f38591..07ec9015b8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 14 06:22:39 UTC 2023 +Fri Dec 15 06:22:47 UTC 2023 From 9176616c40bcc22ba54054ace44f439117a2412c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Dec 2023 06:23:36 +0000 Subject: [PATCH 1377/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 503f729f2f..7ab9edee42 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 18 01:15:46 UTC 2023 +Tue Dec 19 01:14:32 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 07ec9015b8..e7358c69b3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 15 06:22:47 UTC 2023 +Mon Dec 18 06:23:39 UTC 2023 From 8a6c7cef5e12d6e696a371de2292dacfde0a6546 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Dec 2023 06:18:41 +0000 Subject: [PATCH 1378/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7ab9edee42..ed8263e6fc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 19 01:14:32 UTC 2023 +Wed Dec 20 01:01:16 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e7358c69b3..f153e36085 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 18 06:23:39 UTC 2023 +Tue Dec 19 06:23:04 UTC 2023 From 34191ee93e1ae8a710fa7c6fe41ced7e84f7264e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Dec 2023 06:23:20 +0000 Subject: [PATCH 1379/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ed8263e6fc..74a1297f5f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 20 01:01:16 UTC 2023 +Thu Dec 21 01:13:37 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f153e36085..ca22d71a4f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 19 06:23:04 UTC 2023 +Wed Dec 20 06:18:21 UTC 2023 From a04dd4946a0fa68d2b1cc11d360bb28df1ce6660 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Dec 2023 06:23:34 +0000 Subject: [PATCH 1380/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 74a1297f5f..e5c498313a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 21 01:13:37 UTC 2023 +Fri Dec 22 01:13:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ca22d71a4f..d65772db66 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 20 06:18:21 UTC 2023 +Thu Dec 21 06:22:43 UTC 2023 From 29c30565474bf3da0930006eddb0359b9c645cc0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Dec 2023 06:23:36 +0000 Subject: [PATCH 1381/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5c498313a..bb8e2e395f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 22 01:13:05 UTC 2023 +Mon Dec 25 01:14:37 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d65772db66..c0805c88dd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 21 06:22:43 UTC 2023 +Fri Dec 22 06:22:33 UTC 2023 From 9e473a47c5269d0362d0f12c29d3f155ea052f61 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Dec 2023 06:22:55 +0000 Subject: [PATCH 1382/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bb8e2e395f..29a6e952cb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 25 01:14:37 UTC 2023 +Tue Dec 26 01:11:49 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c0805c88dd..773e1f3a4d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 22 06:22:33 UTC 2023 +Mon Dec 25 06:22:58 UTC 2023 From f8993b0762642a70d8b432350c1caa57e7dc9e01 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Dec 2023 06:23:22 +0000 Subject: [PATCH 1383/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 29a6e952cb..1efc9b672b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 26 01:11:49 UTC 2023 +Wed Dec 27 01:12:15 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 773e1f3a4d..d6ad209f16 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 25 06:22:58 UTC 2023 +Tue Dec 26 06:22:07 UTC 2023 From 09b160162e3eb19ba165c75cbe21d610187af856 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Dec 2023 06:22:44 +0000 Subject: [PATCH 1384/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1efc9b672b..041aa081c1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 27 01:12:15 UTC 2023 +Thu Dec 28 01:12:05 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d6ad209f16..d2eba2cd2c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 26 06:22:07 UTC 2023 +Wed Dec 27 06:22:38 UTC 2023 From 892cdb902653e32d32dab09069167b20b3bc3d7a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Dec 2023 06:23:17 +0000 Subject: [PATCH 1385/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 041aa081c1..569796e053 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 28 01:12:05 UTC 2023 +Fri Dec 29 01:03:27 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d2eba2cd2c..692c6cfeb7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 27 06:22:38 UTC 2023 +Thu Dec 28 06:22:14 UTC 2023 From 4eac2e6a024b9771fbdd150767a874308fd5c218 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Jan 2024 06:24:50 +0000 Subject: [PATCH 1386/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 569796e053..ba856dc3c3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 29 01:03:27 UTC 2023 +Mon Jan 1 01:20:25 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 692c6cfeb7..c4ce7127da 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 28 06:22:14 UTC 2023 +Fri Dec 29 06:22:45 UTC 2023 From e98303ffd2e321f56d8dd38eb76bec732b4a17af Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Jan 2024 06:22:47 +0000 Subject: [PATCH 1387/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ba856dc3c3..0bb65fd056 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 1 01:20:25 UTC 2024 +Tue Jan 2 01:12:29 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c4ce7127da..9b1238eb14 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 29 06:22:45 UTC 2023 +Mon Jan 1 06:23:46 UTC 2024 From a17d47f3056fc2d0a70048b3b624216c187b82ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Jan 2024 17:02:39 +0000 Subject: [PATCH 1388/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/changed-files.yml | 4 ++-- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backup/.github/workflows/changed-files.yml b/backup/.github/workflows/changed-files.yml index f64869d1de..ea92d7d8ba 100644 --- a/backup/.github/workflows/changed-files.yml +++ b/backup/.github/workflows/changed-files.yml @@ -19,10 +19,10 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v13.1 + uses: tj-actions/changed-files@v41.0.1 - name: List all changed files run: | for file in ${{ steps.changed-files.outputs.all_changed_files }}; do echo "$file was changed" - done \ No newline at end of file + done diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index a14e567161..37de0caf8a 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Wed Dec 6 11:54:20 UTC 2023 +Tue Jan 2 17:02:08 UTC 2024 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index c5f6cf0ad1..ae6380e8c3 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Wed Dec 6 11:54:10 UTC 2023 +Tue Jan 2 17:02:03 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9b1238eb14..b3ad39dc4b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 1 06:23:46 UTC 2024 +Tue Jan 2 06:22:24 UTC 2024 From 05782f3508f85f3b814a48fc980abfda3c5fb3c1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Jan 2024 06:23:41 +0000 Subject: [PATCH 1389/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0bb65fd056..083bda4b20 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 2 01:12:29 UTC 2024 +Wed Jan 3 01:14:06 UTC 2024 From 8f2d621bc6664085e1c405099ea66cea51f88e37 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Jan 2024 06:23:49 +0000 Subject: [PATCH 1390/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 083bda4b20..29ceef7e53 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 3 01:14:06 UTC 2024 +Thu Jan 4 01:14:34 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b3ad39dc4b..a61663dcfc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 2 06:22:24 UTC 2024 +Wed Jan 3 06:22:42 UTC 2024 From 1801a90efa46c0649333690761a3f545df8ae927 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Jan 2024 11:15:10 +0000 Subject: [PATCH 1391/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/gpt-review.yml | 23 +++++++++++++++++++++++ backup/README.md | 4 ++++ backup/commit-and-push-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 backup/.github/workflows/gpt-review.yml diff --git a/backup/.github/workflows/gpt-review.yml b/backup/.github/workflows/gpt-review.yml new file mode 100644 index 0000000000..b9a96100de --- /dev/null +++ b/backup/.github/workflows/gpt-review.yml @@ -0,0 +1,23 @@ +name: Gitleaks + +on: + pull_request: + +jobs: + gpt-review: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Chat GPT Code Peer Review + uses: edelauna/gpt-review@v1.2.1 + with: + # OpenAI API key used for sending patch diffs for review. + # Required + openai_api_key: ${{ secrets.OPENAI_API_KEY }} + + # The target branch for the git diff to run against. + # Default: ${{ github.base_ref }} + target_branch: '' + + # List of comma seperated values for files to ignore as part of the review process. + ignore_files: '' \ No newline at end of file diff --git a/backup/README.md b/backup/README.md index 9f59e8a2fc..9673e5bc15 100644 --- a/backup/README.md +++ b/backup/README.md @@ -173,6 +173,10 @@ This repository lists some useful generic Actions to use in your Github workflow [Gitleaks](https://github.com/marketplace/actions/gitleaks): Github Action to detect hardcoded secrets like passwords, api keys, and tokens in git repos. +[![GPT Review](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gpt-review.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gpt-review.yml) + +[GPT Review](https://github.com/marketplace/actions/chat-gpt-code-peer-review): Github Action enabling automatic code reviewing in your repository by sending the git diff patches between a head ref and a base ref to OpenAI's API for annotation using Chat GPT (needs [OpenAi API Key](https://www.maisieai.com/help/how-to-get-an-openai-api-key-for-chatgpt)). + [![Horusec](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml) [Horusec](https://github.com/marketplace/actions/horusec): Github Action to identify vulnerabilities in your project. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 37de0caf8a..badad02384 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Tue Jan 2 17:02:08 UTC 2024 +Thu Jan 4 11:15:04 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a61663dcfc..6f109157ca 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 3 06:22:42 UTC 2024 +Thu Jan 4 06:23:09 UTC 2024 From 2e7ced51af6c0b5b7dc07710e93da869af88faf0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Jan 2024 11:39:27 +0000 Subject: [PATCH 1392/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/gpt-review.yml | 4 ++-- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup/.github/workflows/gpt-review.yml b/backup/.github/workflows/gpt-review.yml index b9a96100de..9cabc38e1d 100644 --- a/backup/.github/workflows/gpt-review.yml +++ b/backup/.github/workflows/gpt-review.yml @@ -1,4 +1,4 @@ -name: Gitleaks +name: GPT Review on: pull_request: @@ -20,4 +20,4 @@ jobs: target_branch: '' # List of comma seperated values for files to ignore as part of the review process. - ignore_files: '' \ No newline at end of file + ignore_files: '' diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index badad02384..37de0caf8a 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 4 11:15:04 UTC 2024 +Tue Jan 2 17:02:08 UTC 2024 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index ae6380e8c3..5d503951f6 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Tue Jan 2 17:02:03 UTC 2024 +Thu Jan 4 11:39:23 UTC 2024 From e069bd937689d7e4c42ac979d004438105b1319b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 5 Jan 2024 06:23:38 +0000 Subject: [PATCH 1393/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 29ceef7e53..c2748f7144 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 4 01:14:34 UTC 2024 +Fri Jan 5 01:14:43 UTC 2024 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 37de0caf8a..db1e751dbe 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Tue Jan 2 17:02:08 UTC 2024 +Thu Jan 4 11:39:28 UTC 2024 From 31f4867ff300735ccad86684a20d103852cd56ca Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 8 Jan 2024 06:23:57 +0000 Subject: [PATCH 1394/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c2748f7144..c7a9261b74 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 5 01:14:43 UTC 2024 +Mon Jan 8 01:16:10 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6f109157ca..5443e75638 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 4 06:23:09 UTC 2024 +Fri Jan 5 06:22:35 UTC 2024 From caaeff8d331ea9ce8c8a1bd438c8ba2a4ae74b1d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 9 Jan 2024 06:23:26 +0000 Subject: [PATCH 1395/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c7a9261b74..8827b98f16 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 8 01:16:10 UTC 2024 +Tue Jan 9 01:16:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5443e75638..2e0c524cb6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 5 06:22:35 UTC 2024 +Mon Jan 8 06:23:33 UTC 2024 From 3cca86dab72db9b5fc7b0bf892ccc16ccc0b43df Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 10 Jan 2024 06:23:29 +0000 Subject: [PATCH 1396/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8827b98f16..e40eedf7ea 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 9 01:16:01 UTC 2024 +Wed Jan 10 01:16:10 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2e0c524cb6..a5e00cc86f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 8 06:23:33 UTC 2024 +Tue Jan 9 06:23:03 UTC 2024 From ec27ad92c70780a31eef7330aafcbd7e5e520848 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 11 Jan 2024 06:23:58 +0000 Subject: [PATCH 1397/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e40eedf7ea..af2edcf026 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 10 01:16:10 UTC 2024 +Thu Jan 11 01:16:04 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a5e00cc86f..3392754218 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 9 06:23:03 UTC 2024 +Wed Jan 10 06:23:09 UTC 2024 From 1874a67dda209f4c9e233555eb8dc8afce55d59f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 12 Jan 2024 06:24:19 +0000 Subject: [PATCH 1398/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index af2edcf026..bbf2c06b80 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 11 01:16:04 UTC 2024 +Fri Jan 12 01:16:25 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3392754218..5c5471ceac 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 10 06:23:09 UTC 2024 +Thu Jan 11 06:23:11 UTC 2024 From f5d09525233492f6558731abbbe6f798e3eb1a5a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 15 Jan 2024 06:24:52 +0000 Subject: [PATCH 1399/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bbf2c06b80..31857aef4d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 12 01:16:25 UTC 2024 +Mon Jan 15 01:18:22 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5c5471ceac..41efecd452 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 11 06:23:11 UTC 2024 +Fri Jan 12 06:23:34 UTC 2024 From 23b8fd5b47f9360ecd928ff5fa3b8be9d2c7bb67 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 16 Jan 2024 06:23:47 +0000 Subject: [PATCH 1400/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 31857aef4d..4ef9f4c929 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 15 01:18:22 UTC 2024 +Tue Jan 16 01:15:59 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 41efecd452..4006d23b22 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 12 06:23:34 UTC 2024 +Mon Jan 15 06:24:31 UTC 2024 From 49de46df45e02dd5d3fea6f4d3b9ef5bc7e25eb1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Jan 2024 06:23:45 +0000 Subject: [PATCH 1401/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4ef9f4c929..38b1415dc9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 16 01:15:59 UTC 2024 +Wed Jan 17 01:16:24 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4006d23b22..49cf3f5b24 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 15 06:24:31 UTC 2024 +Tue Jan 16 06:23:28 UTC 2024 From e503391ab9f82e4e0c644ee9b7b8f940348c2876 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Jan 2024 06:24:18 +0000 Subject: [PATCH 1402/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 38b1415dc9..6dbb898563 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 17 01:16:24 UTC 2024 +Thu Jan 18 01:15:47 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 49cf3f5b24..ad726563b6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 16 06:23:28 UTC 2024 +Wed Jan 17 06:23:10 UTC 2024 From 198c787f038466418e51c791b5b2ecde40cd03c3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 19 Jan 2024 06:23:45 +0000 Subject: [PATCH 1403/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6dbb898563..58acdd9b43 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 18 01:15:47 UTC 2024 +Fri Jan 19 01:16:47 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ad726563b6..abe3808bdb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 17 06:23:10 UTC 2024 +Thu Jan 18 06:23:43 UTC 2024 From e1ef4358efca65020fcbc162553aca5861b397e4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Jan 2024 06:24:55 +0000 Subject: [PATCH 1404/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 58acdd9b43..7c3b0147c7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 19 01:16:47 UTC 2024 +Mon Jan 22 01:19:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index abe3808bdb..4de7381ec4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 18 06:23:43 UTC 2024 +Fri Jan 19 06:23:21 UTC 2024 From 7d19e8b73b7eee88f7fb592dceea0eaf2e6c6a1b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 23 Jan 2024 06:23:59 +0000 Subject: [PATCH 1405/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7c3b0147c7..63f5bfea0d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 22 01:19:19 UTC 2024 +Tue Jan 23 01:17:29 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4de7381ec4..fffb4d3653 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 19 06:23:21 UTC 2024 +Mon Jan 22 06:24:35 UTC 2024 From b43e9800d6bcbb9213182e91b9d40aec8f5d0d35 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Jan 2024 06:24:05 +0000 Subject: [PATCH 1406/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 63f5bfea0d..a5cdd4da5e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 23 01:17:29 UTC 2024 +Wed Jan 24 01:17:22 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fffb4d3653..7f87d714c6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 22 06:24:35 UTC 2024 +Tue Jan 23 06:23:35 UTC 2024 From 6fd8f4d97eea28d3757ce6e19f3e72b791df8194 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 Jan 2024 06:23:51 +0000 Subject: [PATCH 1407/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a5cdd4da5e..76a6f3f305 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 24 01:17:22 UTC 2024 +Thu Jan 25 01:17:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7f87d714c6..ff3314464d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 23 06:23:35 UTC 2024 +Wed Jan 24 06:23:44 UTC 2024 From fd10e5d3945c7675f1a0c74e33846d7d3bd692d8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 26 Jan 2024 06:22:56 +0000 Subject: [PATCH 1408/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 76a6f3f305..c8acd721e7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 25 01:17:35 UTC 2024 +Fri Jan 26 01:11:47 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ff3314464d..f29cc5e23c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 24 06:23:44 UTC 2024 +Thu Jan 25 06:23:29 UTC 2024 From cd73751439056032705c578cd07f0402f9bf689a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Jan 2024 06:22:10 +0000 Subject: [PATCH 1409/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c8acd721e7..d5a9663037 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 26 01:11:47 UTC 2024 +Mon Jan 29 01:10:48 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f29cc5e23c..d3bc0ca95c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 25 06:23:29 UTC 2024 +Fri Jan 26 06:22:00 UTC 2024 From f4e3f01f13c41ffb68271e4efa4e97efa8d935c4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 30 Jan 2024 06:22:32 +0000 Subject: [PATCH 1410/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d5a9663037..0bf69007a8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 29 01:10:48 UTC 2024 +Tue Jan 30 01:10:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d3bc0ca95c..fa31012a30 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 26 06:22:00 UTC 2024 +Mon Jan 29 06:21:34 UTC 2024 From 055c35375f44d3740dcce4174ec396cf8577ea0e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 31 Jan 2024 06:22:15 +0000 Subject: [PATCH 1411/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0bf69007a8..0dd7110e95 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 30 01:10:15 UTC 2024 +Wed Jan 31 01:10:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fa31012a30..d1c85a1d27 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 29 06:21:34 UTC 2024 +Tue Jan 30 06:21:58 UTC 2024 From 9bffea063fd7d43e8e96668350b378afaa4a0305 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 1 Feb 2024 06:23:16 +0000 Subject: [PATCH 1412/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0dd7110e95..29e5c4176a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 31 01:10:35 UTC 2024 +Thu Feb 1 01:14:27 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d1c85a1d27..6283b802a8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 30 06:21:58 UTC 2024 +Wed Jan 31 06:21:19 UTC 2024 From e44a646518027b3f0938b0fe2bb10b6e657982e6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 2 Feb 2024 06:21:12 +0000 Subject: [PATCH 1413/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 29e5c4176a..69052e641e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 1 01:14:27 UTC 2024 +Fri Feb 2 01:10:21 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6283b802a8..631b2fd303 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 31 06:21:19 UTC 2024 +Thu Feb 1 06:22:20 UTC 2024 From 789b3906fed8c6666746037d04b53f043f207eea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 5 Feb 2024 06:22:11 +0000 Subject: [PATCH 1414/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 69052e641e..8ac6f9b7f1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 2 01:10:21 UTC 2024 +Mon Feb 5 01:12:22 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 631b2fd303..789276a8d2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 1 06:22:20 UTC 2024 +Fri Feb 2 06:20:52 UTC 2024 From ef6ef75398edd81e1d470fba0e53f7be041aeea4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 6 Feb 2024 06:22:14 +0000 Subject: [PATCH 1415/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8ac6f9b7f1..e5bc888015 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 5 01:12:22 UTC 2024 +Tue Feb 6 01:10:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 789276a8d2..2c56fa0249 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 2 06:20:52 UTC 2024 +Mon Feb 5 06:21:34 UTC 2024 From b01b7c60e037471b90ae89b8bc601ec406e194ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 7 Feb 2024 06:21:26 +0000 Subject: [PATCH 1416/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5bc888015..47a981337d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 6 01:10:12 UTC 2024 +Wed Feb 7 01:08:21 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2c56fa0249..ef2a329eff 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 5 06:21:34 UTC 2024 +Tue Feb 6 06:21:16 UTC 2024 From 8ef96f5311e4e038bd5f52f827290a04aa3d8c23 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Feb 2024 06:23:04 +0000 Subject: [PATCH 1417/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 47a981337d..2a9d0ad71a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 7 01:08:21 UTC 2024 +Thu Feb 8 01:09:03 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ef2a329eff..3c7df09ae5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 6 06:21:16 UTC 2024 +Wed Feb 7 06:20:56 UTC 2024 From 9ee759a8f07a91632b60b9d18253fdb59bc940bc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 9 Feb 2024 06:21:38 +0000 Subject: [PATCH 1418/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2a9d0ad71a..6284788125 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 8 01:09:03 UTC 2024 +Fri Feb 9 01:09:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3c7df09ae5..0a4a3e2aa0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 7 06:20:56 UTC 2024 +Thu Feb 8 06:22:06 UTC 2024 From 77e7b6143c6bb2c0306d2d86b6b5cde85dbe55a0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 12 Feb 2024 06:22:12 +0000 Subject: [PATCH 1419/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6284788125..e698757abd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 9 01:09:12 UTC 2024 +Mon Feb 12 01:10:31 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0a4a3e2aa0..267237cb4d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 8 06:22:06 UTC 2024 +Fri Feb 9 06:21:10 UTC 2024 From bd24dcd53241700b67f5914763bf89668cb46336 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 13 Feb 2024 06:23:01 +0000 Subject: [PATCH 1420/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e698757abd..a5c4f7353f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 12 01:10:31 UTC 2024 +Tue Feb 13 01:10:34 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 267237cb4d..5b9de68a0e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 9 06:21:10 UTC 2024 +Mon Feb 12 06:21:33 UTC 2024 From d29b4caf5188de75fadafa9a6d4c4af3080af112 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 14 Feb 2024 06:22:12 +0000 Subject: [PATCH 1421/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a5c4f7353f..7266e3a581 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 13 01:10:34 UTC 2024 +Wed Feb 14 01:10:44 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5b9de68a0e..a5390f229c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 12 06:21:33 UTC 2024 +Tue Feb 13 06:22:43 UTC 2024 From 665e770bb729405c25f785656c698f39ec765a56 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 06:22:30 +0000 Subject: [PATCH 1422/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7266e3a581..292de1c122 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 14 01:10:44 UTC 2024 +Thu Feb 15 01:10:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a5390f229c..20eaa0a986 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 13 06:22:43 UTC 2024 +Wed Feb 14 06:21:51 UTC 2024 From bb7183d2e38f1a405aae5c399d17b0c2f32ddd9a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 10:57:47 -0300 Subject: [PATCH 1423/1768] add 72 - trigger on comment workflow --- .github/workflows/72-triggger-on-comment.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/72-triggger-on-comment.yml diff --git a/.github/workflows/72-triggger-on-comment.yml b/.github/workflows/72-triggger-on-comment.yml new file mode 100644 index 0000000000..a10cb9e504 --- /dev/null +++ b/.github/workflows/72-triggger-on-comment.yml @@ -0,0 +1,17 @@ +name: 72 - Trigger on comment + +on: + issue_comment: + types: [ created ] + +permissions: + contents: read + +jobs: + build: + uses: ./.github/workflows/63-reusable.yml + if: contains(github.event.comment.body, '/retest') + secrets: inherit + with: + path: path/example + \ No newline at end of file From 88a37ee362246e5013e73824163528ffcfe7d8cd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 11:00:47 -0300 Subject: [PATCH 1424/1768] add 72 example to README file --- .../{72-triggger-on-comment.yml => 72-trigger-on-comment.yml} | 0 README.md | 4 ++++ 2 files changed, 4 insertions(+) rename .github/workflows/{72-triggger-on-comment.yml => 72-trigger-on-comment.yml} (100%) diff --git a/.github/workflows/72-triggger-on-comment.yml b/.github/workflows/72-trigger-on-comment.yml similarity index 100% rename from .github/workflows/72-triggger-on-comment.yml rename to .github/workflows/72-trigger-on-comment.yml diff --git a/README.md b/README.md index 4411147ff8..3e069412a7 100644 --- a/README.md +++ b/README.md @@ -322,3 +322,7 @@ This workflow illustrates how to execute a job when a previous job fails (post f [![71 - Many Outputs Python](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/71-many-outputs-python.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/71-many-outputs-python.yml) This workflow illustrates how to save many outputs using a python script and the GITHUB_OUTPUT file. + +[![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml) + +This workflow illustrates how to start a workflow by commenting using a specific keyword in a Pull Request review. \ No newline at end of file From 9a4dbd3eecf32f0424845d096f0a0dfc2f4088d2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 11:05:06 -0300 Subject: [PATCH 1425/1768] update README file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e069412a7..57c2fb807c 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ This workflow illustrates how to create a new Pull Request based on a branch nam This workflow illustrates how to add a comment on a new Pull Request based on the github actor name after a PR event. -[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-releaseh.yml) +[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-releaseh.yml) - **Deprecated** This workflow illustrates how to call a webhook on each release extracting the release tag. @@ -235,11 +235,11 @@ This workflow illustrates how to list all files from a specific extension (here, This workflow illustrates how to list all env variables set in the runner. -[![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) +[![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) - **As expected** This workflow illustrates how to force a workflow failure if a condition isn't met. -[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) +[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) - **Deprecated** This workflow illustrates how to wait for other workflows completion before executing some operation (using reusable workflows). @@ -315,7 +315,7 @@ This workflow shows the os type value for each github runner os. This workflow illustrates how to extract a semantic version from a Release Candidate branch name. -[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) +[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) - **As expected** This workflow illustrates how to execute a job when a previous job fails (post failure operations). From dad81293e026285a689668cc6aabb78a83e06902 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 11:11:34 -0300 Subject: [PATCH 1426/1768] update README file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57c2fb807c..9b6ff2b286 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ This workflow illustrates how to create a new Pull Request based on a branch nam This workflow illustrates how to add a comment on a new Pull Request based on the github actor name after a PR event. -[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-releaseh.yml) - **Deprecated** +[![30 - Webhook Release](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/30-webhook-release.yml) - DEPRECATED This workflow illustrates how to call a webhook on each release extracting the release tag. @@ -235,11 +235,11 @@ This workflow illustrates how to list all files from a specific extension (here, This workflow illustrates how to list all env variables set in the runner. -[![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) - **As expected** +[![47 - Force Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/47-force-failure.yml) - AS EXPECTED This workflow illustrates how to force a workflow failure if a condition isn't met. -[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) - **Deprecated** +[![48 - Wait for reusable completion](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/48-wait-for-reusable-completion.yml) - DEPRECATED This workflow illustrates how to wait for other workflows completion before executing some operation (using reusable workflows). @@ -315,7 +315,7 @@ This workflow shows the os type value for each github runner os. This workflow illustrates how to extract a semantic version from a Release Candidate branch name. -[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) - **As expected** +[![70 - Post Failure](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/70-post-failure.yml) - AS EXPECTED This workflow illustrates how to execute a job when a previous job fails (post failure operations). @@ -323,6 +323,6 @@ This workflow illustrates how to execute a job when a previous job fails (post f This workflow illustrates how to save many outputs using a python script and the GITHUB_OUTPUT file. -[![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml) +[![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml) This workflow illustrates how to start a workflow by commenting using a specific keyword in a Pull Request review. \ No newline at end of file From 73044c9b4b6cc35287813e1120679ee6bb07cf06 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Feb 2024 11:12:15 -0300 Subject: [PATCH 1427/1768] update README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6ff2b286..880f8c13b2 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,6 @@ This workflow illustrates how to execute a job when a previous job fails (post f This workflow illustrates how to save many outputs using a python script and the GITHUB_OUTPUT file. -[![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-triggger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml) +[![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml) This workflow illustrates how to start a workflow by commenting using a specific keyword in a Pull Request review. \ No newline at end of file From 8853a81bf4a01b20b25a5d4e6d3b8a121e2132a5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 16 Feb 2024 06:22:27 +0000 Subject: [PATCH 1428/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 292de1c122..c7d5ee160b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 15 01:10:18 UTC 2024 +Fri Feb 16 01:10:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 20eaa0a986..2b1708b3d1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 14 06:21:51 UTC 2024 +Thu Feb 15 06:21:39 UTC 2024 From e9501ca9509f8107f46b3febbff0f1a01585c412 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 19 Feb 2024 06:23:51 +0000 Subject: [PATCH 1429/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c7d5ee160b..d082ee19fc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 16 01:10:01 UTC 2024 +Mon Feb 19 01:11:17 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2b1708b3d1..fffddb4223 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 15 06:21:39 UTC 2024 +Fri Feb 16 06:21:27 UTC 2024 From bfccd1b2d8f848783afba2efbb431949fba9dd46 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 20 Feb 2024 06:22:50 +0000 Subject: [PATCH 1430/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d082ee19fc..f5e072a325 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 19 01:11:17 UTC 2024 +Tue Feb 20 01:08:55 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fffddb4223..fd8a7feca2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 16 06:21:27 UTC 2024 +Mon Feb 19 06:22:45 UTC 2024 From 774a3dc8d2483b06e99d335f38ee68ed43c7424e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 21 Feb 2024 06:21:52 +0000 Subject: [PATCH 1431/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f5e072a325..8a6ef5111c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 20 01:08:55 UTC 2024 +Wed Feb 21 01:10:17 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fd8a7feca2..ec18d1a398 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 19 06:22:45 UTC 2024 +Tue Feb 20 06:21:57 UTC 2024 From f46a213205ffed07d10e60f3629e9131f04cc4ca Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 22 Feb 2024 06:22:35 +0000 Subject: [PATCH 1432/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8a6ef5111c..ae20d9ed66 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 21 01:10:17 UTC 2024 +Thu Feb 22 01:09:37 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ec18d1a398..fdc26e7484 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 20 06:21:57 UTC 2024 +Wed Feb 21 06:21:21 UTC 2024 From f6e488a39c63a5f72afaa05d9ee22b4b4bc9dfdc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 23 Feb 2024 06:22:17 +0000 Subject: [PATCH 1433/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ae20d9ed66..50835e2443 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 22 01:09:37 UTC 2024 +Fri Feb 23 01:08:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fdc26e7484..96a9b67d80 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 21 06:21:21 UTC 2024 +Thu Feb 22 06:21:45 UTC 2024 From 7fa85ebb19cc62347c8008d18f3e8b7877db0afd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Feb 2024 06:23:12 +0000 Subject: [PATCH 1434/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 50835e2443..b6557492ff 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Feb 23 01:08:45 UTC 2024 +Mon Feb 26 01:11:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 96a9b67d80..f297741eea 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 22 06:21:45 UTC 2024 +Fri Feb 23 06:21:50 UTC 2024 From 0c8e693a4cf3ec37881ca95b45f640714b47fda2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Feb 2024 06:21:26 +0000 Subject: [PATCH 1435/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b6557492ff..565af4ae2a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Feb 26 01:11:45 UTC 2024 +Tue Feb 27 01:09:04 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f297741eea..de8b25fde6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Feb 23 06:21:50 UTC 2024 +Mon Feb 26 06:22:38 UTC 2024 From 7199bc8118004079cb300cc1b65299885950b5a7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Feb 2024 17:04:26 +0000 Subject: [PATCH 1436/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 14 +++++++------- backup/pull-request-workflow.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backup/README.md b/backup/README.md index 9673e5bc15..208e10dbe0 100644 --- a/backup/README.md +++ b/backup/README.md @@ -71,7 +71,7 @@ This repository lists some useful generic Actions to use in your Github workflow [![Auto merge](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-merge.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/auto-merge.yml) -[Auto Merge](https://github.com/marketplace/actions/merge-pull-requests): GitHub action to automatically merge pull requests when they are ready (`automerged` label). +[Auto Merge](https://github.com/marketplace/actions/merge-pull-requests): GitHub Action to automatically merge pull requests when they are ready (`automerged` label). [![Branch Names](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/branch-names.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/branch-names.yml) @@ -107,7 +107,7 @@ This repository lists some useful generic Actions to use in your Github workflow [![Copycat](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/copycat.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/copycat.yml) -[Copycat](https://github.com/marketplace/actions/copycat-action): GitHub action to copy files from your repository to another external repository. It is also possible to copy files from/to repository Wikis. +[Copycat](https://github.com/marketplace/actions/copycat-action): GitHub Action to copy files from your repository to another external repository. It is also possible to copy files from/to repository Wikis. [![Create JSON](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-json.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-json.yml) @@ -115,15 +115,15 @@ This repository lists some useful generic Actions to use in your Github workflow [![Create Pull Request](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/create-pull-request.yml) -[Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub action to create a pull request for changes to your repository in the actions workspace. +[Create Pull Request](https://github.com/marketplace/actions/create-pull-request): GitHub Action to create a pull request for changes to your repository in the actions workspace. [![Curl](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/curl.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/curl.yml) -[Curl](https://github.com/marketplace/actions/github-action-for-curl): GitHub action to use the curl CLI to perform http requests. +[Curl](https://github.com/marketplace/actions/github-action-for-curl): GitHub Action to use the curl CLI to perform http requests. [![Debug](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/debug.yml) -[Debug](https://github.com/marketplace/actions/debug-action): GitHub action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. +[Debug](https://github.com/marketplace/actions/debug-action): GitHub Action to print the environment variables and the event payload. Useful for developing or debugging GitHub Actions. [![Delete Artifacts](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/delete-artifact.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/delete-artifact.yml) @@ -131,11 +131,11 @@ This repository lists some useful generic Actions to use in your Github workflow [![Enforce PR labels](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/enforce-labels.yml) -[Enforce PR labels](https://github.com/marketplace/actions/enforce-pr-labels): GitHub action to enforce assigning labels before merging PR's. Useful for generating automatic changelog and release notes with `github-release-notes`. +[Enforce PR labels](https://github.com/marketplace/actions/enforce-pr-labels): GitHub Action to enforce assigning labels before merging PR's. Useful for generating automatic changelog and release notes with `github-release-notes`. [![Env Vars](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/env-vars.yml) -[Env Vars](https://github.com/marketplace/actions/github-environment-variables-action): GitHub action to expose useful environment variables. +[Env Vars](https://github.com/marketplace/actions/github-environment-variables-action): GitHub Action to expose useful environment variables. [![File Existence](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/file-existence.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/file-existence.yml) diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de8b25fde6..c3b4189918 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Feb 26 06:22:38 UTC 2024 +Tue Feb 27 06:20:57 UTC 2024 From 3a4c934398029cf9cfef4682f90778561feba061 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Feb 2024 06:21:53 +0000 Subject: [PATCH 1437/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 565af4ae2a..17d1eac48a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Feb 27 01:09:04 UTC 2024 +Wed Feb 28 01:08:47 UTC 2024 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 5d503951f6..ba1529e476 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jan 4 11:39:23 UTC 2024 +Tue Feb 27 17:04:59 UTC 2024 From b3d7fe0dc6ec109c71639310d47385055d51d51e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Feb 2024 06:22:36 +0000 Subject: [PATCH 1438/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 17d1eac48a..cc3bb221f4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Feb 28 01:08:47 UTC 2024 +Thu Feb 29 01:08:56 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c3b4189918..0ca0b5e3db 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Feb 27 06:20:57 UTC 2024 +Wed Feb 28 06:21:27 UTC 2024 From 6dc85cea1d290de09c2c9d79fa2fad78cbd038ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Mar 2024 06:22:43 +0000 Subject: [PATCH 1439/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc3bb221f4..1eae006902 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Feb 29 01:08:56 UTC 2024 +Fri Mar 1 01:15:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0ca0b5e3db..b04998b1bd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Feb 28 06:21:27 UTC 2024 +Thu Feb 29 06:21:41 UTC 2024 From 8378d0de4a37e6dabd95cdbf8fd9038e35bab498 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Mar 2024 07:11:16 +0000 Subject: [PATCH 1440/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1eae006902..d91619437a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 1 01:15:35 UTC 2024 +Mon Mar 4 01:10:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b04998b1bd..6d2b7b0c74 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Feb 29 06:21:41 UTC 2024 +Mon Mar 4 07:10:08 UTC 2024 From 2a95cb1299edd1c3d37fd4732fada8080f464cfb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Mar 2024 06:21:46 +0000 Subject: [PATCH 1441/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d91619437a..cda3b8acbb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 4 01:10:35 UTC 2024 +Tue Mar 5 01:09:26 UTC 2024 From 50e5238bf179a760df82b32d11be113ee1e641cc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Mar 2024 06:24:06 +0000 Subject: [PATCH 1442/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cda3b8acbb..bf92a89fbb 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 5 01:09:26 UTC 2024 +Wed Mar 6 01:10:07 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6d2b7b0c74..0ca58a1d51 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 4 07:10:08 UTC 2024 +Tue Mar 5 06:21:14 UTC 2024 From 1e04b2f16355fed7dda27e47bbd22d93918cae49 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Mar 2024 06:22:51 +0000 Subject: [PATCH 1443/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bf92a89fbb..c2da58df58 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 6 01:10:07 UTC 2024 +Thu Mar 7 00:57:53 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0ca58a1d51..0fc0c60164 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 5 06:21:14 UTC 2024 +Wed Mar 6 06:23:09 UTC 2024 From 61347ebf90484a86b961fcc96fa47f3ffe1e946d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Mar 2024 06:21:58 +0000 Subject: [PATCH 1444/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c2da58df58..9bcbdaadb1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 7 00:57:53 UTC 2024 +Fri Mar 8 01:09:39 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0fc0c60164..73d0e811ed 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 6 06:23:09 UTC 2024 +Thu Mar 7 06:22:31 UTC 2024 From f1146cb99dc8a6caa8f86cb666eddfb4c0a9140b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Mar 2024 06:23:20 +0000 Subject: [PATCH 1445/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9bcbdaadb1..0b25a8a9ea 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 8 01:09:39 UTC 2024 +Mon Mar 11 01:10:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 73d0e811ed..b1b9b5737e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 7 06:22:31 UTC 2024 +Fri Mar 8 06:21:14 UTC 2024 From 84851b1d088303606b3aa52d3a40a1370bc1e231 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Mar 2024 06:22:25 +0000 Subject: [PATCH 1446/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0b25a8a9ea..d40d2ffc61 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 11 01:10:45 UTC 2024 +Tue Mar 12 01:09:14 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b1b9b5737e..83c03fcdb3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 8 06:21:14 UTC 2024 +Mon Mar 11 06:23:01 UTC 2024 From 04f03a2d98ab8e65b5eb428621bdaabce1695ead Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Mar 2024 06:22:48 +0000 Subject: [PATCH 1447/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d40d2ffc61..bb003ef801 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 12 01:09:14 UTC 2024 +Wed Mar 13 01:11:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 83c03fcdb3..8d50eebd7d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 11 06:23:01 UTC 2024 +Tue Mar 12 06:21:37 UTC 2024 From 0930ae5f0f0d1b95a96b8913cabbeabf023efa25 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Mar 2024 06:22:53 +0000 Subject: [PATCH 1448/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bb003ef801..dc75f81126 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 13 01:11:15 UTC 2024 +Thu Mar 14 01:09:55 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8d50eebd7d..d494734a81 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 12 06:21:37 UTC 2024 +Thu Mar 14 06:21:42 UTC 2024 From 25b93711a544861774a98f424b0cb267fcc982c6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Mar 2024 06:22:02 +0000 Subject: [PATCH 1449/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dc75f81126..39650203ad 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 14 01:09:55 UTC 2024 +Fri Mar 15 01:10:43 UTC 2024 From f68ce0e203c309916f83a80fc22fa2f6768715ce Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Mar 2024 12:28:37 +0000 Subject: [PATCH 1450/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../workflows/assert-command-line-output.yml | 74 +++++++++---------- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/backup/.github/workflows/assert-command-line-output.yml b/backup/.github/workflows/assert-command-line-output.yml index e4914dc614..cc0f89c24d 100644 --- a/backup/.github/workflows/assert-command-line-output.yml +++ b/backup/.github/workflows/assert-command-line-output.yml @@ -10,8 +10,8 @@ jobs: PASSED-assert-file-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -20,8 +20,8 @@ jobs: FAILED-assert-file-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -30,8 +30,8 @@ jobs: PASSED-specific-line-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -41,8 +41,8 @@ jobs: FAILED-specific-line-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -52,8 +52,8 @@ jobs: PASSED-contains-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: runner @@ -62,8 +62,8 @@ jobs: FAILED-contains-ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: error @@ -73,8 +73,8 @@ jobs: PASSED-assert-file-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -83,8 +83,8 @@ jobs: FAILED-assert-file-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -93,8 +93,8 @@ jobs: PASSED-specific-line-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -104,8 +104,8 @@ jobs: FAILED-specific-line-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -115,8 +115,8 @@ jobs: PASSED-contains-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: runner @@ -125,8 +125,8 @@ jobs: FAILED-contains-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: error @@ -136,8 +136,8 @@ jobs: PASSED-assert-file-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -146,8 +146,8 @@ jobs: FAILED-assert-file-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -156,8 +156,8 @@ jobs: PASSED-specific-line-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: cat README.md assert_file_path: README.md @@ -167,8 +167,8 @@ jobs: FAILED-specific-line-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha assert_file_path: assert.txt @@ -178,8 +178,8 @@ jobs: PASSED-contains-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: runner @@ -188,9 +188,9 @@ jobs: FAILED-contains-windows: runs-on: windows-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: GuillaumeFalourd/assert-command-line-output@v2 + - uses: actions/checkout@v4 + - uses: GuillaumeFalourd/assert-command-line-output@v2.2 with: command_line: ls -lha contains: error - expected_result: FAILED \ No newline at end of file + expected_result: FAILED diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index db1e751dbe..3237c5ee97 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jan 4 11:39:28 UTC 2024 +Fri Mar 15 12:28:25 UTC 2024 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index ba1529e476..4b57d64c37 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Tue Feb 27 17:04:59 UTC 2024 +Fri Mar 15 12:28:21 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d494734a81..bb0bace6b6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 14 06:21:42 UTC 2024 +Fri Mar 15 06:21:34 UTC 2024 From 7bb4b5e2ff9df2425118cc12b5b2bda5d024628c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Mar 2024 12:37:15 +0000 Subject: [PATCH 1451/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../workflows/assert-command-line-output.yml | 36 +++++++++---------- backup/commit-and-push-workflow.txt | 2 +- backup/git-auto-commit-workflow.txt | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/backup/.github/workflows/assert-command-line-output.yml b/backup/.github/workflows/assert-command-line-output.yml index cc0f89c24d..4d8945586e 100644 --- a/backup/.github/workflows/assert-command-line-output.yml +++ b/backup/.github/workflows/assert-command-line-output.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: runner @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: error @@ -74,7 +74,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -84,7 +84,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -94,7 +94,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -105,7 +105,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -116,7 +116,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: runner @@ -126,7 +126,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: error @@ -137,7 +137,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -147,7 +147,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -157,7 +157,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: cat README.md assert_file_path: README.md @@ -168,7 +168,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha assert_file_path: assert.txt @@ -179,7 +179,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: runner @@ -189,7 +189,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: GuillaumeFalourd/assert-command-line-output@v2.2 + - uses: GuillaumeFalourd/assert-command-line-output@v2.3 with: command_line: ls -lha contains: error diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 3237c5ee97..cb849d2091 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Mar 15 12:28:25 UTC 2024 +Fri Mar 15 12:37:02 UTC 2024 diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 4b57d64c37..67ac5a7c1e 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Mar 15 12:28:21 UTC 2024 +Fri Mar 15 12:36:56 UTC 2024 From 4f4051ed3a2dfb8e5d3e528e9573258f0036beee Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Mar 2024 06:23:35 +0000 Subject: [PATCH 1452/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 39650203ad..572bd26e7d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 15 01:10:43 UTC 2024 +Mon Mar 18 01:11:05 UTC 2024 From ec0b1fd8e98f43e3727c70f9e1e86feab1932366 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Mar 2024 06:22:18 +0000 Subject: [PATCH 1453/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 572bd26e7d..ae1e0bf7f7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 18 01:11:05 UTC 2024 +Tue Mar 19 01:10:40 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bb0bace6b6..678dd58587 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 15 06:21:34 UTC 2024 +Mon Mar 18 06:22:29 UTC 2024 From 8093fbfecc5b894f89124c3e4ef4abf2f0f15924 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Mar 2024 06:22:40 +0000 Subject: [PATCH 1454/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ae1e0bf7f7..5729e601b4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 19 01:10:40 UTC 2024 +Wed Mar 20 01:09:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 678dd58587..a8fb33cea9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 18 06:22:29 UTC 2024 +Tue Mar 19 06:21:19 UTC 2024 From 9c296d07feafe6bbc63aab859e4db4cb22e28122 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Mar 2024 06:22:19 +0000 Subject: [PATCH 1455/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5729e601b4..bf7366b62a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 20 01:09:50 UTC 2024 +Thu Mar 21 01:11:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a8fb33cea9..bdb93f75da 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 19 06:21:19 UTC 2024 +Wed Mar 20 06:22:18 UTC 2024 From 0a89ea2d795dc5b63e0c214fbb501864f8a371f2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Mar 2024 06:22:06 +0000 Subject: [PATCH 1456/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index bf7366b62a..16d2a2713d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 21 01:11:23 UTC 2024 +Fri Mar 22 01:10:04 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bdb93f75da..ed46b3bb5e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 20 06:22:18 UTC 2024 +Thu Mar 21 06:21:27 UTC 2024 From b8e491f299609316ca09100e36db3fdd150613f5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Mar 2024 06:23:41 +0000 Subject: [PATCH 1457/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 16d2a2713d..064ec3e6ed 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 22 01:10:04 UTC 2024 +Mon Mar 25 01:12:17 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ed46b3bb5e..a6662ce7fb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 21 06:21:27 UTC 2024 +Fri Mar 22 06:21:31 UTC 2024 From 3d4679162e96ae443b786e3f71bcf1d91b8f4b6a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Mar 2024 06:23:05 +0000 Subject: [PATCH 1458/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 064ec3e6ed..ad823e22d4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Mar 25 01:12:17 UTC 2024 +Tue Mar 26 01:10:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a6662ce7fb..c56f772a85 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Mar 22 06:21:31 UTC 2024 +Mon Mar 25 06:23:18 UTC 2024 From 9a811e2c3f6828cebfb9d3cd886a3ae8ce633d4d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Mar 2024 06:22:29 +0000 Subject: [PATCH 1459/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ad823e22d4..c806d1a6c3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Mar 26 01:10:23 UTC 2024 +Wed Mar 27 01:10:14 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c56f772a85..533591c29b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Mar 25 06:23:18 UTC 2024 +Tue Mar 26 06:22:14 UTC 2024 From 8584942980eb35f4942aa4df2621474706a21f41 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Mar 2024 14:38:38 -0300 Subject: [PATCH 1460/1768] add workflow-tester90 --- .github/workflows/workflow-tester90.yml | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/workflow-tester90.yml diff --git a/.github/workflows/workflow-tester90.yml b/.github/workflows/workflow-tester90.yml new file mode 100644 index 0000000000..290dc85aaf --- /dev/null +++ b/.github/workflows/workflow-tester90.yml @@ -0,0 +1,30 @@ +name: Test 90 # Related to SO: https://stackoverflow.com/questions/78233438/github-action-cannot-get-timeout-status-from-previous-step +on: + push: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Run Spectacles Job + id: spectaclesJob + timeout-minutes: 1 + continue-on-error: true + run: | + echo "Waiting 1 minute 30 seconds..." + sleep 90 + + - name: Print conclusion + run: echo ${{ steps.spectaclesJob.conclusion }} + + - name: Print outcome + run: echo ${{ steps.spectaclesJob.outcome }} + + - name: Why does this step not run + if: ${{ steps.spectaclesJob.conclusion == 'timeout' }} + run: echo "And why is the conclusion 'success'" \ No newline at end of file From 2978c782f6818c3fbc23476dfb954acb6b498efc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Mar 2024 06:22:01 +0000 Subject: [PATCH 1461/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c806d1a6c3..b1ce998635 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Mar 27 01:10:14 UTC 2024 +Thu Mar 28 01:10:37 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 533591c29b..6717b2f0e6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Mar 26 06:22:14 UTC 2024 +Wed Mar 27 06:21:33 UTC 2024 From 5f88dc821f622f0689c38fd4649ba9c796ba3120 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Mar 2024 06:21:47 +0000 Subject: [PATCH 1462/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b1ce998635..9e3b05a8ac 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Mar 28 01:10:37 UTC 2024 +Fri Mar 29 01:10:53 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6717b2f0e6..975b00fe1b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Mar 27 06:21:33 UTC 2024 +Thu Mar 28 06:21:40 UTC 2024 From 95410e4be2aa2f4d61685afa0257630737448e74 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Sat, 30 Mar 2024 16:13:07 -0300 Subject: [PATCH 1463/1768] add worklflow-test91 Signed-off-by: GuillaumeFalourd --- .github/workflows/workflow-tester91.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/workflow-tester91.yml diff --git a/.github/workflows/workflow-tester91.yml b/.github/workflows/workflow-tester91.yml new file mode 100644 index 0000000000..c05ed8949f --- /dev/null +++ b/.github/workflows/workflow-tester91.yml @@ -0,0 +1,24 @@ +name: Test 91 +on: + push: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + test: + runs-on: windows-latest + steps: + - name: Clone GuillaumeFalourd/formulas-training PRIVATE repository + uses: GuillaumeFalourd/clone-github-repo-action@v2.3 + with: + owner: 'GuillaumeFalourd' + repository: 'formulas-training' + access-token: ${{ secrets.ACCESS_TOKEN }} + + - name: Access cloned repository content + run: | + Set-Location formulas-training + Get-ChildItem -Force From 27dadbc490846862ec87e39754b351e9869d7674 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Apr 2024 06:23:43 +0000 Subject: [PATCH 1464/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9e3b05a8ac..ae477c3853 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Mar 29 01:10:53 UTC 2024 +Mon Apr 1 01:17:14 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 975b00fe1b..a440b31031 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Mar 28 06:21:40 UTC 2024 +Mon Apr 1 06:22:42 UTC 2024 From 0994da3674531d5cb72bb9170ae2c152f4e3167a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Apr 2024 18:20:11 -0300 Subject: [PATCH 1465/1768] add workflow-tester92 --- .github/workflows/workflow-tester92.yml | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/workflow-tester92.yml diff --git a/.github/workflows/workflow-tester92.yml b/.github/workflows/workflow-tester92.yml new file mode 100644 index 0000000000..37db1b03fb --- /dev/null +++ b/.github/workflows/workflow-tester92.yml @@ -0,0 +1,29 @@ +name: Test 92 # Related to SO https://stackoverflow.com/questions/78257809/github-action-contains-conditional-issue + +on: + workflow_dispatch: + +jobs: + myjob: + runs-on: windows-latest + steps: + - name: Step 3 + id: Build1 + run: echo Build + continue-on-error: true + - name: Step 4 + id: Build2 + run: exit1 + continue-on-error: true + - name: Check Build1 - 1 + if: contains(steps.Build1.outcome, 'success') + run: echo SUCCESS + - name: Check Build1 - 2 + if: steps.Build1.outcome == 'success' + run: echo SUCCESS + - name: Check Build2 - 1 + if: contains(steps.Build2.outcome, 'failure') + run: echo FAILURE + - name: Check Build2 - 2 + if: steps.Build2.outcome != 'success' + run: echo ${{steps.Build2.outcome}} From 615661cfafb855eaf7221236236093568440007b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Apr 2024 18:21:54 -0300 Subject: [PATCH 1466/1768] update workflow-tester92 --- .github/workflows/workflow-tester92.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester92.yml b/.github/workflows/workflow-tester92.yml index 37db1b03fb..0d9e7d16d6 100644 --- a/.github/workflows/workflow-tester92.yml +++ b/.github/workflows/workflow-tester92.yml @@ -4,26 +4,26 @@ on: workflow_dispatch: jobs: - myjob: + test: runs-on: windows-latest steps: - - name: Step 3 + - name: Build 1 id: Build1 run: echo Build continue-on-error: true - - name: Step 4 + - name: Build 2 id: Build2 run: exit1 continue-on-error: true - name: Check Build1 - 1 if: contains(steps.Build1.outcome, 'success') - run: echo SUCCESS + run: echo ${{steps.Build1.outcome}} - name: Check Build1 - 2 if: steps.Build1.outcome == 'success' - run: echo SUCCESS + run: echo ${{steps.Build1.outcome}} - name: Check Build2 - 1 if: contains(steps.Build2.outcome, 'failure') - run: echo FAILURE + run: echo ${{steps.Build2.outcome}} - name: Check Build2 - 2 if: steps.Build2.outcome != 'success' run: echo ${{steps.Build2.outcome}} From a83f834d7cc5a1ff40e042956edbb226a40e4061 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Apr 2024 06:22:52 +0000 Subject: [PATCH 1467/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ae477c3853..f1ebd7357c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 1 01:17:14 UTC 2024 +Tue Apr 2 01:14:54 UTC 2024 From 41a68e831875a23cb7c2095eb78c66f33b89b7df Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Apr 2024 06:21:55 +0000 Subject: [PATCH 1468/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f1ebd7357c..13d99285ec 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 2 01:14:54 UTC 2024 +Wed Apr 3 01:10:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a440b31031..297e7e4057 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 1 06:22:42 UTC 2024 +Tue Apr 2 06:22:16 UTC 2024 From cf51a8f90e81189ff11840e710e7375a516a377f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Apr 2024 06:22:39 +0000 Subject: [PATCH 1469/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 13d99285ec..da8d85e3b7 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 3 01:10:50 UTC 2024 +Thu Apr 4 01:12:17 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 297e7e4057..5a82285d09 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 2 06:22:16 UTC 2024 +Thu Apr 4 06:21:40 UTC 2024 From 99f5d3a5f6ef9ef6b048b57bd0fe6a0b4f199118 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 5 Apr 2024 06:22:18 +0000 Subject: [PATCH 1470/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index da8d85e3b7..9ec88571b3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 4 01:12:17 UTC 2024 +Fri Apr 5 01:11:27 UTC 2024 From 3e5579caec355320f5c115278ac71be3d50769ab Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 8 Apr 2024 06:23:29 +0000 Subject: [PATCH 1471/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9ec88571b3..c2476fb713 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 5 01:11:27 UTC 2024 +Mon Apr 8 01:13:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5a82285d09..1e093489e2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 4 06:21:40 UTC 2024 +Fri Apr 5 06:22:00 UTC 2024 From 25fbdf6f7c72ceb136491089703569bfbbf5d163 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 9 Apr 2024 06:22:46 +0000 Subject: [PATCH 1472/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c2476fb713..c96176cf99 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 8 01:13:01 UTC 2024 +Tue Apr 9 01:12:00 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1e093489e2..ff5fe2e4bd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 5 06:22:00 UTC 2024 +Mon Apr 8 06:23:06 UTC 2024 From 81d3c109735dc2b2a7edbc499ae8f800cd413753 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 10 Apr 2024 06:23:44 +0000 Subject: [PATCH 1473/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c96176cf99..13c1dc059d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 9 01:12:00 UTC 2024 +Wed Apr 10 01:10:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ff5fe2e4bd..6fade33532 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 8 06:23:06 UTC 2024 +Tue Apr 9 06:22:21 UTC 2024 From 9cf0babff2eb0b6d8f75da578187ff3457036e1a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 11 Apr 2024 06:23:18 +0000 Subject: [PATCH 1474/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 13c1dc059d..e5d34dedca 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 10 01:10:57 UTC 2024 +Thu Apr 11 01:12:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6fade33532..c965aeec3f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 9 06:22:21 UTC 2024 +Wed Apr 10 06:23:00 UTC 2024 From 62c28ac40285d821a2334f0191fbac6466686220 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 12 Apr 2024 06:22:57 +0000 Subject: [PATCH 1475/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5d34dedca..7a2f36b048 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 11 01:12:38 UTC 2024 +Fri Apr 12 01:12:16 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c965aeec3f..89c8331241 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 10 06:23:00 UTC 2024 +Thu Apr 11 06:22:28 UTC 2024 From 547a6f70f9f1167d1162f78194fa496785225e39 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 15 Apr 2024 06:21:37 +0000 Subject: [PATCH 1476/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a2f36b048..319b4b4786 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 12 01:12:16 UTC 2024 +Mon Apr 15 03:29:43 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 89c8331241..902f21c919 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 11 06:22:28 UTC 2024 +Fri Apr 12 06:22:35 UTC 2024 From 8b9c2617ee46e939a5a4b8cb07297ab5c40ceb8f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 16 Apr 2024 06:22:31 +0000 Subject: [PATCH 1477/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 319b4b4786..35e8371dd4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 15 03:29:43 UTC 2024 +Tue Apr 16 01:11:33 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 902f21c919..4b28d7602b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 12 06:22:35 UTC 2024 +Mon Apr 15 06:21:17 UTC 2024 From 731d5a9824fe3e11e8354a71a31a6fb3d5cdbd63 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Apr 2024 06:25:11 +0000 Subject: [PATCH 1478/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 35e8371dd4..8baf175be0 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 16 01:11:33 UTC 2024 +Wed Apr 17 01:12:07 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4b28d7602b..46336b61c5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 15 06:21:17 UTC 2024 +Tue Apr 16 06:22:13 UTC 2024 From 331f8d0ddda5b2be5c0ce62556e3b923dda65519 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Apr 2024 08:24:37 -0300 Subject: [PATCH 1479/1768] add workflow-tester93.yml --- .github/workflows/workflow-tester93.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/workflow-tester93.yml diff --git a/.github/workflows/workflow-tester93.yml b/.github/workflows/workflow-tester93.yml new file mode 100644 index 0000000000..1a62b3d328 --- /dev/null +++ b/.github/workflows/workflow-tester93.yml @@ -0,0 +1,28 @@ +name: Test 93 # Related to SO https://stackoverflow.com/questions/78337398/github-default-working-directory-with-variable + +on: + workflow_dispatch: + inputs: + ENVIRONMENT: + default: development + type: string + PATH: + default: test + type: string + +env: + PATH: ${{ inputs.PATH }} + +defaults: + run: + shell: bash + working-directory: ${{ env.PATH }} + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: Run Commands with various variables + run: | + echo "Hello World" + echo "${{ inputs.ENVIRONMENT}}/${{ inputs.PATH }} " \ No newline at end of file From ad8ebec43fc0c05dd5fd675cf4e3a0ddb45eaf3a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Apr 2024 08:28:03 -0300 Subject: [PATCH 1480/1768] update workflow-tester93.yml --- .github/workflows/workflow-tester93.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester93.yml b/.github/workflows/workflow-tester93.yml index 1a62b3d328..b491a65b95 100644 --- a/.github/workflows/workflow-tester93.yml +++ b/.github/workflows/workflow-tester93.yml @@ -12,15 +12,14 @@ on: env: PATH: ${{ inputs.PATH }} - -defaults: - run: - shell: bash - working-directory: ${{ env.PATH }} jobs: job1: runs-on: ubuntu-latest + defaults: + run: + shell: bash + working-directory: ${{ env.PATH }} steps: - name: Run Commands with various variables run: | From 36fd737e4f303e445858bf2c7c4618011cb3829c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Apr 2024 06:23:46 +0000 Subject: [PATCH 1481/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8baf175be0..164125b331 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 17 01:12:07 UTC 2024 +Thu Apr 18 01:11:46 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 46336b61c5..1ff3b4477a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 16 06:22:13 UTC 2024 +Wed Apr 17 06:24:51 UTC 2024 From 1e5ddf6d9f36e75527609ec101a10c57d42ae029 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 19 Apr 2024 06:23:59 +0000 Subject: [PATCH 1482/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 164125b331..ff71748b49 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 18 01:11:46 UTC 2024 +Fri Apr 19 01:12:49 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1ff3b4477a..9b82859c02 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 17 06:24:51 UTC 2024 +Thu Apr 18 06:23:10 UTC 2024 From deaf592311ab257e8d8b2df9b59c4883c3b8bf68 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 06:24:01 +0000 Subject: [PATCH 1483/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ff71748b49..fa6bedc5f8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 19 01:12:49 UTC 2024 +Mon Apr 22 01:14:34 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9b82859c02..0b75eb9fd7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 18 06:23:10 UTC 2024 +Fri Apr 19 06:22:58 UTC 2024 From 5dc4f0181cb697dbec97c8d4830c65b635f98700 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 09:29:58 -0300 Subject: [PATCH 1484/1768] add workflow 73 --- .github/workflows/73-if-file-exists.yml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/73-if-file-exists.yml diff --git a/.github/workflows/73-if-file-exists.yml b/.github/workflows/73-if-file-exists.yml new file mode 100644 index 0000000000..d4228e752d --- /dev/null +++ b/.github/workflows/73-if-file-exists.yml @@ -0,0 +1,28 @@ +name: 73 - Run Step if File Exists + +on: + push: + branches: + - main + +jobs: + check_file_job: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + # Step to run if file exists + - name: Run if file exists + if: success() && runner.os == 'Linux' && fileExists('path/to/your/file.txt') + run: | + # Your command to run if the file exists + echo "File exists, running additional steps..." + + # Step to run if file does not exist + - name: File does not exist + if: success() && runner.os == 'Linux' && !fileExists('path/to/your/file.txt') + run: | + # Your command to run if the file does not exist + echo "File does not exist, skipping additional steps..." \ No newline at end of file From a4e50105405fbb9680a5cdc4b91d4d6f49b555bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 09:33:05 -0300 Subject: [PATCH 1485/1768] update workflow 73 --- .github/workflows/73-if-file-exists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/73-if-file-exists.yml b/.github/workflows/73-if-file-exists.yml index d4228e752d..2343f608cd 100644 --- a/.github/workflows/73-if-file-exists.yml +++ b/.github/workflows/73-if-file-exists.yml @@ -15,14 +15,14 @@ jobs: # Step to run if file exists - name: Run if file exists - if: success() && runner.os == 'Linux' && fileExists('path/to/your/file.txt') + if: ${{ success() && hashFiles('does-not-exist-fail.xml') != '' }} run: | # Your command to run if the file exists echo "File exists, running additional steps..." # Step to run if file does not exist - name: File does not exist - if: success() && runner.os == 'Linux' && !fileExists('path/to/your/file.txt') + if: ${{ success() && !hashFiles('does-not-exist-fail.xml') != ''}} run: | # Your command to run if the file does not exist echo "File does not exist, skipping additional steps..." \ No newline at end of file From 4b5a49273630d9ead3f7860093c4df061c5e8011 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 10:28:26 -0300 Subject: [PATCH 1486/1768] update workflow 73 --- .github/workflows/73-if-file-exists.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/73-if-file-exists.yml b/.github/workflows/73-if-file-exists.yml index 2343f608cd..87e15adbca 100644 --- a/.github/workflows/73-if-file-exists.yml +++ b/.github/workflows/73-if-file-exists.yml @@ -15,14 +15,24 @@ jobs: # Step to run if file exists - name: Run if file exists - if: ${{ success() && hashFiles('does-not-exist-fail.xml') != '' }} + if: ${{ !cancelled() && hashFiles('test.py') != '' }} run: | # Your command to run if the file exists echo "File exists, running additional steps..." + - name: Force failure + run: exit 1 + # Step to run if file does not exist - name: File does not exist - if: ${{ success() && !hashFiles('does-not-exist-fail.xml') != ''}} + if: ${{ !cancelled() && !hashFiles('does-not-exist-fail.txt') != ''}} + run: | + # Your command to run if the file does not exist + echo "File does not exist, skipping additional steps..." + + # Step to run if file does not exist + - name: File does not exist (Should never run) + if: ${{ !cancelled() && hashFiles('does-not-exist-fail.txt') != ''}} run: | # Your command to run if the file does not exist echo "File does not exist, skipping additional steps..." \ No newline at end of file From c0a120e8c3eb2d74949417c43977a2020e9421b6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 10:59:55 -0300 Subject: [PATCH 1487/1768] update README with 73 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 880f8c13b2..e1738a2da7 100644 --- a/README.md +++ b/README.md @@ -325,4 +325,8 @@ This workflow illustrates how to save many outputs using a python script and the [![72 - Trigger on comment](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/72-trigger-on-comment.yml) -This workflow illustrates how to start a workflow by commenting using a specific keyword in a Pull Request review. \ No newline at end of file +This workflow illustrates how to start a workflow by commenting using a specific keyword in a Pull Request review. + +[![73 - Check if file exists](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/73-if-file-exists.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/73-if-file-exists.yml) - AS EXPECTED + +This workflow illustrates how to check if a file exists in a workflow after a failure, to perform some custom operations. \ No newline at end of file From 1dce3dfa2dfd6be691acd2d26b0cf1dcdf7147bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Apr 2024 14:59:49 -0300 Subject: [PATCH 1488/1768] update 73 file --- .github/workflows/73-if-file-exists.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/73-if-file-exists.yml b/.github/workflows/73-if-file-exists.yml index 87e15adbca..3ebdee843e 100644 --- a/.github/workflows/73-if-file-exists.yml +++ b/.github/workflows/73-if-file-exists.yml @@ -29,6 +29,9 @@ jobs: run: | # Your command to run if the file does not exist echo "File does not exist, skipping additional steps..." + echo ${{ hashFiles('does-not-exist-fail.txt') }} + echo ${{ hashFiles('does-not-exist-fail.txt') != '' }} + echo ${{ !hashFiles('does-not-exist-fail.txt') != '' }} # Step to run if file does not exist - name: File does not exist (Should never run) From 0f6b3c662d371ca25e28287bc7ecd633951739de Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 23 Apr 2024 06:25:02 +0000 Subject: [PATCH 1489/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fa6bedc5f8..0bc7ad727a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 22 01:14:34 UTC 2024 +Tue Apr 23 01:13:33 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0b75eb9fd7..44cc211bae 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 19 06:22:58 UTC 2024 +Mon Apr 22 06:22:59 UTC 2024 From 199fda41529bb05142b988284060a0ee814be8d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Apr 2024 06:26:19 +0000 Subject: [PATCH 1490/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0bc7ad727a..f1e201ab75 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 23 01:13:33 UTC 2024 +Wed Apr 24 01:15:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 44cc211bae..8486eb5d23 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 22 06:22:59 UTC 2024 +Tue Apr 23 06:24:28 UTC 2024 From 44b33963a54b949fcebc2c1a7f6715e3dad4229a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 Apr 2024 06:23:25 +0000 Subject: [PATCH 1491/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f1e201ab75..6997dcf645 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Apr 24 01:15:15 UTC 2024 +Thu Apr 25 01:14:51 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8486eb5d23..d3c8991374 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 23 06:24:28 UTC 2024 +Wed Apr 24 06:25:33 UTC 2024 From 3048e68137e5d8587f349a1f758b2a9c03c9a7d9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 26 Apr 2024 06:25:50 +0000 Subject: [PATCH 1492/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6997dcf645..544478c921 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Apr 25 01:14:51 UTC 2024 +Fri Apr 26 01:13:30 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d3c8991374..4430da7b96 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Apr 24 06:25:33 UTC 2024 +Thu Apr 25 06:23:06 UTC 2024 From 5c33fc40132e8623ecdf60249d97c7091a871af6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Apr 2024 06:25:03 +0000 Subject: [PATCH 1493/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 544478c921..d6f6ec7e86 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Apr 26 01:13:30 UTC 2024 +Mon Apr 29 01:14:37 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4430da7b96..bf284c3bb4 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Apr 25 06:23:06 UTC 2024 +Fri Apr 26 06:25:22 UTC 2024 From f137bd98648a48306096f840d6dda10d9199fbe4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Apr 2024 11:28:36 -0300 Subject: [PATCH 1494/1768] add workflow 94 --- .github/workflows/workflow-tester94.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/workflow-tester94.yml diff --git a/.github/workflows/workflow-tester94.yml b/.github/workflows/workflow-tester94.yml new file mode 100644 index 0000000000..5e5ad34ef6 --- /dev/null +++ b/.github/workflows/workflow-tester94.yml @@ -0,0 +1,23 @@ +name: Test 94 # Related to SO https://stackoverflow.com/questions/78401891/modify-the-run-name-into-uppercase-of-workflow-github-actions?noredirect=1#comment138222651_78401891 + +on: + workflow_dispatch: + inputs: + environment: + required: true + type: choice + description: Select the environment + options: + - 'dev' + - 'test' + - 'prod' + default : 'dev' + +run-name: Trial - ${{ inputs.environment }}ˆˆ + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + steps: + - name: Dummy workflow + run: echo "dummy workflow" \ No newline at end of file From af3b808e10ee4068b340eaa4f8784cf64d97448e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Apr 2024 11:35:19 -0300 Subject: [PATCH 1495/1768] update workflow-tester 94 --- .github/workflows/workflow-tester94.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester94.yml b/.github/workflows/workflow-tester94.yml index 5e5ad34ef6..1c0ef3b999 100644 --- a/.github/workflows/workflow-tester94.yml +++ b/.github/workflows/workflow-tester94.yml @@ -13,7 +13,7 @@ on: - 'prod' default : 'dev' -run-name: Trial - ${{ inputs.environment }}ˆˆ +run-name: Trial - $(echo "${{ inputs.environment }}" | sed 's/.*/\U&/') jobs: build-and-deploy: From ec03042090cc345c3db210183e9dfeb26b8ea522 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Apr 2024 11:38:50 -0300 Subject: [PATCH 1496/1768] update workflow-tester 94 --- .github/workflows/workflow-tester94.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester94.yml b/.github/workflows/workflow-tester94.yml index 1c0ef3b999..051555e965 100644 --- a/.github/workflows/workflow-tester94.yml +++ b/.github/workflows/workflow-tester94.yml @@ -13,7 +13,7 @@ on: - 'prod' default : 'dev' -run-name: Trial - $(echo "${{ inputs.environment }}" | sed 's/.*/\U&/') +run-name: Trial - ${{ inputs.environment == 'dev' && 'DEV' || inputs.environment == 'test' && 'TEST' || 'PROD' }} jobs: build-and-deploy: From 985c5996ca3b5182a44ca7b121d6ada32ea12bcb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 30 Apr 2024 06:25:07 +0000 Subject: [PATCH 1497/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6f6ec7e86..17bfb25f7a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Apr 29 01:14:37 UTC 2024 +Tue Apr 30 01:13:16 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bf284c3bb4..3121ef390c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Apr 26 06:25:22 UTC 2024 +Mon Apr 29 06:24:08 UTC 2024 From a3ec345e6f192d60ec6f5fd5dfa932faad86ae07 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 May 2024 06:25:02 +0000 Subject: [PATCH 1498/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 17bfb25f7a..72b4071a21 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Apr 30 01:13:16 UTC 2024 +Wed May 1 01:18:24 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3121ef390c..b8d9b1f03d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Apr 29 06:24:08 UTC 2024 +Tue Apr 30 06:24:05 UTC 2024 From 5d25e21bd1c5917ff6eed25bffce4810507950d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 May 2024 06:24:04 +0000 Subject: [PATCH 1499/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 72b4071a21..739786cfb1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 1 01:18:24 UTC 2024 +Thu May 2 01:13:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b8d9b1f03d..6a6a108a94 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Apr 30 06:24:05 UTC 2024 +Wed May 1 06:24:31 UTC 2024 From 55bea410cb2bc738c23bec6e1c9415602f43883b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 May 2024 06:24:04 +0000 Subject: [PATCH 1500/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 739786cfb1..af51174b72 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 2 01:13:12 UTC 2024 +Fri May 3 01:16:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6a6a108a94..1c0b2c6ab3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 1 06:24:31 UTC 2024 +Thu May 2 06:23:21 UTC 2024 From d10894189543851f9040a1c2193801130c068a0c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 May 2024 06:25:06 +0000 Subject: [PATCH 1501/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index af51174b72..b254f9ad33 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 3 01:16:23 UTC 2024 +Mon May 6 01:15:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1c0b2c6ab3..75d6ab155a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 2 06:23:21 UTC 2024 +Fri May 3 06:23:28 UTC 2024 From 53f3eb94141e0128b74660493e3cec8be6ba3efa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 May 2024 06:24:24 +0000 Subject: [PATCH 1502/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b254f9ad33..63dacb4df3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 6 01:15:19 UTC 2024 +Tue May 7 01:14:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 75d6ab155a..b1c628a49c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 3 06:23:28 UTC 2024 +Mon May 6 06:24:21 UTC 2024 From a564385faf1e2b38008d65f30a80710888c7fc9d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 May 2024 06:20:57 +0000 Subject: [PATCH 1503/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 63dacb4df3..e1dc16a0f1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 7 01:14:57 UTC 2024 +Wed May 8 01:01:53 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b1c628a49c..436c6f74e5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 6 06:24:21 UTC 2024 +Tue May 7 06:24:00 UTC 2024 From fddac5e4f46013f3a6774492636e58a74f143c27 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 May 2024 06:24:21 +0000 Subject: [PATCH 1504/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e1dc16a0f1..0313f68d2b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 8 01:01:53 UTC 2024 +Thu May 9 01:14:34 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 436c6f74e5..75c961ad06 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 7 06:24:00 UTC 2024 +Wed May 8 06:20:33 UTC 2024 From d791d01de51b95e0fcdf165d8d999d835a90395e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 06:24:19 +0000 Subject: [PATCH 1505/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0313f68d2b..76096cd561 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 9 01:14:34 UTC 2024 +Fri May 10 01:15:28 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 75c961ad06..9bfb0dba29 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 8 06:20:33 UTC 2024 +Thu May 9 06:24:01 UTC 2024 From 9da03a731a10e04c683fbf98a0bfa825d791d050 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 14:09:22 -0300 Subject: [PATCH 1506/1768] add workflow-tester95 --- .github/workflows/workflow-tester95.yml | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/workflows/workflow-tester95.yml diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml new file mode 100644 index 0000000000..c99ce648cd --- /dev/null +++ b/.github/workflows/workflow-tester95.yml @@ -0,0 +1,48 @@ +name: Test 95 # Related to SO https://stackoverflow.com/questions/78461104/how-can-i-configure-a-github-actions-strategy-matrix-to-dynamically-read-a-json + +on: + workflow_dispatch: + inputs: + stsReplay: + description: 'team to pick' + required: true + default: 'real-madrid' + type: choice + options: + - 'manu' + - 'chelsea' + - 'real-madrid' + - 'fc-barcelona' + - 'bayern' + - 'ac-milan' + +env: + REPLAY_MAP_JSON: | + { + "manu": ["casemiro","dalot","rashford"], + "chelsea": ["sterling","james","silva"], + "real-madrid": ["vini-jr","modric","kroos"], + "bayern": ["sane","kane","alphonso"], + "ac-milan": ["rafael-leao","giroud","pulisic"] + } + +jobs: + job1: + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - id: set-matrix + run: | + input_replay="${{ inputs.stsReplay }}" + echo "input_replay: $input_replay" + values=$(jq -r ".\"${input_replay}\"[]" <<< "${REPLAY_MAP}") + echo "values: $values" + $values >> $GITHUB_OUTPUT + job2: + needs: job1 + runs-on: ubuntu-latest + strategy: + matrix: ${{ fromJSON(needs.job1.outputs.matrix) }} + steps: + - run: echo "Player ${{ matrix}}" \ No newline at end of file From f12b95914ec4e42de8f12e0cc28a80a1e25c8ba9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:03:03 -0300 Subject: [PATCH 1507/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index c99ce648cd..7cb8da9d9e 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -30,13 +30,13 @@ jobs: job1: runs-on: ubuntu-latest outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} + matrix: ${{ steps.set-matrix.outputs.values }} steps: - id: set-matrix run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(jq -r ".\"${input_replay}\"[]" <<< "${REPLAY_MAP}") + values=$(echo '${REPLAY_MAP}' | jq -r '.$input_replay') echo "values: $values" $values >> $GITHUB_OUTPUT job2: From 511b7cca02773d4171e8f970b0f63d324528f04a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:04:35 -0300 Subject: [PATCH 1508/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 7cb8da9d9e..e21c841af7 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -36,7 +36,7 @@ jobs: run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo '${REPLAY_MAP}' | jq -r '.$input_replay') + values=$(echo '${REPLAY_MAP}' | jq -r '.$["input_replay"]') echo "values: $values" $values >> $GITHUB_OUTPUT job2: From 1364d5868df0e1439df847b943ec9f436ef85f86 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:08:57 -0300 Subject: [PATCH 1509/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index e21c841af7..84f183974c 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -34,11 +34,12 @@ jobs: steps: - id: set-matrix run: | - input_replay="${{ inputs.stsReplay }}" + input_replay="${{ inputs.stsReplay }}"" echo "input_replay: $input_replay" - values=$(echo '${REPLAY_MAP}' | jq -r '.$["input_replay"]') - echo "values: $values" - $values >> $GITHUB_OUTPUT + # Accessing the value of $input_replay using string interpolation + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') + echo "values:$values" + echo "values=$values" >> $GITHUB_OUTPUT job2: needs: job1 runs-on: ubuntu-latest From 870e75a315f28134e34da19878295c4bd60707d8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:11:52 -0300 Subject: [PATCH 1510/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 84f183974c..e33ebaa333 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -34,9 +34,8 @@ jobs: steps: - id: set-matrix run: | - input_replay="${{ inputs.stsReplay }}"" + input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - # Accessing the value of $input_replay using string interpolation values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') echo "values:$values" echo "values=$values" >> $GITHUB_OUTPUT From 72516ee791aae3d376ddea667eae77b5bac2ea9e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:16:07 -0300 Subject: [PATCH 1511/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index e33ebaa333..54ed64d693 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -36,7 +36,7 @@ jobs: run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | join(", ")') echo "values:$values" echo "values=$values" >> $GITHUB_OUTPUT job2: From 3ba13d64be4c43849c8fa0e3c92f7fda9d906458 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:20:24 -0300 Subject: [PATCH 1512/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 54ed64d693..1118e0d6c9 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -36,7 +36,7 @@ jobs: run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | join(", ")') + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') echo "values:$values" echo "values=$values" >> $GITHUB_OUTPUT job2: From d9d39f2b0b842b2653050ed775326222e67c1357 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:22:04 -0300 Subject: [PATCH 1513/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 1118e0d6c9..2e868b68d0 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -37,8 +37,8 @@ jobs: input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') - echo "values:$values" - echo "values=$values" >> $GITHUB_OUTPUT + echo "values:[$values]" + echo "values=[$values]" >> $GITHUB_OUTPUT job2: needs: job1 runs-on: ubuntu-latest From fa8ffdeb773b7e5038de4b77b6d4a79f9160c5e3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:25:27 -0300 Subject: [PATCH 1514/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 2e868b68d0..2214812806 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -30,7 +30,7 @@ jobs: job1: runs-on: ubuntu-latest outputs: - matrix: ${{ steps.set-matrix.outputs.values }} + values: ${{ steps.set-matrix.outputs.values }} steps: - id: set-matrix run: | @@ -39,10 +39,19 @@ jobs: values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') echo "values:[$values]" echo "values=[$values]" >> $GITHUB_OUTPUT + job2: needs: job1 runs-on: ubuntu-latest strategy: - matrix: ${{ fromJSON(needs.job1.outputs.matrix) }} + matrix: ${{ fromJSON(needs.job1.outputs.values) }} steps: - - run: echo "Player ${{ matrix}}" \ No newline at end of file + - run: echo "Player ${{ matrix}}" + + job3: + needs: job1 + runs-on: ubuntu-latest + steps: + - run: | + echo OUTPUT ${{ needs.job1.outputs.values }} + echo JSON OUTPUT ${{ fromJSON(needs.job1.outputs.values) }} \ No newline at end of file From fce8f97a4977a7259d5fe4edf629cc7091608bb5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:29:54 -0300 Subject: [PATCH 1515/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 2214812806..405f2b5437 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -36,9 +36,9 @@ jobs: run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') - echo "values:[$values]" - echo "values=[$values]" >> $GITHUB_OUTPUT + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"")') + echo "values:$values" + echo "values=$values" >> $GITHUB_OUTPUT job2: needs: job1 From 2371cfff5775d3b73db517923ffeb02ed9d00bf1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:31:38 -0300 Subject: [PATCH 1516/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 405f2b5437..736c8c50c1 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -36,9 +36,10 @@ jobs: run: | input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"")') - echo "values:$values" - echo "values=$values" >> $GITHUB_OUTPUT + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') + echo "values: $values" + json_values=$(echo "$values" | jq -Rsc 'split("\n")[:-1] | join(", ")') + echo "values=[$json_values]" >> "$GITHUB_OUTPUT" job2: needs: job1 From 8d14793b8d1c61be74d62f2f1e9461846b11e84f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:36:20 -0300 Subject: [PATCH 1517/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 736c8c50c1..49902ca05b 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -38,8 +38,7 @@ jobs: echo "input_replay: $input_replay" values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') echo "values: $values" - json_values=$(echo "$values" | jq -Rsc 'split("\n")[:-1] | join(", ")') - echo "values=[$json_values]" >> "$GITHUB_OUTPUT" + echo "values=$values" >> "$GITHUB_OUTPUT" job2: needs: job1 From 29eb8224fb3c06f8cc976d851f7674e483c1c18f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:38:55 -0300 Subject: [PATCH 1518/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 49902ca05b..69edac1329 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -38,7 +38,9 @@ jobs: echo "input_replay: $input_replay" values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') echo "values: $values" - echo "values=$values" >> "$GITHUB_OUTPUT" + one_line_array=$(echo "$multiline_array" | jq -c .) + echo "$one_line_array" + echo "values=$one_line_array" >> "$GITHUB_OUTPUT" job2: needs: job1 From 0ca29bf062ca788fdc4c6c6ed0ce253eb0f575eb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:39:03 -0300 Subject: [PATCH 1519/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 69edac1329..b0ec3eb234 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -38,7 +38,7 @@ jobs: echo "input_replay: $input_replay" values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') echo "values: $values" - one_line_array=$(echo "$multiline_array" | jq -c .) + one_line_array=$(echo "$values" | jq -c .) echo "$one_line_array" echo "values=$one_line_array" >> "$GITHUB_OUTPUT" From 559b6515cd649dd3efed5a06fc741a68f192e626 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:42:00 -0300 Subject: [PATCH 1520/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index b0ec3eb234..4887531759 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -38,9 +38,9 @@ jobs: echo "input_replay: $input_replay" values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') echo "values: $values" - one_line_array=$(echo "$values" | jq -c .) - echo "$one_line_array" - echo "values=$one_line_array" >> "$GITHUB_OUTPUT" + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${values[@]}") + echo "$myArray" + echo "values=$myArray" >> "$GITHUB_OUTPUT" job2: needs: job1 From 378cde6dbbbc5fee696b1bd0756910c8c93c4c0f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:55:49 -0300 Subject: [PATCH 1521/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 4887531759..cde8526e2d 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -34,12 +34,23 @@ jobs: steps: - id: set-matrix run: | - input_replay="${{ inputs.stsReplay }}" - echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay]') - echo "values: $values" - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${values[@]}") - echo "$myArray" + # Initialize an empty array + myArray=() + + # Get the array associated with the current key + players=$(jq -r '."${{ inputs.stsReplay }}"[]' <<< "$ENV_JSON") + + # Add each player to myArray + while IFS= read -r player; do + myArray+=("\"$player\"") + done <<< "$players" + + + # Convert myArray to a JSON array using jq + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + + # Output the updated tasks list + echo "Updated tasks list: $myArray" echo "values=$myArray" >> "$GITHUB_OUTPUT" job2: From cbd8f86f44b8b5d54c4c7a2f3649df1316102984 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:57:26 -0300 Subject: [PATCH 1522/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index cde8526e2d..4f2a052f0b 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -38,17 +38,13 @@ jobs: myArray=() # Get the array associated with the current key - players=$(jq -r '."${{ inputs.stsReplay }}"[]' <<< "$ENV_JSON") - + players=$(jq -r '."${{ inputs.stsReplay }}"[]' <<< "$REPLAY_MAP_JSON") # Add each player to myArray while IFS= read -r player; do myArray+=("\"$player\"") done <<< "$players" - - # Convert myArray to a JSON array using jq myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - # Output the updated tasks list echo "Updated tasks list: $myArray" echo "values=$myArray" >> "$GITHUB_OUTPUT" From fc57bf6405b7c3918a38c7432012bf50de273262 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 16:59:01 -0300 Subject: [PATCH 1523/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 4f2a052f0b..c5b4c42e98 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -53,7 +53,7 @@ jobs: needs: job1 runs-on: ubuntu-latest strategy: - matrix: ${{ fromJSON(needs.job1.outputs.values) }} + matrix: ${{ needs.job1.outputs.values }} steps: - run: echo "Player ${{ matrix}}" From 817954d0e48f1104c49d4a2b02405e7e5819a7f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:01:05 -0300 Subject: [PATCH 1524/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 27 +++++-------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index c5b4c42e98..66ca1f6035 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -34,20 +34,11 @@ jobs: steps: - id: set-matrix run: | - # Initialize an empty array - myArray=() - - # Get the array associated with the current key - players=$(jq -r '."${{ inputs.stsReplay }}"[]' <<< "$REPLAY_MAP_JSON") - # Add each player to myArray - while IFS= read -r player; do - myArray+=("\"$player\"") - done <<< "$players" - # Convert myArray to a JSON array using jq - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - # Output the updated tasks list - echo "Updated tasks list: $myArray" - echo "values=$myArray" >> "$GITHUB_OUTPUT" + input_replay="real-madrid" + echo "input_replay: $input_replay" + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') + echo "values:[$values]" + echo "values=[$values]" >> $GITHUB_OUTPUT job2: needs: job1 @@ -56,11 +47,3 @@ jobs: matrix: ${{ needs.job1.outputs.values }} steps: - run: echo "Player ${{ matrix}}" - - job3: - needs: job1 - runs-on: ubuntu-latest - steps: - - run: | - echo OUTPUT ${{ needs.job1.outputs.values }} - echo JSON OUTPUT ${{ fromJSON(needs.job1.outputs.values) }} \ No newline at end of file From a046b2c19f38bb1ce2f2cd8a0ac38eee86e884c0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:04:33 -0300 Subject: [PATCH 1525/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 66ca1f6035..d6a225e99d 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -44,6 +44,6 @@ jobs: needs: job1 runs-on: ubuntu-latest strategy: - matrix: ${{ needs.job1.outputs.values }} + matrix: ${{fromJson(needs.job1.outputs.values)}} steps: - run: echo "Player ${{ matrix}}" From 14ac90dd06a37642ac39bfe516172f9f4d812740 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:15:21 -0300 Subject: [PATCH 1526/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index d6a225e99d..43a95ac70e 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -44,6 +44,7 @@ jobs: needs: job1 runs-on: ubuntu-latest strategy: - matrix: ${{fromJson(needs.job1.outputs.values)}} + matrix: + players: ${{fromJson(needs.job1.outputs.values)}} steps: - - run: echo "Player ${{ matrix}}" + - run: echo "Player ${{ matrix.players}}" From 16e844bd53ab1aaf3b98e429d4e5a8c34dedb835 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:20:55 -0300 Subject: [PATCH 1527/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 38 +++++++++++++++++++------ 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 43a95ac70e..e26514ef75 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -30,21 +30,43 @@ jobs: job1: runs-on: ubuntu-latest outputs: - values: ${{ steps.set-matrix.outputs.values }} + matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - id: set-matrix run: | - input_replay="real-madrid" + input_replay="${{ inputs.stsReplay }}" echo "input_replay: $input_replay" - values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') - echo "values:[$values]" - echo "values=[$values]" >> $GITHUB_OUTPUT - + values=$(jq -r ".\"${input_replay}\"[]" <<< "${REPLAY_MAP}") + echo "values: $values" + echo "matrix=$values" >> $GITHUB_OUTPUT job2: needs: job1 runs-on: ubuntu-latest strategy: matrix: - players: ${{fromJson(needs.job1.outputs.values)}} + player: ${{fromJson(needs.job1.outputs.matrix)}} steps: - - run: echo "Player ${{ matrix.players}}" + - run: echo "Player ${{ matrix.player}}" + +# jobs: +# job1: +# runs-on: ubuntu-latest +# outputs: +# values: ${{ steps.set-matrix.outputs.values }} +# steps: +# - id: set-matrix +# run: | +# input_replay="real-madrid" +# echo "input_replay: $input_replay" +# values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') +# echo "values:[$values]" +# echo "values=[$values]" >> $GITHUB_OUTPUT + +# job2: +# needs: job1 +# runs-on: ubuntu-latest +# strategy: +# matrix: +# players: ${{fromJson(needs.job1.outputs.values)}} +# steps: +# - run: echo "Player ${{ matrix.players}}" From 07df1fea56f6ab58d0bc72e55220c72a51a896b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:23:25 -0300 Subject: [PATCH 1528/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 38 ++++++------------------- 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index e26514ef75..43a95ac70e 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -30,43 +30,21 @@ jobs: job1: runs-on: ubuntu-latest outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} + values: ${{ steps.set-matrix.outputs.values }} steps: - id: set-matrix run: | - input_replay="${{ inputs.stsReplay }}" + input_replay="real-madrid" echo "input_replay: $input_replay" - values=$(jq -r ".\"${input_replay}\"[]" <<< "${REPLAY_MAP}") - echo "values: $values" - echo "matrix=$values" >> $GITHUB_OUTPUT + values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') + echo "values:[$values]" + echo "values=[$values]" >> $GITHUB_OUTPUT + job2: needs: job1 runs-on: ubuntu-latest strategy: matrix: - player: ${{fromJson(needs.job1.outputs.matrix)}} + players: ${{fromJson(needs.job1.outputs.values)}} steps: - - run: echo "Player ${{ matrix.player}}" - -# jobs: -# job1: -# runs-on: ubuntu-latest -# outputs: -# values: ${{ steps.set-matrix.outputs.values }} -# steps: -# - id: set-matrix -# run: | -# input_replay="real-madrid" -# echo "input_replay: $input_replay" -# values=$(echo "${REPLAY_MAP_JSON}" | jq -r --arg input_replay "$input_replay" '.[$input_replay] | map("\"\(.)\"") | join(", ")') -# echo "values:[$values]" -# echo "values=[$values]" >> $GITHUB_OUTPUT - -# job2: -# needs: job1 -# runs-on: ubuntu-latest -# strategy: -# matrix: -# players: ${{fromJson(needs.job1.outputs.values)}} -# steps: -# - run: echo "Player ${{ matrix.players}}" + - run: echo "Player ${{ matrix.players}}" From 10813c274ded39c44e000b4b686053f1bd9e6145 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 May 2024 17:24:04 -0300 Subject: [PATCH 1529/1768] update workflow-tester95 --- .github/workflows/workflow-tester95.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester95.yml b/.github/workflows/workflow-tester95.yml index 43a95ac70e..cc4ce66e54 100644 --- a/.github/workflows/workflow-tester95.yml +++ b/.github/workflows/workflow-tester95.yml @@ -30,7 +30,7 @@ jobs: job1: runs-on: ubuntu-latest outputs: - values: ${{ steps.set-matrix.outputs.values }} + players: ${{ steps.set-matrix.outputs.values }} steps: - id: set-matrix run: | @@ -45,6 +45,6 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - players: ${{fromJson(needs.job1.outputs.values)}} + players: ${{fromJson(needs.job1.outputs.players)}} steps: - run: echo "Player ${{ matrix.players}}" From 1ac6842f949e70436c66a4dae30ee0d80bfd4b2b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 May 2024 06:25:52 +0000 Subject: [PATCH 1530/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 76096cd561..c74db37567 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 10 01:15:28 UTC 2024 +Mon May 13 01:17:11 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9bfb0dba29..9646271301 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 9 06:24:01 UTC 2024 +Fri May 10 06:23:31 UTC 2024 From bf46481009bfd113dee0d1a89d312bce6200943b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 May 2024 06:26:42 +0000 Subject: [PATCH 1531/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c74db37567..4bb1137ac2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 13 01:17:11 UTC 2024 +Tue May 14 01:15:31 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9646271301..dcabf3f95e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 10 06:23:31 UTC 2024 +Mon May 13 06:24:57 UTC 2024 From ea71a081320ff2b67814d789c55b9be743e9961d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 May 2024 06:24:31 +0000 Subject: [PATCH 1532/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4bb1137ac2..b339f726f2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 14 01:15:31 UTC 2024 +Wed May 15 01:16:09 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dcabf3f95e..5ab5b770f2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 13 06:24:57 UTC 2024 +Tue May 14 06:25:51 UTC 2024 From b7a29a3ac87f08332ed53197bdce5c6e7fbd44aa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 May 2024 06:22:15 +0000 Subject: [PATCH 1533/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b339f726f2..b36597d4d1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 15 01:16:09 UTC 2024 +Thu May 16 01:16:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5ab5b770f2..5953802379 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 14 06:25:51 UTC 2024 +Wed May 15 06:24:05 UTC 2024 From c0a6fe205da7c3a4a8d353297924743e56d9d580 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 May 2024 06:25:25 +0000 Subject: [PATCH 1534/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b36597d4d1..a4daba5540 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 16 01:16:01 UTC 2024 +Fri May 17 01:16:10 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5953802379..461c53bc6c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 15 06:24:05 UTC 2024 +Fri May 17 06:24:28 UTC 2024 From c03592a0523c8db13088de3c1b1a057f37dce3d0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 May 2024 06:25:32 +0000 Subject: [PATCH 1535/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a4daba5540..e1ef995b79 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 17 01:16:10 UTC 2024 +Mon May 20 01:16:25 UTC 2024 From a4a8eb8a992782200c28426d81e8c85a63ddb9ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 May 2024 06:26:26 +0000 Subject: [PATCH 1536/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e1ef995b79..535026ec78 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 20 01:16:25 UTC 2024 +Tue May 21 01:15:59 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 461c53bc6c..0a6879854d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 17 06:24:28 UTC 2024 +Mon May 20 06:25:07 UTC 2024 From 42a50f480aafd0b4bc0b250c2589ebcb30c4b2d1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 May 2024 16:11:49 -0300 Subject: [PATCH 1537/1768] add workflow-tester96 --- .github/workflows/workflow-tester96.yml | 25 +++++++++++++++++++++ Config.json | 29 +++++++++++++++++++++++++ script.groovy | 7 ++++++ 3 files changed, 61 insertions(+) create mode 100644 .github/workflows/workflow-tester96.yml create mode 100644 Config.json create mode 100644 script.groovy diff --git a/.github/workflows/workflow-tester96.yml b/.github/workflows/workflow-tester96.yml new file mode 100644 index 0000000000..b92987a920 --- /dev/null +++ b/.github/workflows/workflow-tester96.yml @@ -0,0 +1,25 @@ +name: Test 96 # Related to SO https://stackoverflow.com/questions/78512402/how-to-reuse-script-from-jenkins-in-github-actions?noredirect=1#comment138415710_78512402 + +on: + workflow_dispatch: + +jobs: + build: + runs-on: [abc] + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: List files (Start) + run: | + ls + - name: Set up JDK 11 + uses: actions/setup-java@v4 + with: + java-version: '11' + distribution: 'adopt' + - name: Install Groovy + run: sudo apt-get update && sudo apt-get install -y groovy + - name: Run Groovy script + run: | + ls -lha + groovy script.groovy \ No newline at end of file diff --git a/Config.json b/Config.json new file mode 100644 index 0000000000..2c38ad683a --- /dev/null +++ b/Config.json @@ -0,0 +1,29 @@ +{ + "bundles": + [ + { + "product":{ + "name" : "Product1", + "proxies" : ["'Proxy1', 'Proxy2'"], + "attributes" : [{"name":"Test1","value":"abc"}] + }, + "app":{ + "name":"App1", + "attributes": [{"name": "attribute1","value": "null"}], + "developer": "rohit@example.com" + } + }, + { + "product":{ + "name" : "Product2", + "proxies" : ["'Proxy1', 'Proxy2'"], + "attributes" : [{"name":"Test2","value":"xyz"}] + }, + "app":{ + "name":"App1", + "attributes": [{"name": "attribute2","value": "null"}], + "developer": "guifalourd@example.com" + } + } + ] +} \ No newline at end of file diff --git a/script.groovy b/script.groovy new file mode 100644 index 0000000000..58434744b8 --- /dev/null +++ b/script.groovy @@ -0,0 +1,7 @@ +#!groovy + +sh 'cat Config.json' +def configs = readJSON(file: 'Config.json') +def totalBundles = configs.bundles.size() +println "Total Array Size =" + totalBundles +def productName = new Object[totalBundles] \ No newline at end of file From e487040b3000399ecb13f99cf29dd2a07d895fe6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 May 2024 16:13:35 -0300 Subject: [PATCH 1538/1768] update workflow-tester96 --- .github/workflows/workflow-tester96.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester96.yml b/.github/workflows/workflow-tester96.yml index b92987a920..e12a5686a0 100644 --- a/.github/workflows/workflow-tester96.yml +++ b/.github/workflows/workflow-tester96.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: [abc] + runs-on: [ubuntu-latest] steps: - name: Checkout repository uses: actions/checkout@v4 From fd98d50113e1192ee79635c31168b060177029ee Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 May 2024 16:19:57 -0300 Subject: [PATCH 1539/1768] update workflow-tester96 --- script.groovy | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/script.groovy b/script.groovy index 58434744b8..f438df031b 100644 --- a/script.groovy +++ b/script.groovy @@ -1,7 +1,25 @@ -#!groovy +#!/usr/bin/env groovy -sh 'cat Config.json' -def configs = readJSON(file: 'Config.json') +import groovy.json.JsonSlurper + +// Read the JSON file +def jsonFile = new File('Config.json') +def jsonSlurper = new JsonSlurper() +def configs = jsonSlurper.parse(jsonFile) + +// Calculate the total number of bundles def totalBundles = configs.bundles.size() -println "Total Array Size =" + totalBundles -def productName = new Object[totalBundles] \ No newline at end of file +println "Total Array Size = " + totalBundles + +// Initialize an array for product names +def productName = new Object[totalBundles] + +// Example to fill the array (assuming 'bundles' contains objects with a 'name' property) +configs.bundles.eachWithIndex { bundle, index -> + productName[index] = bundle.product.name +} + +// Print the product names +productName.each { name -> + println "Product Name: " + name +} \ No newline at end of file From 1246553a3d5638f271819623a214dc30a1b7aefa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 06:25:16 +0000 Subject: [PATCH 1540/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 535026ec78..6af740589f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 21 01:15:59 UTC 2024 +Wed May 22 01:16:41 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0a6879854d..5520c1bb49 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 20 06:25:07 UTC 2024 +Tue May 21 06:25:45 UTC 2024 From f1a88717d9326ff45de82170bfc72a6d6a3d57ac Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 08:40:00 -0300 Subject: [PATCH 1541/1768] add workflow-tester97 --- .github/workflows/workflow-tester97.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/workflow-tester97.yml diff --git a/.github/workflows/workflow-tester97.yml b/.github/workflows/workflow-tester97.yml new file mode 100644 index 0000000000..c39b9b9232 --- /dev/null +++ b/.github/workflows/workflow-tester97.yml @@ -0,0 +1,16 @@ +name: Test 97 # Related to SO https://stackoverflow.com/questions/78514157/can-we-put-if-else-condition-on-runs-on-for-the-choice-of-workflow-runner?noredirect=1#comment138418481_78514157 + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ${{ matrix.object.envRunner }} + strategy: + matrix: + object: [{"envName":"dev", "envRunner":"ubuntu-latest"}, {"envName":"stg", "envRunner":"windows-latest"}, {"envName":"prd", "envRunner":"macos-latest"}] + fail-fast: true + max-parallel: 1 + steps: + - run: | + echo ${{ matrix.object.envName }} \ No newline at end of file From 45ac95a272c707aacd378ae1c3947056aeee9e2b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 08:54:47 -0300 Subject: [PATCH 1542/1768] add workflow-tester98 --- .../workflows/workflow-tester98-reusable.yml | 37 +++++++++++++++++++ .github/workflows/workflow-tester98.yml | 34 +++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/workflows/workflow-tester98-reusable.yml create mode 100644 .github/workflows/workflow-tester98.yml diff --git a/.github/workflows/workflow-tester98-reusable.yml b/.github/workflows/workflow-tester98-reusable.yml new file mode 100644 index 0000000000..8a7976b69f --- /dev/null +++ b/.github/workflows/workflow-tester98-reusable.yml @@ -0,0 +1,37 @@ +name: Test 98 reusable # Related to SO https://stackoverflow.com/questions/78513070/how-to-send-variables-to-called-workflow-from-the-caller-workflow/78514014?noredirect=1#comment138421206_78514014 + +on: + workflow_dispatch: + inputs: + cacheName: + type: string + description: 'Provide Cache Name' + expirationType: + type: choice + options: + - timeoutInSec + - timeOfDay + - date + expirationTime: + type: string + description: 'Provide Expiration Time in Secods' + workflow_call: + inputs: + cacheName: + type: string + description: 'Provide Cache Name' + expirationType: + type: string + expirationTime: + type: string + description: 'Provide Expiration Time in Secods' + +jobs: + Create_Update-Cache: + runs-on: [ubuntu-latest] + steps: + - name: Do something + run: | + echo ${{ inputs.cacheName }} + echo ${{ inputs.expirationType }} + echo ${{ inputs.expirationTime }}. \ No newline at end of file diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml new file mode 100644 index 0000000000..0a7d090398 --- /dev/null +++ b/.github/workflows/workflow-tester98.yml @@ -0,0 +1,34 @@ +name: Test 98 # Related to SO https://stackoverflow.com/questions/78513070/how-to-send-variables-to-called-workflow-from-the-caller-workflow/78514014?noredirect=1#comment138421206_78514014 + +on: + workflow_dispatch: + +jobs: + build: + runs-on: [ubuntu-latest] + outputs: + iterations: ${{ steps.set-iterations.outputs.values }} + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Read CSV and trigger workflows + id: set-iterations + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + echo Saving iteration list output + echo "values=[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}"]" >> $GITHUB_OUTPUT + + call-ASGW-Config-Cache: + needs: [build] + strategy: + matrix: + iteration: ${{fromJson(needs.build.outputs.iterarions)}} + uses: ./.github/workflows/workflow-tester98-reusable.yml + secrets: inherit + permissions: + contents: read + with: + cacheName: ${{ matrix.iteration.cacheName }} + expirationType: ${{ matrix.iteration.expirationType }} + expirationTime: ${{ matrix.iteration.expirationTime }} \ No newline at end of file From df178425e939c95f40062cb409255ea24d2b1d24 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 08:56:15 -0300 Subject: [PATCH 1543/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 0a7d090398..40241776e1 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output - echo "values=[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}"]" >> $GITHUB_OUTPUT + echo "values=[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]" >> $GITHUB_OUTPUT call-ASGW-Config-Cache: needs: [build] From 6b1162e1a08a721b60fa1c83398c19e74818f864 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 08:57:55 -0300 Subject: [PATCH 1544/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 40241776e1..239d4566c0 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -18,6 +18,9 @@ jobs: run: | echo Saving iteration list output echo "values=[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]" >> $GITHUB_OUTPUT + - name: Check list + run: | + echo ${{ steps.set-iterations.outputs.values }} call-ASGW-Config-Cache: needs: [build] From f9af3788c12932257060f882d96e07dafd2469d7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 08:59:27 -0300 Subject: [PATCH 1545/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 239d4566c0..216a60ce9d 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output - echo "values=[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]" >> $GITHUB_OUTPUT + echo "values='[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]'" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From eb43e9d48d1b7c80b457b61271213fdbf712c9c4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:01:28 -0300 Subject: [PATCH 1546/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 216a60ce9d..b28e156ca8 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output - echo "values='[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]'" >> $GITHUB_OUTPUT + echo "values=`[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]`" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From 7ab9a3bffff51e0f73773d37e73f4eca42d786a8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:04:41 -0300 Subject: [PATCH 1547/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index b28e156ca8..b278707221 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -16,8 +16,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - echo Saving iteration list output - echo "values=`[{"cacheName":"iteration1", "expirationType":"iteration1", "expirationTime":"iteration1"},{"cacheName":"iteration2", "expirationType":"iteration2", "expirationTime":"iteration2"},{"cacheName":"iteration3", "expirationType":"iteration3", "expirationTime":"iteration3"}]`" >> $GITHUB_OUTPUT + echo Saving iteration list output as Array + myArray=() + myArray+=("{\"cacheName\":\"iteration1\", \"expirationType\":\"iteration1\", \"expirationTime\":\"iteration1\"}") + myArray+=("{\"cacheName\":\"iteration2\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration2\"}") + myArray+=("{\"cacheName\":\"iteration3\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration3\"}") + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated tasks list: $myArray" + echo "values==$myArray" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From 1af1cbdc15319dea5be3aee6d46088ec0ce55510 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:09:24 -0300 Subject: [PATCH 1548/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index b278707221..87c1ed5c58 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -19,11 +19,11 @@ jobs: echo Saving iteration list output as Array myArray=() myArray+=("{\"cacheName\":\"iteration1\", \"expirationType\":\"iteration1\", \"expirationTime\":\"iteration1\"}") - myArray+=("{\"cacheName\":\"iteration2\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration2\"}") + myArray+=("{\"cacheName\":\"iteration2\", \"expirationType\":\"iteration2\", \"expirationTime\":\"iteration2\"}") myArray+=("{\"cacheName\":\"iteration3\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration3\"}") myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated tasks list: $myArray" - echo "values==$myArray" >> $GITHUB_OUTPUT + echo "values=$myArray" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From 74254fa23d8ef0fc50ac1fbc20e5799a34ffdbd0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:15:01 -0300 Subject: [PATCH 1549/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 87c1ed5c58..5760368d54 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -18,9 +18,9 @@ jobs: run: | echo Saving iteration list output as Array myArray=() - myArray+=("{\"cacheName\":\"iteration1\", \"expirationType\":\"iteration1\", \"expirationTime\":\"iteration1\"}") - myArray+=("{\"cacheName\":\"iteration2\", \"expirationType\":\"iteration2\", \"expirationTime\":\"iteration2\"}") - myArray+=("{\"cacheName\":\"iteration3\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration3\"}") + myArray+=({\"cacheName\":\"iteration1\", \"expirationType\":\"iteration1\", \"expirationTime\":\"iteration1\"}) + myArray+=({\"cacheName\":\"iteration2\", \"expirationType\":\"iteration2\", \"expirationTime\":\"iteration2\"}) + myArray+=({\"cacheName\":\"iteration3\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration3\"}) myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated tasks list: $myArray" echo "values=$myArray" >> $GITHUB_OUTPUT From 8ea9dd7165ce688f52ddafc36dc6eb5848ee050d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:17:03 -0300 Subject: [PATCH 1550/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 5760368d54..3202d15094 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -18,9 +18,9 @@ jobs: run: | echo Saving iteration list output as Array myArray=() - myArray+=({\"cacheName\":\"iteration1\", \"expirationType\":\"iteration1\", \"expirationTime\":\"iteration1\"}) - myArray+=({\"cacheName\":\"iteration2\", \"expirationType\":\"iteration2\", \"expirationTime\":\"iteration2\"}) - myArray+=({\"cacheName\":\"iteration3\", \"expirationType\":\"iteration3\", \"expirationTime\":\"iteration3\"}) + myArray+=({\"cacheName\":\"iteration1\",\"expirationType\":\"iteration1\",\"expirationTime\":\"iteration1\"}) + myArray+=({\"cacheName\":\"iteration2\",\"expirationType\":\"iteration2\",\"expirationTime\":\"iteration2\"}) + myArray+=({\"cacheName\":\"iteration3\",\"expirationType\":\"iteration3\",\"expirationTime\":\"iteration3\"}) myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated tasks list: $myArray" echo "values=$myArray" >> $GITHUB_OUTPUT From f6040e9808ef567d3d2ed7b4638a8c21d7385c52 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:18:38 -0300 Subject: [PATCH 1551/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 3202d15094..449d5d7f55 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -18,9 +18,9 @@ jobs: run: | echo Saving iteration list output as Array myArray=() - myArray+=({\"cacheName\":\"iteration1\",\"expirationType\":\"iteration1\",\"expirationTime\":\"iteration1\"}) - myArray+=({\"cacheName\":\"iteration2\",\"expirationType\":\"iteration2\",\"expirationTime\":\"iteration2\"}) - myArray+=({\"cacheName\":\"iteration3\",\"expirationType\":\"iteration3\",\"expirationTime\":\"iteration3\"}) + myArray+=({"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}) + myArray+=({"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}) + myArray+=({"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}) myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") echo "Updated tasks list: $myArray" echo "values=$myArray" >> $GITHUB_OUTPUT From 04357eea3d2552474f040d8ecf697cd7499c6ee0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:21:23 -0300 Subject: [PATCH 1552/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 449d5d7f55..8107e293e4 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,13 +17,20 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output as Array + # Initialize an empty array myArray=() - myArray+=({"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}) - myArray+=({"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}) - myArray+=({"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}) - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - echo "Updated tasks list: $myArray" - echo "values=$myArray" >> $GITHUB_OUTPUT + + # Append JSON objects as strings to the array + myArray+=('{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}') + myArray+=('{"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}') + myArray+=('{"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}') + + # Join the array elements into a single JSON array + json_array=$(printf "%s\n" "${myArray[@]}" | jq --slurp '.') + + # Output the JSON array + echo "Updated tasks list: $json_array" + echo "values=$json_array" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From 97ed411900d134c39cc927a86b61cf8c49f98fb2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:22:44 -0300 Subject: [PATCH 1553/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 8107e293e4..1c681b65b0 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -26,7 +26,7 @@ jobs: myArray+=('{"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}') # Join the array elements into a single JSON array - json_array=$(printf "%s\n" "${myArray[@]}" | jq --slurp '.') + json_array=$(printf "%s" "${myArray[@]}" | jq --slurp '.') # Output the JSON array echo "Updated tasks list: $json_array" From b1091619a70107e611453fd327eae7360af6ec4b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:24:43 -0300 Subject: [PATCH 1554/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 1c681b65b0..5197a2731a 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -26,7 +26,7 @@ jobs: myArray+=('{"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}') # Join the array elements into a single JSON array - json_array=$(printf "%s" "${myArray[@]}" | jq --slurp '.') + json_array=$(printf "%s" "${myArray[@]}" | jq -c --slurp '.') # Output the JSON array echo "Updated tasks list: $json_array" From 24ee1eae19d00912cf989440aeb1c723fb85f38c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:29:53 -0300 Subject: [PATCH 1555/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 5197a2731a..75a82b8c3e 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,19 +17,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output as Array - # Initialize an empty array - myArray=() - - # Append JSON objects as strings to the array - myArray+=('{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}') - myArray+=('{"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}') - myArray+=('{"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}') - # Join the array elements into a single JSON array - json_array=$(printf "%s" "${myArray[@]}" | jq -c --slurp '.') - - # Output the JSON array - echo "Updated tasks list: $json_array" + json_array=[{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}, {"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}, {"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}] + echo "List: $json_array" echo "values=$json_array" >> $GITHUB_OUTPUT - name: Check list run: | From 554f300b846d0b1f018d12f9afe28e64ce65ad5d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 09:31:05 -0300 Subject: [PATCH 1556/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 75a82b8c3e..05ba62c41d 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -18,7 +18,7 @@ jobs: run: | echo Saving iteration list output as Array # Join the array elements into a single JSON array - json_array=[{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}, {"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}, {"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}] + json_array='[{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}, {"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}, {"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}]' echo "List: $json_array" echo "values=$json_array" >> $GITHUB_OUTPUT - name: Check list From c8d9abad70bea28298dcf4ead9f23c28d09e9921 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 10:12:28 -0300 Subject: [PATCH 1557/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 05ba62c41d..01a0fbf8c9 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,10 +17,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output as Array - # Join the array elements into a single JSON array - json_array='[{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}, {"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}, {"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}]' - echo "List: $json_array" - echo "values=$json_array" >> $GITHUB_OUTPUT + myArray=() + myArray+=("{\"cacheName\":\"iteration1\",\"expirationType\":\"iteration1\",\"expirationTime\":\"iteration1\"}") + myArray+=("{\"cacheName\":\"iteration2\",\"expirationType\":\"iteration2\",\"expirationTime\":\"iteration2\"}") + myArray+=("{\"cacheName\":\"iteration3\",\"expirationType\":\"iteration3\",\"expirationTime\":\"iteration3\"}") + myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") + echo "Updated tasks list: $myArray" + echo "values=$myArray" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} @@ -29,7 +32,7 @@ jobs: needs: [build] strategy: matrix: - iteration: ${{fromJson(needs.build.outputs.iterarions)}} + iteration: ${{fromJson(needs.build.outputs.iterations)}} uses: ./.github/workflows/workflow-tester98-reusable.yml secrets: inherit permissions: From 9d6f6641006e1ef530ed66bc73e1573c5b62cebe Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 10:19:38 -0300 Subject: [PATCH 1558/1768] update workflow-tester98 --- .github/workflows/workflow-tester98-reusable.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workflow-tester98-reusable.yml b/.github/workflows/workflow-tester98-reusable.yml index 8a7976b69f..5d21b16e8e 100644 --- a/.github/workflows/workflow-tester98-reusable.yml +++ b/.github/workflows/workflow-tester98-reusable.yml @@ -7,14 +7,12 @@ on: type: string description: 'Provide Cache Name' expirationType: - type: choice - options: - - timeoutInSec - - timeOfDay - - date + type: string + description: 'Provide Expiration Type' expirationTime: type: string - description: 'Provide Expiration Time in Secods' + description: 'Provide Expiration Time in Seconds' + workflow_call: inputs: cacheName: @@ -22,9 +20,10 @@ on: description: 'Provide Cache Name' expirationType: type: string + description: 'Provide Expiration Type' expirationTime: type: string - description: 'Provide Expiration Time in Secods' + description: 'Provide Expiration Time in Seconds' jobs: Create_Update-Cache: @@ -32,6 +31,7 @@ jobs: steps: - name: Do something run: | + echo Iteration echo ${{ inputs.cacheName }} echo ${{ inputs.expirationType }} - echo ${{ inputs.expirationTime }}. \ No newline at end of file + echo ${{ inputs.expirationTime }} \ No newline at end of file From 5543c3e547c9990c3b6b3bcae3d1ea7657111f54 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 10:22:03 -0300 Subject: [PATCH 1559/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index 01a0fbf8c9..cbae17593c 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -40,4 +40,19 @@ jobs: with: cacheName: ${{ matrix.iteration.cacheName }} expirationType: ${{ matrix.iteration.expirationType }} - expirationTime: ${{ matrix.iteration.expirationTime }} \ No newline at end of file + expirationTime: ${{ matrix.iteration.expirationTime }} + + check: + needs: [build] + runs-on: [ubuntu-latest] + strategy: + matrix: + iteration: ${{fromJson(needs.build.outputs.iterations)}} + steps: + - name: Do something + run: | + echo Iteration + echo ${{ matrix.iteration }} + echo ${{ matrix.iteration.cacheName }} + echo ${{ matrix.iteration.expirationType }} + echo ${{ matrix.iteration.expirationType }} \ No newline at end of file From 771747ac30cfed561bb32a97aaa1ac61b46e6267 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 May 2024 10:27:04 -0300 Subject: [PATCH 1560/1768] update workflow-tester98 --- .github/workflows/workflow-tester98.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow-tester98.yml b/.github/workflows/workflow-tester98.yml index cbae17593c..2ff7075dc2 100644 --- a/.github/workflows/workflow-tester98.yml +++ b/.github/workflows/workflow-tester98.yml @@ -17,13 +17,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo Saving iteration list output as Array - myArray=() - myArray+=("{\"cacheName\":\"iteration1\",\"expirationType\":\"iteration1\",\"expirationTime\":\"iteration1\"}") - myArray+=("{\"cacheName\":\"iteration2\",\"expirationType\":\"iteration2\",\"expirationTime\":\"iteration2\"}") - myArray+=("{\"cacheName\":\"iteration3\",\"expirationType\":\"iteration3\",\"expirationTime\":\"iteration3\"}") - myArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${myArray[@]}") - echo "Updated tasks list: $myArray" - echo "values=$myArray" >> $GITHUB_OUTPUT + # Join the array elements into a single JSON array + json_array='[{"cacheName":"iteration1","expirationType":"iteration1","expirationTime":"iteration1"}, {"cacheName":"iteration2","expirationType":"iteration2","expirationTime":"iteration2"}, {"cacheName":"iteration3","expirationType":"iteration3","expirationTime":"iteration3"}]' + echo "List: $json_array" + echo "values=$json_array" >> $GITHUB_OUTPUT - name: Check list run: | echo ${{ steps.set-iterations.outputs.values }} From 14ec3f1a8259bcb2974668d1072e236d8e7610ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 May 2024 06:26:50 +0000 Subject: [PATCH 1561/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6af740589f..b2f26ef9e4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 22 01:16:41 UTC 2024 +Thu May 23 01:15:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5520c1bb49..711a5070b8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 21 06:25:45 UTC 2024 +Wed May 22 06:24:52 UTC 2024 From ac95b9bbb68bab95f9271333736dc98405cd6653 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 May 2024 06:26:04 +0000 Subject: [PATCH 1562/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b2f26ef9e4..71d4c8c11e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 23 01:15:57 UTC 2024 +Fri May 24 01:16:26 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 711a5070b8..037d50f0bd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 22 06:24:52 UTC 2024 +Thu May 23 06:26:03 UTC 2024 From 3c21291cef757a5ad5233c2bf88cf47af5b282b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 06:26:59 +0000 Subject: [PATCH 1563/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 71d4c8c11e..6087a49c62 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 24 01:16:26 UTC 2024 +Mon May 27 01:17:43 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 037d50f0bd..c58bdf15ae 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 23 06:26:03 UTC 2024 +Fri May 24 06:25:16 UTC 2024 From ce1d66ed04c53a0d68b6a09ef8e77abdd68a2e0c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:25:40 -0300 Subject: [PATCH 1564/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-1.yml | 2 +- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/25-artifacts-between-workflows-1.yml b/.github/workflows/25-artifacts-between-workflows-1.yml index c774fcf9db..1f3536b5b3 100644 --- a/.github/workflows/25-artifacts-between-workflows-1.yml +++ b/.github/workflows/25-artifacts-between-workflows-1.yml @@ -13,7 +13,7 @@ jobs: run: echo $PR_NUM > pr_num.txt - name: Upload the PR number - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pr_num path: ./pr_num.txt \ No newline at end of file diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index f3b781f7c7..eb53c757e2 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.11.0 + uses: actions/download-artifact@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: peek_icons.yml From f4967153e1b4e0f2f2a1a15123e2e698a96e169a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:27:42 -0300 Subject: [PATCH 1565/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index eb53c757e2..9b905ce86c 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -2,7 +2,7 @@ name: "25 - Artifacts between workflows 2" on: workflow_run: - workflows: ['Artifacts between workflows 1'] + workflows: ['25 - Artifacts between workflows 1'] types: - completed From 38995507b5b974503b3de0ce1443464d07d73af8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:30:01 -0300 Subject: [PATCH 1566/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index 9b905ce86c..37641a9b9c 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -14,7 +14,7 @@ jobs: uses: actions/download-artifact@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - workflow: peek_icons.yml + path: ./pr_num/pr_num.txt run_id: ${{ github.event.workflow_run.id }} - name: Read the pr_num file From e6f33a183c3f2108e351fecebcd63e4c16471cc8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:30:56 -0300 Subject: [PATCH 1567/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index 37641a9b9c..eba8bfae46 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -15,7 +15,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} path: ./pr_num/pr_num.txt - run_id: ${{ github.event.workflow_run.id }} + run-id: ${{ github.event.workflow_run.id }} - name: Read the pr_num file id: pr_num_reader From 0078772d09f9f7b5138e3494a45d6da7c4d721b7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:36:32 -0300 Subject: [PATCH 1568/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index eba8bfae46..ced2f5b6eb 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -14,6 +14,7 @@ jobs: uses: actions/download-artifact@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} + name: pr_num path: ./pr_num/pr_num.txt run-id: ${{ github.event.workflow_run.id }} From a0ab660805c8c04f647aa2bf33244f85bd0577b9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:41:45 -0300 Subject: [PATCH 1569/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index ced2f5b6eb..b2af4f6c18 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -13,14 +13,13 @@ jobs: - name: Download workflow artifact uses: actions/download-artifact@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} name: pr_num path: ./pr_num/pr_num.txt run-id: ${{ github.event.workflow_run.id }} - name: Read the pr_num file id: pr_num_reader - uses: juliangruber/read-file-action@v1.0.0 + uses: juliangruber/read-file-action@v1.1.7 with: path: ./pr_num/pr_num.txt From 73e344f4d99aa6e73d60d5f7334c50ccbad54347 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:45:52 -0300 Subject: [PATCH 1570/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index b2af4f6c18..721216b462 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -13,7 +13,6 @@ jobs: - name: Download workflow artifact uses: actions/download-artifact@v4 with: - name: pr_num path: ./pr_num/pr_num.txt run-id: ${{ github.event.workflow_run.id }} From 36e9eba1b631386eb8ef5861d5874956830dc370 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:51:55 -0300 Subject: [PATCH 1571/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index 721216b462..1eeca3c5fa 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -13,6 +13,8 @@ jobs: - name: Download workflow artifact uses: actions/download-artifact@v4 with: + github-token: ${{ secrets.ACCESS_TOKEN }} + name: pr_num path: ./pr_num/pr_num.txt run-id: ${{ github.event.workflow_run.id }} From 2f2cbc62e3095bf894ef96ff9a9b2128fc913247 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 May 2024 16:54:16 -0300 Subject: [PATCH 1572/1768] update workflows 25 --- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index 1eeca3c5fa..c99d8615c9 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -15,7 +15,7 @@ jobs: with: github-token: ${{ secrets.ACCESS_TOKEN }} name: pr_num - path: ./pr_num/pr_num.txt + path: ./pr_num run-id: ${{ github.event.workflow_run.id }} - name: Read the pr_num file From a246aca5dafd0a999b7d48d580a9a8930dd98a0d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 28 May 2024 06:25:35 +0000 Subject: [PATCH 1573/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6087a49c62..cf7ba0c753 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon May 27 01:17:43 UTC 2024 +Tue May 28 01:16:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c58bdf15ae..c6508e564f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 24 06:25:16 UTC 2024 +Mon May 27 06:26:37 UTC 2024 From 7f81fcfeb81271cff4182398ff1de3f289183804 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 29 May 2024 06:26:07 +0000 Subject: [PATCH 1574/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cf7ba0c753..b148b8850f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue May 28 01:16:45 UTC 2024 +Wed May 29 01:20:05 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c6508e564f..6c4f26c9a9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon May 27 06:26:37 UTC 2024 +Tue May 28 06:25:14 UTC 2024 From 7b782cb8ad2deecd52294c61013dbe66e18d1ea3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 30 May 2024 06:25:29 +0000 Subject: [PATCH 1575/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b148b8850f..edaced18b5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed May 29 01:20:05 UTC 2024 +Thu May 30 01:17:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6c4f26c9a9..84bff98e50 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue May 28 06:25:14 UTC 2024 +Wed May 29 06:25:20 UTC 2024 From b1d18dbd4f3fce8fa313e50f1344f6664b44630b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 31 May 2024 06:26:16 +0000 Subject: [PATCH 1576/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index edaced18b5..0291dab7bd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu May 30 01:17:19 UTC 2024 +Fri May 31 01:18:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 84bff98e50..5f6ef9f721 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed May 29 06:25:20 UTC 2024 +Thu May 30 06:25:01 UTC 2024 From 8fb4f3b3bb4376b28df2785bc52bfc660db45362 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Jun 2024 06:26:12 +0000 Subject: [PATCH 1577/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0291dab7bd..b487e798a6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri May 31 01:18:01 UTC 2024 +Mon Jun 3 01:18:48 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5f6ef9f721..d28afc9825 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu May 30 06:25:01 UTC 2024 +Fri May 31 06:25:21 UTC 2024 From ced6ffaff21b34c5a702e8cd04d10fdd55db6b23 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 4 Jun 2024 06:25:55 +0000 Subject: [PATCH 1578/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b487e798a6..cb6e56677f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 3 01:18:48 UTC 2024 +Tue Jun 4 01:18:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d28afc9825..08019b2c77 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri May 31 06:25:21 UTC 2024 +Mon Jun 3 06:25:52 UTC 2024 From 8d7d213f8d2a9e88f8442b600e4559201b8737dd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 5 Jun 2024 06:26:33 +0000 Subject: [PATCH 1579/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cb6e56677f..e20b160c84 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 4 01:18:18 UTC 2024 +Wed Jun 5 01:17:56 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 08019b2c77..eb319d35a9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 3 06:25:52 UTC 2024 +Tue Jun 4 06:25:27 UTC 2024 From 71e8dbd63ce9c5993a20563a695b5f401bc5911c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 6 Jun 2024 06:26:01 +0000 Subject: [PATCH 1580/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e20b160c84..7b85c28819 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 5 01:17:56 UTC 2024 +Thu Jun 6 01:17:52 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index eb319d35a9..56c788dad0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 4 06:25:27 UTC 2024 +Wed Jun 5 06:25:56 UTC 2024 From 4190d278599482a2dfb26f786a3f0da6704290b6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jun 2024 06:26:53 +0000 Subject: [PATCH 1581/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7b85c28819..3099474919 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 6 01:17:52 UTC 2024 +Fri Jun 7 01:20:20 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 56c788dad0..bc44a8efef 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 5 06:25:56 UTC 2024 +Thu Jun 6 06:25:35 UTC 2024 From 02bc792f44e1a8cc7dd8da9f433a6cfd63a79c69 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 10 Jun 2024 06:27:49 +0000 Subject: [PATCH 1582/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3099474919..69bd57d6d8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 7 01:20:20 UTC 2024 +Mon Jun 10 01:20:49 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bc44a8efef..75b14f9b7b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 6 06:25:35 UTC 2024 +Fri Jun 7 06:26:31 UTC 2024 From 0af3aec1087b44ad3c21b91fdf2755ce805adc49 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 11 Jun 2024 06:26:04 +0000 Subject: [PATCH 1583/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 69bd57d6d8..38301dfc34 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 10 01:20:49 UTC 2024 +Tue Jun 11 01:19:28 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 75b14f9b7b..7626bee2b3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 7 06:26:31 UTC 2024 +Mon Jun 10 06:27:18 UTC 2024 From b184b212d4361c4bd78a2dc724160af8f6bb314f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 12 Jun 2024 06:26:03 +0000 Subject: [PATCH 1584/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 38301dfc34..6f5da25062 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 11 01:19:28 UTC 2024 +Wed Jun 12 01:19:30 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7626bee2b3..cb070266e2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 10 06:27:18 UTC 2024 +Wed Jun 12 06:25:40 UTC 2024 From cc72c2db6dc68aa891e2353bc5a84547f66718c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 13 Jun 2024 06:25:55 +0000 Subject: [PATCH 1585/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6f5da25062..d8f44f3c91 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 12 01:19:30 UTC 2024 +Thu Jun 13 01:18:50 UTC 2024 From f0a3c89096282cf1d8c5fd8fec1c8f8a22028238 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 13 Jun 2024 16:39:39 -0300 Subject: [PATCH 1586/1768] Update 19-push-event.yml --- .github/workflows/19-push-event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/19-push-event.yml b/.github/workflows/19-push-event.yml index 948055798a..3391955331 100644 --- a/.github/workflows/19-push-event.yml +++ b/.github/workflows/19-push-event.yml @@ -13,7 +13,7 @@ jobs: job1: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.ACCESS_TOKEN }} - run: | From c86ed6da29c4d9fa7270263dccca1b71550edd6c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 14 Jun 2024 06:27:16 +0000 Subject: [PATCH 1587/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d8f44f3c91..384b8fd4dc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 13 01:18:50 UTC 2024 +Fri Jun 14 01:18:51 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index cb070266e2..87c479ae8f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 12 06:25:40 UTC 2024 +Thu Jun 13 06:25:36 UTC 2024 From d6a0f6a1852c40c4400f07816f33ffc9f4408534 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 17 Jun 2024 06:28:09 +0000 Subject: [PATCH 1588/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 384b8fd4dc..4bf2765f0d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 14 01:18:51 UTC 2024 +Mon Jun 17 01:21:36 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 87c479ae8f..712c156191 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 13 06:25:36 UTC 2024 +Fri Jun 14 06:26:22 UTC 2024 From 48e7d7496f118a0b17ccc857a61f60f265b4dbf3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 18 Jun 2024 06:26:56 +0000 Subject: [PATCH 1589/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4bf2765f0d..a011f34dab 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 17 01:21:36 UTC 2024 +Tue Jun 18 01:19:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 712c156191..473e84a414 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 14 06:26:22 UTC 2024 +Mon Jun 17 06:27:18 UTC 2024 From 1ec1a95e2abf2d5b529ff0f8485c7b5b19a5dd86 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 19 Jun 2024 06:26:37 +0000 Subject: [PATCH 1590/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a011f34dab..434649efd9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 18 01:19:38 UTC 2024 +Wed Jun 19 01:19:47 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 473e84a414..2dd12a62f8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 17 06:27:18 UTC 2024 +Tue Jun 18 06:26:10 UTC 2024 From cd274ab4e5127e2e7c9eeb8705fb3640eb67ecad Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 20 Jun 2024 06:26:42 +0000 Subject: [PATCH 1591/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 434649efd9..eca99fd7aa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 19 01:19:47 UTC 2024 +Thu Jun 20 01:17:56 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2dd12a62f8..fd4bb314c5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 18 06:26:10 UTC 2024 +Wed Jun 19 06:26:04 UTC 2024 From d63db706fd2470cd364df1f20810874859df86e3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 21 Jun 2024 06:27:18 +0000 Subject: [PATCH 1592/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index eca99fd7aa..0ce96b520e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 20 01:17:56 UTC 2024 +Fri Jun 21 01:18:21 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fd4bb314c5..0f80d32527 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 19 06:26:04 UTC 2024 +Thu Jun 20 06:25:56 UTC 2024 From 119aa9d3e3ae15e9873058fe3e6ebcd9c21825e2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 24 Jun 2024 06:26:34 +0000 Subject: [PATCH 1593/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0ce96b520e..8fa0dc7968 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 21 01:18:21 UTC 2024 +Mon Jun 24 01:20:32 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0f80d32527..8b7e4e3848 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 20 06:25:56 UTC 2024 +Fri Jun 21 06:26:44 UTC 2024 From e7005aeeebe508acd5369393f27260fc0234027d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 25 Jun 2024 06:27:04 +0000 Subject: [PATCH 1594/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8fa0dc7968..eb749df43e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jun 24 01:20:32 UTC 2024 +Tue Jun 25 01:19:21 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8b7e4e3848..728d721217 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 21 06:26:44 UTC 2024 +Mon Jun 24 06:26:11 UTC 2024 From 02c3d5d2a1c82f4a2e8d013a8a91b3659d5aee1f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 26 Jun 2024 06:27:45 +0000 Subject: [PATCH 1595/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index eb749df43e..6c0c744d14 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jun 25 01:19:21 UTC 2024 +Wed Jun 26 01:19:20 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 728d721217..65c01fcdb3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jun 24 06:26:11 UTC 2024 +Tue Jun 25 06:26:13 UTC 2024 From abce9cdf7cad7e9a0923c89261e469ca2311db3d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 27 Jun 2024 06:26:45 +0000 Subject: [PATCH 1596/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6c0c744d14..4f79ae35a2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jun 26 01:19:20 UTC 2024 +Thu Jun 27 01:19:37 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 65c01fcdb3..76a6b4f303 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jun 25 06:26:13 UTC 2024 +Wed Jun 26 06:27:06 UTC 2024 From cb0b64a8f253851f6739036807c93c56ab4b559a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 28 Jun 2024 06:26:51 +0000 Subject: [PATCH 1597/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4f79ae35a2..cd6b7ead00 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jun 27 01:19:37 UTC 2024 +Fri Jun 28 01:19:39 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 76a6b4f303..fce285812f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jun 26 06:27:06 UTC 2024 +Thu Jun 27 06:26:26 UTC 2024 From 284ca4f1947c3a22b9ec170ac8f3fa105b7e74d6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 1 Jul 2024 06:28:40 +0000 Subject: [PATCH 1598/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cd6b7ead00..7474190148 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jun 28 01:19:39 UTC 2024 +Mon Jul 1 01:34:51 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fce285812f..3846cd98df 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jun 27 06:26:26 UTC 2024 +Fri Jun 28 06:26:28 UTC 2024 From 2984418a5c9ddc54b26dae7b0c7ae5effa60267a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 2 Jul 2024 06:28:14 +0000 Subject: [PATCH 1599/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7474190148..9836070d73 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 1 01:34:51 UTC 2024 +Tue Jul 2 01:20:14 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3846cd98df..872dcf6c06 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jun 28 06:26:28 UTC 2024 +Mon Jul 1 06:28:20 UTC 2024 From 4977c11c5b86026aa7b734e43f4c3c49755f4930 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 3 Jul 2024 06:28:03 +0000 Subject: [PATCH 1600/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9836070d73..abc609c470 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 2 01:20:14 UTC 2024 +Wed Jul 3 01:19:52 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 872dcf6c06..ef8ad69429 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 1 06:28:20 UTC 2024 +Tue Jul 2 06:27:32 UTC 2024 From eaae4ec45ba87b3fd53c9e09077789e8073edbf4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 4 Jul 2024 06:27:43 +0000 Subject: [PATCH 1601/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index abc609c470..7ce8d46a80 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 3 01:19:52 UTC 2024 +Thu Jul 4 01:20:10 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ef8ad69429..9400d4be48 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 2 06:27:32 UTC 2024 +Wed Jul 3 06:27:41 UTC 2024 From 549cb6057ad23a500886b6c03a14ee4fabc148cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 5 Jul 2024 06:27:55 +0000 Subject: [PATCH 1602/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7ce8d46a80..61f965e475 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 4 01:20:10 UTC 2024 +Fri Jul 5 01:20:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9400d4be48..fbe39d9eec 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 3 06:27:41 UTC 2024 +Thu Jul 4 06:26:49 UTC 2024 From 2186930446c941578adec5a05fdabd047caae266 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 8 Jul 2024 06:28:44 +0000 Subject: [PATCH 1603/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 61f965e475..046afcc656 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 5 01:20:15 UTC 2024 +Mon Jul 8 01:22:13 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fbe39d9eec..59ba8c2eaf 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 4 06:26:49 UTC 2024 +Fri Jul 5 06:27:15 UTC 2024 From 52f77ab6dd7929183690ec435c466abc81a04927 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 9 Jul 2024 06:27:23 +0000 Subject: [PATCH 1604/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 046afcc656..803282aa52 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 8 01:22:13 UTC 2024 +Tue Jul 9 01:21:26 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 59ba8c2eaf..49e1fa3f0f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 5 06:27:15 UTC 2024 +Mon Jul 8 06:27:41 UTC 2024 From 0c061609258d6fdd7a74acf005ab4ce0b82e8419 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 10 Jul 2024 06:27:02 +0000 Subject: [PATCH 1605/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 803282aa52..debca85326 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 9 01:21:26 UTC 2024 +Wed Jul 10 01:21:41 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 49e1fa3f0f..210c7f81d8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 8 06:27:41 UTC 2024 +Tue Jul 9 06:26:34 UTC 2024 From b63dcaff084d1169e2d84c95d749899a6e702618 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 11 Jul 2024 06:26:47 +0000 Subject: [PATCH 1606/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index debca85326..ee11db1326 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 10 01:21:41 UTC 2024 +Thu Jul 11 01:21:52 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 210c7f81d8..71ef3a5f37 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 9 06:26:34 UTC 2024 +Wed Jul 10 06:26:30 UTC 2024 From 4b998ae9c891df807eba42ba518944e0158a2a1d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 12 Jul 2024 06:27:07 +0000 Subject: [PATCH 1607/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ee11db1326..6ec4cf03bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 11 01:21:52 UTC 2024 +Fri Jul 12 01:20:46 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 71ef3a5f37..81b7b33997 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 10 06:26:30 UTC 2024 +Thu Jul 11 06:26:24 UTC 2024 From f7660db68a150d708a943e063872aee6ef6193f8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 15 Jul 2024 06:30:12 +0000 Subject: [PATCH 1608/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6ec4cf03bc..a17145207b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 12 01:20:46 UTC 2024 +Mon Jul 15 01:23:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 81b7b33997..867c165003 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 11 06:26:24 UTC 2024 +Fri Jul 12 06:26:30 UTC 2024 From 143f93ad391c416ec7bbb96bb2048b9cc6f1d7d3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 16 Jul 2024 06:27:35 +0000 Subject: [PATCH 1609/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a17145207b..d9004a2662 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 15 01:23:38 UTC 2024 +Tue Jul 16 01:23:17 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 867c165003..d94f053817 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 12 06:26:30 UTC 2024 +Mon Jul 15 06:29:15 UTC 2024 From 09d26fab2f35627194e3fe76a418313a69a35f14 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 17 Jul 2024 06:28:01 +0000 Subject: [PATCH 1610/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d9004a2662..c46d4cd859 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 16 01:23:17 UTC 2024 +Wed Jul 17 01:22:00 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d94f053817..a4c2537463 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 15 06:29:15 UTC 2024 +Tue Jul 16 06:27:14 UTC 2024 From 8e60217176c65bad1ca8f22ac196deeacabd08b3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 18 Jul 2024 06:27:51 +0000 Subject: [PATCH 1611/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c46d4cd859..d6d54e9727 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 17 01:22:00 UTC 2024 +Thu Jul 18 01:20:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a4c2537463..057706f1a2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 16 06:27:14 UTC 2024 +Wed Jul 17 06:27:11 UTC 2024 From 4e0103e25edaa0bef33ba8a150e4d25c64b8d294 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 19 Jul 2024 06:27:09 +0000 Subject: [PATCH 1612/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d6d54e9727..c86f6012c8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 18 01:20:38 UTC 2024 +Fri Jul 19 01:55:55 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 057706f1a2..06f6e2555e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 17 06:27:11 UTC 2024 +Thu Jul 18 06:27:08 UTC 2024 From 613012a07e08ff8ac39fc25792367910d561eaa3 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 22 Jul 2024 06:28:12 +0000 Subject: [PATCH 1613/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c86f6012c8..a208fe210c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 19 01:55:55 UTC 2024 +Mon Jul 22 01:24:20 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 06f6e2555e..3b5ea3f941 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 18 06:27:08 UTC 2024 +Fri Jul 19 06:26:50 UTC 2024 From c5d233214386da9d47b210334df555df98462cf4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 23 Jul 2024 06:27:35 +0000 Subject: [PATCH 1614/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a208fe210c..429a5215b8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 22 01:24:20 UTC 2024 +Tue Jul 23 01:22:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3b5ea3f941..c70c0e1eda 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 19 06:26:50 UTC 2024 +Mon Jul 22 06:27:40 UTC 2024 From fc447ee1307a4529c0263d0a5ab31275aa9db3a8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 24 Jul 2024 06:28:15 +0000 Subject: [PATCH 1615/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 429a5215b8..dec2eff80a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 23 01:22:15 UTC 2024 +Wed Jul 24 01:22:31 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c70c0e1eda..1ee6691846 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 22 06:27:40 UTC 2024 +Tue Jul 23 06:27:02 UTC 2024 From 7fe4d87a12d218713639c3c4603fde1b19527477 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 25 Jul 2024 06:28:20 +0000 Subject: [PATCH 1616/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dec2eff80a..664c8349bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 24 01:22:31 UTC 2024 +Thu Jul 25 01:21:58 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1ee6691846..7c898631a5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 23 06:27:02 UTC 2024 +Wed Jul 24 06:27:28 UTC 2024 From 207aa7cab20486f2183312a1a8fdcafaad4ebdbb Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 26 Jul 2024 06:27:49 +0000 Subject: [PATCH 1617/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 664c8349bc..a545dccf8e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jul 25 01:21:58 UTC 2024 +Fri Jul 26 01:21:28 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7c898631a5..f685ecb3b7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 24 06:27:28 UTC 2024 +Thu Jul 25 06:27:36 UTC 2024 From 9882634acd7defac635e4bee61eebf863ee7feae Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 29 Jul 2024 06:28:06 +0000 Subject: [PATCH 1618/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a545dccf8e..20a2da3754 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jul 26 01:21:28 UTC 2024 +Mon Jul 29 01:24:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f685ecb3b7..1c77bfd878 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jul 25 06:27:36 UTC 2024 +Fri Jul 26 06:27:32 UTC 2024 From aa2bb9171c179afbfc317d2bb74f78fb0645be4f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 30 Jul 2024 06:27:40 +0000 Subject: [PATCH 1619/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 20a2da3754..ca8693792f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jul 29 01:24:12 UTC 2024 +Tue Jul 30 01:22:33 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1c77bfd878..ef32455c06 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jul 26 06:27:32 UTC 2024 +Mon Jul 29 06:27:43 UTC 2024 From bb50aa7917e0427256605518253e36e90723ceda Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 31 Jul 2024 06:22:56 +0000 Subject: [PATCH 1620/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ca8693792f..52a823f14d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jul 30 01:22:33 UTC 2024 +Wed Jul 31 01:08:39 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ef32455c06..5e9326c18d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jul 29 06:27:43 UTC 2024 +Tue Jul 30 06:27:09 UTC 2024 From a9a41d55fbad5da527004c1f83f6307be4daf21a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 1 Aug 2024 06:28:03 +0000 Subject: [PATCH 1621/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 52a823f14d..afdca79c7b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jul 31 01:08:39 UTC 2024 +Thu Aug 1 01:35:54 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5e9326c18d..99c1ae30bb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jul 30 06:27:09 UTC 2024 +Wed Jul 31 06:22:32 UTC 2024 From d7f9c2017df7c1769c214a23c40d59d67f303e21 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 2 Aug 2024 06:29:40 +0000 Subject: [PATCH 1622/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index afdca79c7b..93a79c9836 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 1 01:35:54 UTC 2024 +Fri Aug 2 01:22:07 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 99c1ae30bb..7ea49606b9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jul 31 06:22:32 UTC 2024 +Thu Aug 1 06:27:29 UTC 2024 From d29738a7d9ea9f0c425d273847cb090a967f93cc Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 5 Aug 2024 06:28:32 +0000 Subject: [PATCH 1623/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 93a79c9836..e0f58299e1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 2 01:22:07 UTC 2024 +Mon Aug 5 01:24:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7ea49606b9..24b053c45a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 1 06:27:29 UTC 2024 +Fri Aug 2 06:28:48 UTC 2024 From f929b601b771cf76b493c581bfd62d92d3134c59 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 6 Aug 2024 06:29:43 +0000 Subject: [PATCH 1624/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e0f58299e1..5eca152d6c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 5 01:24:19 UTC 2024 +Tue Aug 6 01:22:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 24b053c45a..06cec75a6f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 2 06:28:48 UTC 2024 +Mon Aug 5 06:28:11 UTC 2024 From 3026dbbca30b11f6545a3d40b702f3e1852858ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 7 Aug 2024 06:28:08 +0000 Subject: [PATCH 1625/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5eca152d6c..1afb43d63c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 6 01:22:57 UTC 2024 +Wed Aug 7 01:23:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 06cec75a6f..0592adb739 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 5 06:28:11 UTC 2024 +Tue Aug 6 06:28:56 UTC 2024 From a8a342a7586e51a49e885b33ddbdddb497bfc6d9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 8 Aug 2024 06:28:50 +0000 Subject: [PATCH 1626/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1afb43d63c..5cd40922d3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 7 01:23:38 UTC 2024 +Thu Aug 8 01:23:32 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0592adb739..8fb1d738a2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 6 06:28:56 UTC 2024 +Wed Aug 7 06:27:32 UTC 2024 From f0d9a05cb98a664b61c8310df7d8f06d25039939 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 9 Aug 2024 06:28:36 +0000 Subject: [PATCH 1627/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5cd40922d3..01abf30da1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 8 01:23:32 UTC 2024 +Fri Aug 9 01:24:20 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8fb1d738a2..993578e021 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 7 06:27:32 UTC 2024 +Thu Aug 8 06:28:24 UTC 2024 From 2bf8851e49ac07395eac1d4205034460c827b2fe Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 12 Aug 2024 06:28:42 +0000 Subject: [PATCH 1628/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 01abf30da1..2ecfa608e4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 9 01:24:20 UTC 2024 +Mon Aug 12 01:25:33 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 993578e021..163f12c81a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 8 06:28:24 UTC 2024 +Fri Aug 9 06:28:16 UTC 2024 From 7709c42190bac6960cef7a77499e23bff6f476e6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 13 Aug 2024 06:28:46 +0000 Subject: [PATCH 1629/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2ecfa608e4..c2aeaa0624 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 12 01:25:33 UTC 2024 +Tue Aug 13 01:25:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 163f12c81a..aebe8c8844 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 9 06:28:16 UTC 2024 +Mon Aug 12 06:28:21 UTC 2024 From 82d2562bc0e2433fdf4ec0e6a854e109207f941f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 14 Aug 2024 06:27:40 +0000 Subject: [PATCH 1630/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c2aeaa0624..12c88245d6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 13 01:25:19 UTC 2024 +Wed Aug 14 01:24:03 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index aebe8c8844..7c7b4b8bee 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 12 06:28:21 UTC 2024 +Tue Aug 13 06:28:24 UTC 2024 From 7e4b1cc29dc64f6ca5f59542094560b1e73a521a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Aug 2024 06:27:54 +0000 Subject: [PATCH 1631/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 12c88245d6..5b2c298bf8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 14 01:24:03 UTC 2024 +Thu Aug 15 01:19:26 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7c7b4b8bee..b2f21f8f40 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 13 06:28:24 UTC 2024 +Wed Aug 14 06:27:20 UTC 2024 From aff2e873d9e096135cb59df7ec49de64b64ca99c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Aug 2024 14:15:18 -0300 Subject: [PATCH 1632/1768] add workflow test 99 --- .github/workflows/workflow-tester99.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/workflow-tester99.yml diff --git a/.github/workflows/workflow-tester99.yml b/.github/workflows/workflow-tester99.yml new file mode 100644 index 0000000000..3250e6524c --- /dev/null +++ b/.github/workflows/workflow-tester99.yml @@ -0,0 +1,22 @@ +name: Test 99 # https://stackoverflow.com/questions/78875784/github-action-stage-not-triggering-if-previous-stage-failed + +on: + workflow_dispatch: + +jobs: + some-test: + runs-on: ubuntu-latest + steps: + - name: Force job failure + run: exit 1 + + some-test-rerun: + needs: [some-test] + runs-on: ubuntu-latest + if: always() + steps: + - name: Force job failure + run: | + echo "retry" + echo "result" ${{ needs.some-test.result }} + echo "status" ${{ needs.some-test.status }} \ No newline at end of file From 31d7373e72803c1e736998c7a8a005d69d2587c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Aug 2024 14:17:08 -0300 Subject: [PATCH 1633/1768] update workflow test 99 --- .github/workflows/workflow-tester99.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-tester99.yml b/.github/workflows/workflow-tester99.yml index 3250e6524c..b3324d57e7 100644 --- a/.github/workflows/workflow-tester99.yml +++ b/.github/workflows/workflow-tester99.yml @@ -13,10 +13,8 @@ jobs: some-test-rerun: needs: [some-test] runs-on: ubuntu-latest - if: always() + if: always() && ${{ needs.some-test.result }} == 'failure' steps: - - name: Force job failure + - name: Retry run: | echo "retry" - echo "result" ${{ needs.some-test.result }} - echo "status" ${{ needs.some-test.status }} \ No newline at end of file From 7b5ba1fe98faff14d74a993068ef6df4b77bc607 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 15 Aug 2024 14:18:27 -0300 Subject: [PATCH 1634/1768] update workflow test 99 --- .github/workflows/workflow-tester99.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester99.yml b/.github/workflows/workflow-tester99.yml index b3324d57e7..0e48c0a66c 100644 --- a/.github/workflows/workflow-tester99.yml +++ b/.github/workflows/workflow-tester99.yml @@ -13,7 +13,7 @@ jobs: some-test-rerun: needs: [some-test] runs-on: ubuntu-latest - if: always() && ${{ needs.some-test.result }} == 'failure' + if: ${{ always() && needs.some-test.result == 'failure' }} steps: - name: Retry run: | From 79b8e811ef8ae34a6aacb7addc77a18c6f14c6f6 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 15 Aug 2024 14:37:55 -0300 Subject: [PATCH 1635/1768] Update workflow-tester99.yml --- .github/workflows/workflow-tester99.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester99.yml b/.github/workflows/workflow-tester99.yml index 0e48c0a66c..25a59cf984 100644 --- a/.github/workflows/workflow-tester99.yml +++ b/.github/workflows/workflow-tester99.yml @@ -13,7 +13,7 @@ jobs: some-test-rerun: needs: [some-test] runs-on: ubuntu-latest - if: ${{ always() && needs.some-test.result == 'failure' }} + if: always() && needs.some-test.result == 'failure' steps: - name: Retry run: | From d01b2d6af90fec8d712399545153863892419622 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 16 Aug 2024 06:27:44 +0000 Subject: [PATCH 1636/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5b2c298bf8..2d207cd7bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 15 01:19:26 UTC 2024 +Fri Aug 16 01:23:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b2f21f8f40..ec3bc30a47 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 14 06:27:20 UTC 2024 +Thu Aug 15 06:27:29 UTC 2024 From 2a6a6863893033cc0ce6666b18568525cfb2e757 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 19 Aug 2024 06:29:10 +0000 Subject: [PATCH 1637/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2d207cd7bc..3448495dc5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 16 01:23:18 UTC 2024 +Mon Aug 19 01:24:56 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ec3bc30a47..af53dc76be 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 15 06:27:29 UTC 2024 +Fri Aug 16 06:26:56 UTC 2024 From c528c412d77bb87701eec102d80ed46530c80541 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 20 Aug 2024 06:28:54 +0000 Subject: [PATCH 1638/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3448495dc5..e64c1151c8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 19 01:24:56 UTC 2024 +Tue Aug 20 01:23:05 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index af53dc76be..f0eb4b1070 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 16 06:26:56 UTC 2024 +Mon Aug 19 06:28:27 UTC 2024 From 9c6703a312118783355a6db2fe3d9bb98fa971aa Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 21 Aug 2024 06:28:03 +0000 Subject: [PATCH 1639/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e64c1151c8..1dd5deb99d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 20 01:23:05 UTC 2024 +Wed Aug 21 01:23:24 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f0eb4b1070..460505fcde 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 19 06:28:27 UTC 2024 +Tue Aug 20 06:28:05 UTC 2024 From c67bb6d92348c41a53b6ad19d14fa26eb2903b0f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 22 Aug 2024 06:28:01 +0000 Subject: [PATCH 1640/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1dd5deb99d..519e2b1eaf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 21 01:23:24 UTC 2024 +Thu Aug 22 01:25:13 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 460505fcde..53d3bd03b5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 20 06:28:05 UTC 2024 +Wed Aug 21 06:27:14 UTC 2024 From e43ccf89adfedafc10d5070c637d5e1ceaa7368f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 23 Aug 2024 06:28:05 +0000 Subject: [PATCH 1641/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 519e2b1eaf..dc94bfe63d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 22 01:25:13 UTC 2024 +Fri Aug 23 01:24:00 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 53d3bd03b5..1aab511b32 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 21 06:27:14 UTC 2024 +Thu Aug 22 06:27:18 UTC 2024 From 6fd51a930ad3bb5adee77ed4ad2d2ac191d1a8e2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 26 Aug 2024 06:29:21 +0000 Subject: [PATCH 1642/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dc94bfe63d..86577a1546 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 23 01:24:00 UTC 2024 +Mon Aug 26 01:24:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1aab511b32..096c766ba5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 22 06:27:18 UTC 2024 +Fri Aug 23 06:27:09 UTC 2024 From 869d097f3da72766cd6273fe3e5086c06b938c89 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 27 Aug 2024 06:28:47 +0000 Subject: [PATCH 1643/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 86577a1546..3584f0f4e3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Aug 26 01:24:50 UTC 2024 +Tue Aug 27 01:25:30 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 096c766ba5..b4bc8f3f99 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 23 06:27:09 UTC 2024 +Mon Aug 26 06:28:59 UTC 2024 From 33463a99ba3bc5efe1f447c3014d23fdf81d0bee Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 28 Aug 2024 06:28:43 +0000 Subject: [PATCH 1644/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3584f0f4e3..0ae580e33d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Aug 27 01:25:30 UTC 2024 +Wed Aug 28 01:26:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b4bc8f3f99..09efd8ea0e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Aug 26 06:28:59 UTC 2024 +Tue Aug 27 06:28:07 UTC 2024 From 7c550fcf4e6e8fb8d052b33b5c67d2605af9d515 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 29 Aug 2024 06:29:20 +0000 Subject: [PATCH 1645/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0ae580e33d..c3015cb09e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Aug 28 01:26:18 UTC 2024 +Thu Aug 29 01:33:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 09efd8ea0e..092bfa4ee2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Aug 27 06:28:07 UTC 2024 +Wed Aug 28 06:28:08 UTC 2024 From 35bb92604cd422bdd5f7311e0c50e32dbb053a44 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 30 Aug 2024 06:29:00 +0000 Subject: [PATCH 1646/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c3015cb09e..d68a1b8e8b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Aug 29 01:33:45 UTC 2024 +Fri Aug 30 01:34:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 092bfa4ee2..ca6cc0fd0b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Aug 28 06:28:08 UTC 2024 +Thu Aug 29 06:28:41 UTC 2024 From 70ed6d6eae6a8a65da908ca4ef052916dee08d9a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Sep 2024 06:29:59 +0000 Subject: [PATCH 1647/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d68a1b8e8b..2e9c307425 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Aug 30 01:34:23 UTC 2024 +Mon Sep 2 01:35:58 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ca6cc0fd0b..7103b7f596 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Aug 29 06:28:41 UTC 2024 +Fri Aug 30 06:28:42 UTC 2024 From 856e3fcc5e9114b4266d14d55753f1ccee164c45 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 3 Sep 2024 06:29:07 +0000 Subject: [PATCH 1648/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2e9c307425..c868a92c7f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 2 01:35:58 UTC 2024 +Tue Sep 3 01:26:32 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7103b7f596..dbbebc4a60 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Aug 30 06:28:42 UTC 2024 +Mon Sep 2 06:29:33 UTC 2024 From 869db5c7dd87769604290eb800a9613add06d5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:43 +0000 Subject: [PATCH 1649/1768] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/09-artifacts-workflow.yml | 4 ++-- .github/workflows/16-conditional.yml | 6 +++--- .github/workflows/25-artifacts-between-workflows-2.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/09-artifacts-workflow.yml b/.github/workflows/09-artifacts-workflow.yml index 31550de931..d0c5f7ee97 100644 --- a/.github/workflows/09-artifacts-workflow.yml +++ b/.github/workflows/09-artifacts-workflow.yml @@ -26,7 +26,7 @@ jobs: runs-on: windows-latest steps: - name: Download math result for job 1 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: homework - shell: bash @@ -45,7 +45,7 @@ jobs: runs-on: macOS-latest steps: - name: Download math result for job 2 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: homework - name: Print the final result diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index 00c1b214c0..ce805c9104 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -84,17 +84,17 @@ jobs: if: always() steps: - name: Download artifact pass_status_job1 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pass_status_job1 - name: Download artifact pass_status_job2 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pass_status_job2 - name: Download artifact pass_status_job3 - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pass_status_job3 diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index c99d8615c9..49b18a02da 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download workflow artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: github-token: ${{ secrets.ACCESS_TOKEN }} name: pr_num From 4b0d365eaf4a61eab65b1ee8d1395c3bb33b2af5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Sep 2024 06:29:50 +0000 Subject: [PATCH 1650/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c868a92c7f..5ab639f278 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 3 01:26:32 UTC 2024 +Wed Sep 4 01:34:36 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dbbebc4a60..de3ab86bc1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 2 06:29:33 UTC 2024 +Tue Sep 3 06:28:40 UTC 2024 From f10652b1c2fac0c1a885668f7c4ab10bd55a568f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Sep 2024 11:15:56 +0000 Subject: [PATCH 1651/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/upload-download-artifacts.yml | 8 ++++---- backup/git-auto-commit-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backup/.github/workflows/upload-download-artifacts.yml b/backup/.github/workflows/upload-download-artifacts.yml index 425d06326c..6ac40a9653 100644 --- a/backup/.github/workflows/upload-download-artifacts.yml +++ b/backup/.github/workflows/upload-download-artifacts.yml @@ -13,7 +13,7 @@ jobs: run: | expr 3 + 7 > math-homework.txt - name: Upload math result for job 1 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: homework path: math-homework.txt @@ -24,7 +24,7 @@ jobs: runs-on: windows-latest steps: - name: Download math result for job 1 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.8 with: name: homework - shell: bash @@ -32,7 +32,7 @@ jobs: value=`cat math-homework.txt` expr $value \* 9 > math-homework.txt - name: Upload math result for job 2 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: homework path: math-homework.txt @@ -43,7 +43,7 @@ jobs: runs-on: macOS-latest steps: - name: Download math result for job 2 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.8 with: name: homework - name: Print the final result diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 67ac5a7c1e..6b3505ec52 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Fri Mar 15 12:36:56 UTC 2024 +Wed Sep 4 11:15:37 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index de3ab86bc1..1470710c50 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 3 06:28:40 UTC 2024 +Wed Sep 4 06:29:06 UTC 2024 From 1db89b14acabce6995e7509c87449ebddbc657a8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 4 Sep 2024 08:17:09 -0300 Subject: [PATCH 1652/1768] Update 09-artifacts-workflow.yml --- .github/workflows/09-artifacts-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/09-artifacts-workflow.yml b/.github/workflows/09-artifacts-workflow.yml index d0c5f7ee97..4d099e2958 100644 --- a/.github/workflows/09-artifacts-workflow.yml +++ b/.github/workflows/09-artifacts-workflow.yml @@ -15,7 +15,7 @@ jobs: run: | expr 3 + 7 > math-homework.txt - name: Upload math result for job 1 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: homework path: math-homework.txt @@ -26,7 +26,7 @@ jobs: runs-on: windows-latest steps: - name: Download math result for job 1 - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: homework - shell: bash @@ -34,7 +34,7 @@ jobs: value=`cat math-homework.txt` expr $value \* 9 > math-homework.txt - name: Upload math result for job 2 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: homework path: math-homework.txt @@ -45,7 +45,7 @@ jobs: runs-on: macOS-latest steps: - name: Download math result for job 2 - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: homework - name: Print the final result From 9dc5f27a5ea440e92acfd627232bbdc8763c7908 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 4 Sep 2024 08:19:31 -0300 Subject: [PATCH 1653/1768] Update 16-conditional.yml --- .github/workflows/16-conditional.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/16-conditional.yml b/.github/workflows/16-conditional.yml index ce805c9104..89e02018ae 100644 --- a/.github/workflows/16-conditional.yml +++ b/.github/workflows/16-conditional.yml @@ -27,7 +27,7 @@ jobs: - name: Upload file status_job1.txt as an artifact if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4.4.0 with: name: pass_status_job1 path: status_job1.txt @@ -56,7 +56,7 @@ jobs: echo ${{ job.status }} > status_job2.txt - name: Upload file status_job2.txt as an artifact if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4.4.0 with: name: pass_status_job2 path: status_job2.txt @@ -73,7 +73,7 @@ jobs: echo ${{ job.status }} > status_job3.txt - name: Upload file status_job3.txt as an artifact if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4.4.0 with: name: pass_status_job3 path: status_job3.txt @@ -84,17 +84,17 @@ jobs: if: always() steps: - name: Download artifact pass_status_job1 - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: pass_status_job1 - name: Download artifact pass_status_job2 - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: pass_status_job2 - name: Download artifact pass_status_job3 - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: pass_status_job3 @@ -121,7 +121,7 @@ jobs: env: MY_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }} if: "${{ env.MY_KEY != '' }}" - run: echo "::set-output name=defined::true" + run: echo "defined=true" >> $GITHUB_OUTPUT job5: runs-on: ubuntu-latest @@ -141,7 +141,7 @@ jobs: runs-on: ubuntu-latest steps: - id: step1 - run: echo "::set-output name=test::hello" + run: echo "test=hello" >> $GITHUB_OUTPUT - name: step 2 if: contains(steps.step1.outputs.test, 'hello') run: echo 'is executed' From 778f9f8e486f72ce94c1c51c6bd8e97a9cbfbfd8 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Wed, 4 Sep 2024 08:19:49 -0300 Subject: [PATCH 1654/1768] Update 25-artifacts-between-workflows-2.yml --- .github/workflows/25-artifacts-between-workflows-2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/25-artifacts-between-workflows-2.yml b/.github/workflows/25-artifacts-between-workflows-2.yml index 49b18a02da..3c50a937e6 100644 --- a/.github/workflows/25-artifacts-between-workflows-2.yml +++ b/.github/workflows/25-artifacts-between-workflows-2.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download workflow artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: github-token: ${{ secrets.ACCESS_TOKEN }} name: pr_num @@ -24,4 +24,4 @@ jobs: with: path: ./pr_num/pr_num.txt - - run: echo Original PR number is ${{ steps.pr_num_reader.outputs.content }} \ No newline at end of file + - run: echo Original PR number is ${{ steps.pr_num_reader.outputs.content }} From 94e6d63fb5da3415617ba903068c0730270c3731 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Sep 2024 08:21:40 -0300 Subject: [PATCH 1655/1768] update actions version --- .github/workflows/25-artifacts-between-workflows-1.yml | 2 +- .github/workflows/45-get-all-yaml-files.yml | 4 ++-- .github/workflows/60-save-secrets-variables.yml | 2 +- .github/workflows/workflow-tester41.yml | 2 +- .github/workflows/workflow-tester80.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/25-artifacts-between-workflows-1.yml b/.github/workflows/25-artifacts-between-workflows-1.yml index 1f3536b5b3..79a2336cdc 100644 --- a/.github/workflows/25-artifacts-between-workflows-1.yml +++ b/.github/workflows/25-artifacts-between-workflows-1.yml @@ -13,7 +13,7 @@ jobs: run: echo $PR_NUM > pr_num.txt - name: Upload the PR number - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.0 with: name: pr_num path: ./pr_num.txt \ No newline at end of file diff --git a/.github/workflows/45-get-all-yaml-files.yml b/.github/workflows/45-get-all-yaml-files.yml index d5fbb26a01..9f1677be00 100644 --- a/.github/workflows/45-get-all-yaml-files.yml +++ b/.github/workflows/45-get-all-yaml-files.yml @@ -12,7 +12,7 @@ jobs: - name: Check list run: cat yml-files.txt - name: Upload yml-files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: yml-files path: yml-files.txt @@ -26,7 +26,7 @@ jobs: - name: Check list run: cat yaml-files.txt - name: Upload yaml-files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: yaml-files path: yaml-files.txt diff --git a/.github/workflows/60-save-secrets-variables.yml b/.github/workflows/60-save-secrets-variables.yml index eb15a22c2c..0b551e245a 100644 --- a/.github/workflows/60-save-secrets-variables.yml +++ b/.github/workflows/60-save-secrets-variables.yml @@ -12,7 +12,7 @@ jobs: SECRETS_VARS: ${{ toJson(secrets) }} run: echo "$SECRETS_VARS" > "secrets.txt" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4.4.0 name: Upload Artifact with: name: SecretsVariables diff --git a/.github/workflows/workflow-tester41.yml b/.github/workflows/workflow-tester41.yml index bc16b55150..ff76c94dc3 100644 --- a/.github/workflows/workflow-tester41.yml +++ b/.github/workflows/workflow-tester41.yml @@ -54,7 +54,7 @@ jobs: - uses: montudor/action-zip@v1 with: args: zip -qq -r result.zip "${{steps.check.outputs.aws}}" "${{steps.check.outputs.azure}}" "${{steps.check.outputs.gcp}}" - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4.4.0 with: name: my-artifact path: ${{ github.workspace }}/result.zip \ No newline at end of file diff --git a/.github/workflows/workflow-tester80.yml b/.github/workflows/workflow-tester80.yml index b0dce5c504..1503942e07 100644 --- a/.github/workflows/workflow-tester80.yml +++ b/.github/workflows/workflow-tester80.yml @@ -31,7 +31,7 @@ jobs: # Optional: Add step to run tests here - name: Upload artifact for deployment job - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.0 with: name: python-app path: | From bd406f339a2dd3a92e8d4054ef12aa3cce959544 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 5 Sep 2024 06:29:34 +0000 Subject: [PATCH 1656/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5ab639f278..7dd548a4c1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 4 01:34:36 UTC 2024 +Thu Sep 5 01:34:42 UTC 2024 diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index cb849d2091..6c56870196 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Fri Mar 15 12:37:02 UTC 2024 +Wed Sep 4 11:16:09 UTC 2024 From d574f06f5ba10707cd010409f8584c3d34c3bfa1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 Sep 2024 06:28:59 +0000 Subject: [PATCH 1657/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7dd548a4c1..05df16854e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 5 01:34:42 UTC 2024 +Fri Sep 6 01:34:39 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1470710c50..e584576007 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 4 06:29:06 UTC 2024 +Thu Sep 5 06:28:50 UTC 2024 From 695e17bf8087421f12ceb8ea4533e674654551db Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 9 Sep 2024 06:32:39 +0000 Subject: [PATCH 1658/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 05df16854e..04e6a4f7a5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 6 01:34:39 UTC 2024 +Mon Sep 9 01:37:30 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e584576007..fa41c66b2c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 5 06:28:50 UTC 2024 +Fri Sep 6 06:28:40 UTC 2024 From c7916c5f7703f78b9a9065291c353589ca3547a8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 10 Sep 2024 06:29:26 +0000 Subject: [PATCH 1659/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 04e6a4f7a5..894e843074 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 9 01:37:30 UTC 2024 +Tue Sep 10 01:36:06 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index fa41c66b2c..0e3fd14192 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 6 06:28:40 UTC 2024 +Mon Sep 9 06:32:07 UTC 2024 From 401d099018ea4ce8c29be4edf934be04ed09ffda Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 11 Sep 2024 06:29:39 +0000 Subject: [PATCH 1660/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 894e843074..1c377dbd1a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 10 01:36:06 UTC 2024 +Wed Sep 11 01:34:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0e3fd14192..873cdffbe9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 9 06:32:07 UTC 2024 +Tue Sep 10 06:29:01 UTC 2024 From abb701bf809b0a849a87aece5ab4bc9de8451e9f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 12 Sep 2024 06:30:23 +0000 Subject: [PATCH 1661/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1c377dbd1a..9641a91232 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 11 01:34:57 UTC 2024 +Thu Sep 12 01:35:09 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 873cdffbe9..b8bcfc3d98 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 10 06:29:01 UTC 2024 +Wed Sep 11 06:29:07 UTC 2024 From 9c6d7320d003dc5ae7a421fc928cf30280b23d90 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 13 Sep 2024 06:29:47 +0000 Subject: [PATCH 1662/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9641a91232..23ff482980 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 12 01:35:09 UTC 2024 +Fri Sep 13 01:35:46 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b8bcfc3d98..272f3e9f9a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 11 06:29:07 UTC 2024 +Thu Sep 12 06:29:41 UTC 2024 From c9f67ae7fda947224d61ac7be1d24c70b403855d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 16 Sep 2024 06:31:08 +0000 Subject: [PATCH 1663/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 23ff482980..6e54b528b1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 13 01:35:46 UTC 2024 +Mon Sep 16 01:41:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 272f3e9f9a..5e36017d09 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 12 06:29:41 UTC 2024 +Fri Sep 13 06:29:21 UTC 2024 From 53eec87188778d31b46a92d64aa84fe39cc1e497 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 17 Sep 2024 06:26:45 +0000 Subject: [PATCH 1664/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6e54b528b1..6844a0a45e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 16 01:41:12 UTC 2024 +Tue Sep 17 01:14:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5e36017d09..82f58674c0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 13 06:29:21 UTC 2024 +Mon Sep 16 06:30:24 UTC 2024 From e881e891edc00d51713753e3e827ddcaf9f20769 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 18 Sep 2024 06:30:45 +0000 Subject: [PATCH 1665/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6844a0a45e..ff8487feb1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 17 01:14:18 UTC 2024 +Wed Sep 18 01:35:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 82f58674c0..60b5a95abb 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 16 06:30:24 UTC 2024 +Tue Sep 17 06:26:06 UTC 2024 From a15b4cc0ffedbd20589583aec5312fa75bafd3ab Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 19 Sep 2024 06:30:01 +0000 Subject: [PATCH 1666/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ff8487feb1..879653c669 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 18 01:35:38 UTC 2024 +Thu Sep 19 01:37:24 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 60b5a95abb..a44bcf8033 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 17 06:26:06 UTC 2024 +Wed Sep 18 06:30:02 UTC 2024 From 6ee6e4f8a58e833017d77cdfcd1f0b251e71f701 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 20 Sep 2024 06:29:56 +0000 Subject: [PATCH 1667/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 879653c669..2b768ec503 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 19 01:37:24 UTC 2024 +Fri Sep 20 01:37:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a44bcf8033..33dd8ba0d6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 18 06:30:02 UTC 2024 +Thu Sep 19 06:29:39 UTC 2024 From f1c8f2acbd6a6598d15d4a2dd9efac2add906021 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 23 Sep 2024 06:31:23 +0000 Subject: [PATCH 1668/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2b768ec503..6ee3ad7114 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 20 01:37:12 UTC 2024 +Mon Sep 23 01:39:51 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 33dd8ba0d6..c9bcff4ca9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 19 06:29:39 UTC 2024 +Fri Sep 20 06:29:29 UTC 2024 From 8290070e1d72c05208cd961744f780c6342713f5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 24 Sep 2024 06:31:21 +0000 Subject: [PATCH 1669/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6ee3ad7114..0334bd4ac3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 23 01:39:51 UTC 2024 +Tue Sep 24 01:39:54 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c9bcff4ca9..f96bf49dab 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 20 06:29:29 UTC 2024 +Mon Sep 23 06:31:01 UTC 2024 From 7bed9ce8733e5fb67416f9fc63ba28a77a6c4667 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 25 Sep 2024 06:31:11 +0000 Subject: [PATCH 1670/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0334bd4ac3..adc34c40f4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Sep 24 01:39:54 UTC 2024 +Wed Sep 25 01:40:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f96bf49dab..19c2b50d08 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 23 06:31:01 UTC 2024 +Tue Sep 24 06:30:35 UTC 2024 From 4291d3a2a8c04a08cf7f3abf1900809ee8911e50 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 26 Sep 2024 06:30:34 +0000 Subject: [PATCH 1671/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index adc34c40f4..d49a8ac504 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Sep 25 01:40:57 UTC 2024 +Thu Sep 26 01:38:55 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 19c2b50d08..6f69bd3c39 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Sep 24 06:30:35 UTC 2024 +Wed Sep 25 06:30:21 UTC 2024 From f3181cdd53de8f0a13cb6f4cec48419fc9c528ff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 27 Sep 2024 06:31:33 +0000 Subject: [PATCH 1672/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d49a8ac504..51bc2c25a4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Sep 26 01:38:55 UTC 2024 +Fri Sep 27 01:39:55 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6f69bd3c39..d59a15fb9d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Sep 25 06:30:21 UTC 2024 +Thu Sep 26 06:30:12 UTC 2024 From 7a416929e88fa0277b9d352ea02f95c6fed2faff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 30 Sep 2024 06:32:34 +0000 Subject: [PATCH 1673/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 51bc2c25a4..c787e500a5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 27 01:39:55 UTC 2024 +Mon Sep 30 01:42:59 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d59a15fb9d..b1add04d15 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 26 06:30:12 UTC 2024 +Mon Sep 30 06:31:36 UTC 2024 From 3380eeb67575b84252137869a0edb3d6c4558825 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 1 Oct 2024 06:32:23 +0000 Subject: [PATCH 1674/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c787e500a5..e3c82725e8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 30 01:42:59 UTC 2024 +Tue Oct 1 01:48:26 UTC 2024 From f311891e349a52abbf2ff7ac29988af70f56bc0e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 2 Oct 2024 06:30:57 +0000 Subject: [PATCH 1675/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e3c82725e8..3343b620f3 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 1 01:48:26 UTC 2024 +Wed Oct 2 01:39:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b1add04d15..caec1c7989 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Sep 30 06:31:36 UTC 2024 +Tue Oct 1 06:31:50 UTC 2024 From 6b5aa7d9e158367f160baf830a21b8c0aeebfcc2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 3 Oct 2024 06:30:52 +0000 Subject: [PATCH 1676/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3343b620f3..c39ea26f40 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 2 01:39:38 UTC 2024 +Thu Oct 3 01:39:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index caec1c7989..afb7c4a2b6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 1 06:31:50 UTC 2024 +Wed Oct 2 06:30:08 UTC 2024 From 6b38b8af0b4e83cc70db9fff0ae0788faf7b62d5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 4 Oct 2024 06:30:36 +0000 Subject: [PATCH 1677/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c39ea26f40..5d873212df 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 3 01:39:57 UTC 2024 +Fri Oct 4 01:40:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index afb7c4a2b6..6874743cc1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 2 06:30:08 UTC 2024 +Thu Oct 3 06:30:19 UTC 2024 From 7240ae1fc5e85c77ff96e1d2da1789ba0d9b3291 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 7 Oct 2024 06:31:20 +0000 Subject: [PATCH 1678/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5d873212df..dcbe6c4544 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 4 01:40:01 UTC 2024 +Mon Oct 7 01:42:49 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6874743cc1..3dd03fd74e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 3 06:30:19 UTC 2024 +Fri Oct 4 06:30:14 UTC 2024 From 8a380a5a91aadf6c94f3ea2bbdf69f94540beaa7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 8 Oct 2024 06:30:53 +0000 Subject: [PATCH 1679/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dcbe6c4544..d76d084922 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 7 01:42:49 UTC 2024 +Tue Oct 8 01:40:05 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3dd03fd74e..e0ffb9a15d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 4 06:30:14 UTC 2024 +Mon Oct 7 06:31:00 UTC 2024 From 2ccafe4d36b4746922c8f7ca39c58071511f2d21 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 9 Oct 2024 06:31:30 +0000 Subject: [PATCH 1680/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d76d084922..07a81d9f79 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 8 01:40:05 UTC 2024 +Wed Oct 9 01:39:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e0ffb9a15d..01c43cba2f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 7 06:31:00 UTC 2024 +Tue Oct 8 06:30:28 UTC 2024 From f5b7e9a77a4dfae7c62081e9997feaecd46c2a1b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 10 Oct 2024 06:31:02 +0000 Subject: [PATCH 1681/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 07a81d9f79..7655b6e0de 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 9 01:39:19 UTC 2024 +Thu Oct 10 01:39:29 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 01c43cba2f..72f73388de 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 8 06:30:28 UTC 2024 +Wed Oct 9 06:30:56 UTC 2024 From e38f55d2f05dd75c3f1f29cc0e9dd22e63f69c67 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 11 Oct 2024 06:30:33 +0000 Subject: [PATCH 1682/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7655b6e0de..364ee290b8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 10 01:39:29 UTC 2024 +Fri Oct 11 01:39:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 72f73388de..c1b34f9bf3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 9 06:30:56 UTC 2024 +Thu Oct 10 06:30:44 UTC 2024 From 530892f10b277861b69c096f5e0e0a760db427cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 14 Oct 2024 06:32:13 +0000 Subject: [PATCH 1683/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 364ee290b8..ef30e8317a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 11 01:39:23 UTC 2024 +Mon Oct 14 01:42:25 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c1b34f9bf3..9eedaef314 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 10 06:30:44 UTC 2024 +Fri Oct 11 06:30:13 UTC 2024 From 8a9295a36c4e11b043aae95312441c66d0fbfa84 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 15 Oct 2024 06:30:50 +0000 Subject: [PATCH 1684/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ef30e8317a..6e56d1d911 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 14 01:42:25 UTC 2024 +Tue Oct 15 01:41:09 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9eedaef314..f206f7ca04 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 11 06:30:13 UTC 2024 +Mon Oct 14 06:31:35 UTC 2024 From 4dba22e53acdc932fac5ca3d3a494add8904875a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 16 Oct 2024 06:30:33 +0000 Subject: [PATCH 1685/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6e56d1d911..72b6e97caf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 15 01:41:09 UTC 2024 +Wed Oct 16 01:41:25 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f206f7ca04..0206971810 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 14 06:31:35 UTC 2024 +Tue Oct 15 06:30:31 UTC 2024 From 76dfc0148203f428dd6491bad1d80b9bfe27dea0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 17 Oct 2024 06:30:54 +0000 Subject: [PATCH 1686/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 72b6e97caf..ceb44471a5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 16 01:41:25 UTC 2024 +Thu Oct 17 01:40:08 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0206971810..dfb6689472 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 15 06:30:31 UTC 2024 +Wed Oct 16 06:30:10 UTC 2024 From 58f689cc518a46e66cc3c633835855d507834e1b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 18 Oct 2024 06:30:48 +0000 Subject: [PATCH 1687/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ceb44471a5..d4d2f74489 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 17 01:40:08 UTC 2024 +Fri Oct 18 01:40:30 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dfb6689472..6e8d0cd65f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 16 06:30:10 UTC 2024 +Thu Oct 17 06:30:22 UTC 2024 From ec51219d053385fe4f110bcbd4a7c043fbfcb788 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 21 Oct 2024 06:32:44 +0000 Subject: [PATCH 1688/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d4d2f74489..f5c31c97db 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 18 01:40:30 UTC 2024 +Mon Oct 21 01:42:40 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6e8d0cd65f..345c4f7d3e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 17 06:30:22 UTC 2024 +Fri Oct 18 06:30:17 UTC 2024 From 7a0d5bf30a06cc52bd578e80abeee3c9a4a8485f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 22 Oct 2024 06:30:32 +0000 Subject: [PATCH 1689/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index f5c31c97db..e5d656f3ce 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 21 01:42:40 UTC 2024 +Tue Oct 22 01:41:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 345c4f7d3e..dccd8fca3c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 18 06:30:17 UTC 2024 +Mon Oct 21 06:31:58 UTC 2024 From cfcfbbc7358cc80389f9f9646f38ab242c6476bf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 23 Oct 2024 06:31:25 +0000 Subject: [PATCH 1690/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e5d656f3ce..3ca91b9779 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 22 01:41:23 UTC 2024 +Wed Oct 23 01:39:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index dccd8fca3c..6eb74c5330 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 21 06:31:58 UTC 2024 +Tue Oct 22 06:30:13 UTC 2024 From ad38cb704847e9bf4725fa598bc75b407a22630e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Oct 2024 06:31:49 +0000 Subject: [PATCH 1691/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3ca91b9779..5779202f31 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 23 01:39:50 UTC 2024 +Thu Oct 24 01:40:06 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6eb74c5330..71e8dc20b1 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 22 06:30:13 UTC 2024 +Wed Oct 23 06:30:32 UTC 2024 From a3b6a7a3df97b57dbbcaf158f779a5aa8f5ebded Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Oct 2024 11:19:25 -0300 Subject: [PATCH 1692/1768] add workflows-tester100 --- .github/workflows/workflow-tester100-1.yml | 40 ++++++++++++++++++++++ .github/workflows/workflow-tester100-2.yml | 37 ++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 .github/workflows/workflow-tester100-1.yml create mode 100644 .github/workflows/workflow-tester100-2.yml diff --git a/.github/workflows/workflow-tester100-1.yml b/.github/workflows/workflow-tester100-1.yml new file mode 100644 index 0000000000..aa6f564276 --- /dev/null +++ b/.github/workflows/workflow-tester100-1.yml @@ -0,0 +1,40 @@ +name: Test 100 (1) # https://stackoverflow.com/questions/79119626/how-to-run-github-action-job-only-if-all-previous-jobs-are-successful + +on: + workflow_dispatch: + +jobs: + run-debug-tests: + name: Unit tests + runs-on: ubuntu-latest + continue-on-error: true + steps: + - name: Step 1 + run: echo "This step will succeed" + - name: Step 2 + run: exit 1 # This step will fail, but the job will continue + + run-ui-tests: + name: Android Tests + runs-on: macos-latest + continue-on-error: true + steps: + - name: Step 1 + run: echo "This step will succeed" + + lint: + name: Lint check + runs-on: ubuntu-latest + continue-on-error: true + steps: + - name: Step 1 + run: echo "This step will succeed" + + build_job: + name: Building the APK + runs-on: ubuntu-latest + needs: [run-debug-tests, run-ui-tests, lint] + if: ${{ needs.run-debug-tests.result == 'success' && needs.run-ui-tests.result == 'success' && needs.lint.result == 'success' }} + steps: + - name: Step 1 + run: echo "This step will succeed" \ No newline at end of file diff --git a/.github/workflows/workflow-tester100-2.yml b/.github/workflows/workflow-tester100-2.yml new file mode 100644 index 0000000000..cc8e9996bd --- /dev/null +++ b/.github/workflows/workflow-tester100-2.yml @@ -0,0 +1,37 @@ +name: Test 100 (1) # https://stackoverflow.com/questions/79119626/how-to-run-github-action-job-only-if-all-previous-jobs-are-successful + +on: + workflow_dispatch: + +jobs: + run-debug-tests: + name: Unit tests + runs-on: ubuntu-latest + steps: + - name: Step 1 + run: echo "This step will succeed" + - name: Step 2 + run: exit 1 # This step will fail, but the job will continue + + run-ui-tests: + name: Android Tests + runs-on: macos-latest + steps: + - name: Step 1 + run: echo "This step will succeed" + + lint: + name: Lint check + runs-on: ubuntu-latest + steps: + - name: Step 1 + run: echo "This step will succeed" + + build_job: + name: Building the APK + runs-on: ubuntu-latest + needs: [run-debug-tests, run-ui-tests, lint] + if: ${{ needs.run-debug-tests.result == 'success' && needs.run-ui-tests.result == 'success' && needs.lint.result == 'success' }} + steps: + - name: Step 1 + run: echo "This step will succeed" \ No newline at end of file From 14144ffedda07361d6770434f60f45284aa89eae Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Oct 2024 11:20:28 -0300 Subject: [PATCH 1693/1768] update workflows-tester100 --- .github/workflows/workflow-tester100-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester100-2.yml b/.github/workflows/workflow-tester100-2.yml index cc8e9996bd..45523a6c9a 100644 --- a/.github/workflows/workflow-tester100-2.yml +++ b/.github/workflows/workflow-tester100-2.yml @@ -11,7 +11,7 @@ jobs: - name: Step 1 run: echo "This step will succeed" - name: Step 2 - run: exit 1 # This step will fail, but the job will continue + run: exit 1 # This step will fail, and the job won't continue run-ui-tests: name: Android Tests From 673cc3cc11faf07c0d680691ed1e7e10ea391ed7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 24 Oct 2024 11:21:05 -0300 Subject: [PATCH 1694/1768] update workflows-tester100 --- .github/workflows/workflow-tester100-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester100-2.yml b/.github/workflows/workflow-tester100-2.yml index 45523a6c9a..98498e6e72 100644 --- a/.github/workflows/workflow-tester100-2.yml +++ b/.github/workflows/workflow-tester100-2.yml @@ -1,4 +1,4 @@ -name: Test 100 (1) # https://stackoverflow.com/questions/79119626/how-to-run-github-action-job-only-if-all-previous-jobs-are-successful +name: Test 100 (2) # https://stackoverflow.com/questions/79119626/how-to-run-github-action-job-only-if-all-previous-jobs-are-successful on: workflow_dispatch: From ecea37a566746b23f929c63c39044334cf1f062c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 25 Oct 2024 06:30:52 +0000 Subject: [PATCH 1695/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5779202f31..5f3c6f4190 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 24 01:40:06 UTC 2024 +Fri Oct 25 01:41:04 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 71e8dc20b1..4b87cabea5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 23 06:30:32 UTC 2024 +Thu Oct 24 06:30:53 UTC 2024 From d41c5a7883cb8f0a8b7e499030089e7a3031a940 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 28 Oct 2024 06:32:06 +0000 Subject: [PATCH 1696/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5f3c6f4190..b0f4764c37 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Oct 25 01:41:04 UTC 2024 +Mon Oct 28 01:44:29 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4b87cabea5..7beee0c5ac 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 24 06:30:53 UTC 2024 +Fri Oct 25 06:30:22 UTC 2024 From 6c817941116439c6ed0159784c3566295d5a03ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 29 Oct 2024 06:31:38 +0000 Subject: [PATCH 1697/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b0f4764c37..d58850ddaf 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Oct 28 01:44:29 UTC 2024 +Tue Oct 29 01:42:29 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7beee0c5ac..f5621f4e2c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Oct 25 06:30:22 UTC 2024 +Mon Oct 28 06:31:49 UTC 2024 From 0f254e39b2f0a4a0394f785307748ade279408c7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 30 Oct 2024 06:38:57 +0000 Subject: [PATCH 1698/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d58850ddaf..0cb48f488c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Oct 29 01:42:29 UTC 2024 +Wed Oct 30 01:41:20 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f5621f4e2c..feccb822e9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Oct 28 06:31:49 UTC 2024 +Tue Oct 29 06:30:54 UTC 2024 From 6b206f61ddeff5cbc50a2ba018e2524cbad14a46 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 31 Oct 2024 06:31:05 +0000 Subject: [PATCH 1699/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0cb48f488c..8afca86791 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Oct 30 01:41:20 UTC 2024 +Thu Oct 31 01:42:19 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index feccb822e9..874d24124c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Oct 29 06:30:54 UTC 2024 +Wed Oct 30 06:38:22 UTC 2024 From 9b60fe0fd2815d4feca4e391a409d4280f907e16 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 1 Nov 2024 06:32:46 +0000 Subject: [PATCH 1700/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8afca86791..184f921c0e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Oct 31 01:42:19 UTC 2024 +Fri Nov 1 01:47:57 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 874d24124c..d56a4a3d76 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Oct 30 06:38:22 UTC 2024 +Thu Oct 31 06:30:20 UTC 2024 From 12be3ed102105a3eb6af3b89325e04353a12cf95 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 4 Nov 2024 06:33:00 +0000 Subject: [PATCH 1701/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 184f921c0e..a992b18f85 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 1 01:47:57 UTC 2024 +Mon Nov 4 01:42:58 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index d56a4a3d76..737fafe625 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Oct 31 06:30:20 UTC 2024 +Fri Nov 1 06:32:00 UTC 2024 From f7aed9c737d44199da52a77ca8d68ad8ab13478b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 5 Nov 2024 06:30:32 +0000 Subject: [PATCH 1702/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index a992b18f85..9e92688664 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 4 01:42:58 UTC 2024 +Tue Nov 5 01:38:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 737fafe625..6fa4625804 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 1 06:32:00 UTC 2024 +Mon Nov 4 06:32:11 UTC 2024 From 11485aa7e5466c0e3db57e05f5a4f0364e7861c1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 6 Nov 2024 06:30:16 +0000 Subject: [PATCH 1703/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9e92688664..63ba095412 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 5 01:38:50 UTC 2024 +Wed Nov 6 01:38:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6fa4625804..4824e4d013 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 4 06:32:11 UTC 2024 +Tue Nov 5 06:29:43 UTC 2024 From 3116be16deae9800f5a94ff148df6494be06e8f9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 7 Nov 2024 06:29:34 +0000 Subject: [PATCH 1704/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 63ba095412..5e128585bc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 6 01:38:12 UTC 2024 +Thu Nov 7 01:38:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4824e4d013..3239666ea6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 5 06:29:43 UTC 2024 +Wed Nov 6 06:29:54 UTC 2024 From 37c253ecbeff92ebb0f3cec74fedc020fd1c42de Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 8 Nov 2024 06:30:30 +0000 Subject: [PATCH 1705/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5e128585bc..36b0c7bac4 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 7 01:38:35 UTC 2024 +Fri Nov 8 01:38:51 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3239666ea6..6627a3f1e2 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 6 06:29:54 UTC 2024 +Fri Nov 8 06:29:39 UTC 2024 From 95647d0cc049eb30fd51462c9556315efc74f443 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 11 Nov 2024 06:30:23 +0000 Subject: [PATCH 1706/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 36b0c7bac4..7e8c4e2a22 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 8 01:38:51 UTC 2024 +Mon Nov 11 01:40:39 UTC 2024 From 3c6c47e5d0e107d70f49ee05c1e5e9e435cb20d2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Nov 2024 06:30:16 +0000 Subject: [PATCH 1707/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7e8c4e2a22..3c4961f2ea 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 11 01:40:39 UTC 2024 +Tue Nov 12 01:37:32 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6627a3f1e2..5d2492a0a8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 8 06:29:39 UTC 2024 +Mon Nov 11 06:30:04 UTC 2024 From e24fbd0c1793876768aef62fa2819f02ca4b7120 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Nov 2024 06:30:25 +0000 Subject: [PATCH 1708/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3c4961f2ea..d30d82e880 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 12 01:37:32 UTC 2024 +Wed Nov 13 01:39:46 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5d2492a0a8..2f27971e0b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 11 06:30:04 UTC 2024 +Tue Nov 12 06:29:42 UTC 2024 From 35d6182aa7fc118b9c1697feb52a976dcc77c896 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 14 Nov 2024 06:31:04 +0000 Subject: [PATCH 1709/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d30d82e880..0aa2fbd463 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 13 01:39:46 UTC 2024 +Thu Nov 14 01:39:53 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2f27971e0b..3c040d8e49 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 12 06:29:42 UTC 2024 +Wed Nov 13 06:29:53 UTC 2024 From 844fd9dda3c0939b59987acd29dc05150f46aec8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 15 Nov 2024 06:34:45 +0000 Subject: [PATCH 1710/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0aa2fbd463..4253a6495e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 14 01:39:53 UTC 2024 +Fri Nov 15 01:45:43 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3c040d8e49..1b6ca46579 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 13 06:29:53 UTC 2024 +Thu Nov 14 06:30:40 UTC 2024 From bba42c56db418fc6c0d989b46db35798496fd039 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 18 Nov 2024 06:33:15 +0000 Subject: [PATCH 1711/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4253a6495e..fbf8e5bbff 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 15 01:45:43 UTC 2024 +Mon Nov 18 01:47:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1b6ca46579..a322007531 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 14 06:30:40 UTC 2024 +Fri Nov 15 06:34:06 UTC 2024 From 054cf368f7c65e0690129f1d2e35fca1c7b5ee75 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 19 Nov 2024 06:32:13 +0000 Subject: [PATCH 1712/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fbf8e5bbff..42668f8c23 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 18 01:47:50 UTC 2024 +Tue Nov 19 01:45:35 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index a322007531..1994abb0e0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 15 06:34:06 UTC 2024 +Mon Nov 18 06:32:42 UTC 2024 From 12c3b735e1e56a311d83d4b5e7ff94e8653851e6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 20 Nov 2024 06:32:25 +0000 Subject: [PATCH 1713/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 42668f8c23..ab3d4e9d24 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 19 01:45:35 UTC 2024 +Wed Nov 20 01:44:24 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1994abb0e0..27e7cb7f60 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 18 06:32:42 UTC 2024 +Tue Nov 19 06:31:33 UTC 2024 From 18458d8a8a4e3799c9ed782475b9aa0fe056b331 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 21 Nov 2024 06:32:05 +0000 Subject: [PATCH 1714/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ab3d4e9d24..3d6440e272 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 20 01:44:24 UTC 2024 +Thu Nov 21 01:44:16 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 27e7cb7f60..312cf22965 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 19 06:31:33 UTC 2024 +Wed Nov 20 06:31:44 UTC 2024 From d9bbe7ef8db27fd99413b72f0d3b652c0c78e739 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 22 Nov 2024 06:32:09 +0000 Subject: [PATCH 1715/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 3d6440e272..1d1fb48d69 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 21 01:44:16 UTC 2024 +Fri Nov 22 01:45:34 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 312cf22965..b76266c203 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 20 06:31:44 UTC 2024 +Thu Nov 21 06:31:43 UTC 2024 From d4337e3e6a27e46e1cbb97750c4dbb0fbca7c6d8 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Nov 2024 06:33:02 +0000 Subject: [PATCH 1716/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 1d1fb48d69..cc06cbb730 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 22 01:45:34 UTC 2024 +Mon Nov 25 01:47:32 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b76266c203..f33c1e3821 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 21 06:31:43 UTC 2024 +Fri Nov 22 06:31:18 UTC 2024 From 9481b6a4fb88d949fe3e25dfba6ac457d6b95faf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Nov 2024 06:32:05 +0000 Subject: [PATCH 1717/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cc06cbb730..6dd3d5f97a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Nov 25 01:47:32 UTC 2024 +Tue Nov 26 01:46:09 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index f33c1e3821..2c55153f8d 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 22 06:31:18 UTC 2024 +Mon Nov 25 06:32:44 UTC 2024 From ff10181073691134791aee49c18efb04eef9f3d1 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 27 Nov 2024 06:32:48 +0000 Subject: [PATCH 1718/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6dd3d5f97a..6029ec7007 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Nov 26 01:46:09 UTC 2024 +Wed Nov 27 01:47:41 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2c55153f8d..578f48eb3f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Nov 25 06:32:44 UTC 2024 +Tue Nov 26 06:31:44 UTC 2024 From de500b9bca49142911e8d36b6afd9a0eefd1038e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 28 Nov 2024 06:32:54 +0000 Subject: [PATCH 1719/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 6029ec7007..7a619a71b1 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Nov 27 01:47:41 UTC 2024 +Thu Nov 28 01:47:27 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 578f48eb3f..07e08a7c43 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Nov 26 06:31:44 UTC 2024 +Wed Nov 27 06:32:29 UTC 2024 From 9bc4a6516fe7d37128e1f519c711c548686af6c2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 29 Nov 2024 06:32:51 +0000 Subject: [PATCH 1720/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7a619a71b1..cbb4bc1335 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Nov 28 01:47:27 UTC 2024 +Fri Nov 29 01:47:18 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 07e08a7c43..bd9d60b08f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Nov 27 06:32:29 UTC 2024 +Thu Nov 28 06:32:36 UTC 2024 From 99644e7cd1ec6a0905227c6ff82faec5725fee2f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 2 Dec 2024 06:34:00 +0000 Subject: [PATCH 1721/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cbb4bc1335..c3bbc6807e 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Nov 29 01:47:18 UTC 2024 +Mon Dec 2 01:51:14 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bd9d60b08f..3f17730bc3 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Nov 28 06:32:36 UTC 2024 +Fri Nov 29 06:32:14 UTC 2024 From ed9b92577cd2cb1b1a50722bc252026ad1685269 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 3 Dec 2024 06:33:55 +0000 Subject: [PATCH 1722/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c3bbc6807e..00993d449d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 2 01:51:14 UTC 2024 +Tue Dec 3 01:49:08 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 3f17730bc3..c9bb058267 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Nov 29 06:32:14 UTC 2024 +Mon Dec 2 06:33:32 UTC 2024 From 129848bdd9fc4866c7e47e4389477cdbd7084b65 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 4 Dec 2024 06:33:45 +0000 Subject: [PATCH 1723/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 00993d449d..e946ae5725 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 3 01:49:08 UTC 2024 +Wed Dec 4 01:49:38 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c9bb058267..acf30fbfe7 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 2 06:33:32 UTC 2024 +Tue Dec 3 06:33:34 UTC 2024 From 7605bc01917e76dd84305690fe15a649ef04befd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 5 Dec 2024 06:33:30 +0000 Subject: [PATCH 1724/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index e946ae5725..fb4dce7c65 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 4 01:49:38 UTC 2024 +Thu Dec 5 01:49:33 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index acf30fbfe7..880e838f81 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 3 06:33:34 UTC 2024 +Wed Dec 4 06:33:07 UTC 2024 From fbd60e3c3473cf4a91129df8863f487becf9e3cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 6 Dec 2024 06:33:13 +0000 Subject: [PATCH 1725/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index fb4dce7c65..dc1c340f32 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 5 01:49:33 UTC 2024 +Fri Dec 6 01:48:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 880e838f81..54f768b883 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 4 06:33:07 UTC 2024 +Thu Dec 5 06:33:00 UTC 2024 From 9dcea0b80e7806ca24a41bb75607db82db050577 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 9 Dec 2024 06:34:34 +0000 Subject: [PATCH 1726/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index dc1c340f32..8dd8c3e87d 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 6 01:48:23 UTC 2024 +Mon Dec 9 01:52:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 54f768b883..61fde90319 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 5 06:33:00 UTC 2024 +Fri Dec 6 06:32:42 UTC 2024 From 2a62b5cd1ec0f7b74dbb20519b21f9e702f9e77b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 10 Dec 2024 06:33:31 +0000 Subject: [PATCH 1727/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8dd8c3e87d..713941e282 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 9 01:52:45 UTC 2024 +Tue Dec 10 01:51:06 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 61fde90319..06bc2cf108 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 6 06:32:42 UTC 2024 +Mon Dec 9 06:33:50 UTC 2024 From 4a7289f6caa572d4091880b6560541f85b20483e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 11 Dec 2024 06:33:23 +0000 Subject: [PATCH 1728/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 713941e282..b3efa4c0e9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 10 01:51:06 UTC 2024 +Wed Dec 11 01:49:23 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 06bc2cf108..9733a796de 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 9 06:33:50 UTC 2024 +Tue Dec 10 06:33:10 UTC 2024 From 498fb7cb03c1d3c0d1a1cf9ac1d15d3a1054f5f4 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 12 Dec 2024 06:33:42 +0000 Subject: [PATCH 1729/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b3efa4c0e9..87d7029050 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 11 01:49:23 UTC 2024 +Thu Dec 12 01:49:01 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 9733a796de..bba093b43f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 10 06:33:10 UTC 2024 +Wed Dec 11 06:32:55 UTC 2024 From 63ff67c2d194a57c26778ec18758251cd87e7144 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 13 Dec 2024 06:33:15 +0000 Subject: [PATCH 1730/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 87d7029050..ff09a28333 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 12 01:49:01 UTC 2024 +Fri Dec 13 01:50:25 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bba093b43f..285771d993 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 11 06:32:55 UTC 2024 +Thu Dec 12 06:33:21 UTC 2024 From 9b7f9925c898ecc1fa3b4e1852a487d3918a48e0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 16 Dec 2024 06:34:04 +0000 Subject: [PATCH 1731/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ff09a28333..7dbb346265 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 13 01:50:25 UTC 2024 +Mon Dec 16 01:52:56 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 285771d993..5063248328 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 12 06:33:21 UTC 2024 +Fri Dec 13 06:32:54 UTC 2024 From e2c6ce162c485163d43fa1e86fd768908cda2715 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 17 Dec 2024 06:33:06 +0000 Subject: [PATCH 1732/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7dbb346265..892443bfcd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 16 01:52:56 UTC 2024 +Tue Dec 17 01:48:50 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5063248328..b08dad0fbd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 13 06:32:54 UTC 2024 +Mon Dec 16 06:33:47 UTC 2024 From 5dcea39269c64c3cdc12540b80f25175d4e9abe2 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 18 Dec 2024 06:31:32 +0000 Subject: [PATCH 1733/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 892443bfcd..ab49be081c 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 17 01:48:50 UTC 2024 +Wed Dec 18 01:46:03 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index b08dad0fbd..46752e6488 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 16 06:33:47 UTC 2024 +Tue Dec 17 06:32:43 UTC 2024 From 3dcec2838adab8fe04cdfbfd00464d781a265f4b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 19 Dec 2024 06:32:32 +0000 Subject: [PATCH 1734/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index ab49be081c..462dd73cdc 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 18 01:46:03 UTC 2024 +Thu Dec 19 01:46:11 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 46752e6488..6cb23fa388 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 17 06:32:43 UTC 2024 +Wed Dec 18 06:31:16 UTC 2024 From e232fba107e2c500d55273050ee209edfcaf477a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 20 Dec 2024 06:30:55 +0000 Subject: [PATCH 1735/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 462dd73cdc..9ec29ec312 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 19 01:46:11 UTC 2024 +Fri Dec 20 01:41:02 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 6cb23fa388..606dc25d7f 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 18 06:31:16 UTC 2024 +Thu Dec 19 06:31:55 UTC 2024 From de0250fa6631f1f126edd0550ee8c1eed6598477 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 23 Dec 2024 06:32:05 +0000 Subject: [PATCH 1736/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9ec29ec312..35a28eb9fa 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 20 01:41:02 UTC 2024 +Mon Dec 23 01:42:12 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 606dc25d7f..2538800d97 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 19 06:31:55 UTC 2024 +Fri Dec 20 06:30:18 UTC 2024 From c516eadbe0b9aa1c9aed9df3d11ff887155d1d5d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 24 Dec 2024 06:30:57 +0000 Subject: [PATCH 1737/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 35a28eb9fa..2f08e8644a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 23 01:42:12 UTC 2024 +Tue Dec 24 01:40:15 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2538800d97..ecabf88417 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 20 06:30:18 UTC 2024 +Mon Dec 23 06:31:22 UTC 2024 From 5435737395fb45d7c52e319c6887cd914fc65d9c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 25 Dec 2024 06:31:23 +0000 Subject: [PATCH 1738/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2f08e8644a..4f254d5353 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 24 01:40:15 UTC 2024 +Wed Dec 25 01:39:06 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ecabf88417..1ad00f28ef 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 23 06:31:22 UTC 2024 +Wed Dec 25 06:30:22 UTC 2024 From 97385b5b7d118458ace46317d724e8a306b9996a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 26 Dec 2024 06:30:51 +0000 Subject: [PATCH 1739/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4f254d5353..76541eb600 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Dec 25 01:39:06 UTC 2024 +Thu Dec 26 01:39:30 UTC 2024 From f68e5b3c79149e5843ef299eaa8d18b05fbcf329 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 27 Dec 2024 06:30:15 +0000 Subject: [PATCH 1740/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 76541eb600..b80eef62d9 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Dec 26 01:39:30 UTC 2024 +Fri Dec 27 01:40:05 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1ad00f28ef..0bea373387 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Dec 25 06:30:22 UTC 2024 +Thu Dec 26 06:30:29 UTC 2024 From f774c0683eaa23dbab610426883a913be27b9723 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 30 Dec 2024 06:31:48 +0000 Subject: [PATCH 1741/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b80eef62d9..0ef3a73189 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Dec 27 01:40:05 UTC 2024 +Mon Dec 30 01:43:00 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 0bea373387..ae96a32d8e 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Dec 26 06:30:29 UTC 2024 +Fri Dec 27 06:29:53 UTC 2024 From 2f1838c19400d967a6b9624050df2d58781a5a6a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 06:30:18 +0000 Subject: [PATCH 1742/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0ef3a73189..2085d50cc8 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Dec 30 01:43:00 UTC 2024 +Tue Dec 31 01:39:45 UTC 2024 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ae96a32d8e..2a6e0338e5 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Dec 27 06:29:53 UTC 2024 +Mon Dec 30 06:31:04 UTC 2024 From a66ded90d113bfff927426eae5ef85a9b3c16fff Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:33:00 -0300 Subject: [PATCH 1743/1768] add 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/74-n8n-integration.yml diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml new file mode 100644 index 0000000000..41f3b207b4 --- /dev/null +++ b/.github/workflows/74-n8n-integration.yml @@ -0,0 +1,31 @@ +name: 73 - Run Step if File Exists + +on: + workflow_dispatch: + inputs: + name: + description: "Name" + required: false + default: "John Doe" + email: + description: "Email" + required: false + default: "john.doe@example.com" + message: + description: "Message" + required: false + default: "Hello, this is a test message!" + +jobs: + n8n-integration: + runs-on: ubuntu-latest + steps: + - name: Send POST request to N8N workflow using cURL + run: | + curl -X POST https://${{secrets.N8N_ACCOUNT}}.app.n8n.cloud/webhook/${{ secrets.N8N_PATH}} \ + -H "Content-Type: application/json" \ + -d '{ + "name": "${{ inputs.name }}", + "email": "${{ inputs.email }}", + "message": "${{ inputs.message }}" + }' \ No newline at end of file From 037e7c162a3940d9b12094d97ad4ed109de125ec Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:34:46 -0300 Subject: [PATCH 1744/1768] update README file with 74 workflow --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1738a2da7..373b9d26a0 100644 --- a/README.md +++ b/README.md @@ -329,4 +329,8 @@ This workflow illustrates how to start a workflow by commenting using a specific [![73 - Check if file exists](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/73-if-file-exists.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/73-if-file-exists.yml) - AS EXPECTED -This workflow illustrates how to check if a file exists in a workflow after a failure, to perform some custom operations. \ No newline at end of file +This workflow illustrates how to check if a file exists in a workflow after a failure, to perform some custom operations. + +[![74 - n8N integration](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/74-n8n-integration.yml/badge.svg)](https://github.com/GuillaumeFalourd/poc-github-actions/actions/workflows/74-n8n-integration.yml) - AS EXPECTED + +This workflow illustrates how to integrate github actions with a n8n workflow automation (http://n8n.io) using a webhook. \ No newline at end of file From 72d5b3ada9bf72abe2403e6454960e6d07f75d28 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:36:10 -0300 Subject: [PATCH 1745/1768] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index 41f3b207b4..f5ba83cd6b 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -1,4 +1,4 @@ -name: 73 - Run Step if File Exists +name: 74 - N8N Integration on: workflow_dispatch: From b69c485a92bedd3ddcb9c6a5c177a1a28eb2c358 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:44:01 -0300 Subject: [PATCH 1746/1768] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index f5ba83cd6b..0c4d002fd2 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -20,12 +20,20 @@ jobs: n8n-integration: runs-on: ubuntu-latest steps: - - name: Send POST request to N8N workflow using cURL + - name: Send POST request to N8N workflow using cURL to open an issue on this repository + env: + WORKFLOW_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} run: | + echo "Workflow URL: $WORKFLOW_URL" curl -X POST https://${{secrets.N8N_ACCOUNT}}.app.n8n.cloud/webhook/${{ secrets.N8N_PATH}} \ -H "Content-Type: application/json" \ -d '{ "name": "${{ inputs.name }}", "email": "${{ inputs.email }}", "message": "${{ inputs.message }}" - }' \ No newline at end of file + "workflow_url": "'"$WORKFLOW_URL"'" + }' + if [ $? -ne 0 ]; then + echo "Error: cURL request failed." + exit 1 + fi \ No newline at end of file From 48361a8ac63492099942066a71cfc236ed841938 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:45:27 -0300 Subject: [PATCH 1747/1768] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index 0c4d002fd2..5fe61a91cd 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -31,7 +31,7 @@ jobs: "name": "${{ inputs.name }}", "email": "${{ inputs.email }}", "message": "${{ inputs.message }}" - "workflow_url": "'"$WORKFLOW_URL"'" + "workflow_url": "${{ env.WORKFLOW_URL }}" }' if [ $? -ne 0 ]; then echo "Error: cURL request failed." From 17a8a87be97a9c272420b8e5e7c793d544283391 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:46:42 -0300 Subject: [PATCH 1748/1768] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index 5fe61a91cd..d31913bfe1 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -32,7 +32,8 @@ jobs: "email": "${{ inputs.email }}", "message": "${{ inputs.message }}" "workflow_url": "${{ env.WORKFLOW_URL }}" - }' + }' \ + --fail --show-error if [ $? -ne 0 ]; then echo "Error: cURL request failed." exit 1 From abd1c422dcf73fd8c115be3c82c72a09a8cb894a Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:50:18 -0300 Subject: [PATCH 1749/1768] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index d31913bfe1..e8e14b927e 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -30,7 +30,7 @@ jobs: -d '{ "name": "${{ inputs.name }}", "email": "${{ inputs.email }}", - "message": "${{ inputs.message }}" + "message": "${{ inputs.message }}", "workflow_url": "${{ env.WORKFLOW_URL }}" }' \ --fail --show-error From 8e2780323b9dd02e95838dba982ab909a09619bd Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 1 Jan 2025 06:31:39 +0000 Subject: [PATCH 1750/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2085d50cc8..9e8ad235de 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Dec 31 01:39:45 UTC 2024 +Wed Jan 1 01:47:43 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2a6e0338e5..7250f55b1a 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Dec 30 06:31:04 UTC 2024 +Tue Dec 31 06:29:56 UTC 2024 From 3734c0df5a2953ecda7335ec505a3116ba06f2f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 2 Jan 2025 06:30:31 +0000 Subject: [PATCH 1751/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9e8ad235de..7c6ae04d1a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 1 01:47:43 UTC 2025 +Thu Jan 2 01:39:30 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 7250f55b1a..84bba5ed69 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Dec 31 06:29:56 UTC 2024 +Wed Jan 1 06:31:06 UTC 2025 From a0cf9e9f7a8a5a5e4b463106d26c53f52ecd1cf0 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 3 Jan 2025 06:30:48 +0000 Subject: [PATCH 1752/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7c6ae04d1a..551fee4870 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 2 01:39:30 UTC 2025 +Fri Jan 3 01:40:27 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 84bba5ed69..276d0560ad 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 1 06:31:06 UTC 2025 +Thu Jan 2 06:30:03 UTC 2025 From 0e298919bd7f00ed6f7336a0cdd2ddf6ac84e239 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 6 Jan 2025 06:31:55 +0000 Subject: [PATCH 1753/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 551fee4870..90f0f2953f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 3 01:40:27 UTC 2025 +Mon Jan 6 01:44:44 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 276d0560ad..4c398bcf85 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 2 06:30:03 UTC 2025 +Fri Jan 3 06:30:08 UTC 2025 From 05e68f3ee1048643cc834cf00184f3c52077fa68 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 7 Jan 2025 06:31:39 +0000 Subject: [PATCH 1754/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 90f0f2953f..4824814519 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 6 01:44:44 UTC 2025 +Tue Jan 7 01:41:24 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 4c398bcf85..bcacf72661 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 3 06:30:08 UTC 2025 +Mon Jan 6 06:31:31 UTC 2025 From 56b8262e9559c4dbb046375f2d53ade23e22b34e Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 8 Jan 2025 06:30:30 +0000 Subject: [PATCH 1755/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 4824814519..5fb4ebc048 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 7 01:41:24 UTC 2025 +Wed Jan 8 01:41:00 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index bcacf72661..339515db0b 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 6 06:31:31 UTC 2025 +Tue Jan 7 06:30:56 UTC 2025 From 91b8cedc233c6e3c99177ad245ad0fb9e5b9d67c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 9 Jan 2025 06:30:25 +0000 Subject: [PATCH 1756/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 5fb4ebc048..80cd92aebd 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 8 01:41:00 UTC 2025 +Thu Jan 9 02:07:47 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 339515db0b..c2035c51f0 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 7 06:30:56 UTC 2025 +Wed Jan 8 06:30:08 UTC 2025 From ad96a4b76bbaf5ef8b001299c385fde49f7b8fd7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 10 Jan 2025 06:31:14 +0000 Subject: [PATCH 1757/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 80cd92aebd..85d85a80f2 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 9 02:07:47 UTC 2025 +Fri Jan 10 01:42:51 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index c2035c51f0..ca42391c0c 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 8 06:30:08 UTC 2025 +Thu Jan 9 06:29:41 UTC 2025 From f234385b8fe0fe30f2c26a2a17009a2e6a719805 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 13 Jan 2025 06:32:00 +0000 Subject: [PATCH 1758/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 85d85a80f2..b6430b5732 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 10 01:42:51 UTC 2025 +Mon Jan 13 01:45:26 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ca42391c0c..8867f6cc32 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 9 06:29:41 UTC 2025 +Fri Jan 10 06:30:49 UTC 2025 From a178387b5df7d31e762bc8d65f739dff8fca36e6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 14 Jan 2025 06:29:23 +0000 Subject: [PATCH 1759/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b6430b5732..b32b4fa824 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 13 01:45:26 UTC 2025 +Tue Jan 14 01:36:14 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8867f6cc32..57d6f78af9 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 10 06:30:49 UTC 2025 +Mon Jan 13 06:31:38 UTC 2025 From 73296cdc455a20609b735ff15ba133bba0c172f9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 15 Jan 2025 06:29:58 +0000 Subject: [PATCH 1760/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index b32b4fa824..054edec4c6 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 14 01:36:14 UTC 2025 +Wed Jan 15 01:38:15 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 57d6f78af9..1cba487dcd 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 13 06:31:38 UTC 2025 +Tue Jan 14 06:28:40 UTC 2025 From b46d02d9cb3a2aa5718f0c2039dab10abd4a00ea Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 16 Jan 2025 06:29:26 +0000 Subject: [PATCH 1761/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 054edec4c6..d2fe2ca355 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 15 01:38:15 UTC 2025 +Thu Jan 16 01:37:30 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1cba487dcd..20b76b5b33 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 14 06:28:40 UTC 2025 +Wed Jan 15 06:29:07 UTC 2025 From cf5acb14878056eff44bdbbf6610a200ee9b11f6 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 17 Jan 2025 06:29:31 +0000 Subject: [PATCH 1762/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index d2fe2ca355..2fe65edf59 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 16 01:37:30 UTC 2025 +Fri Jan 17 01:37:02 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 20b76b5b33..5c112702dc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 15 06:29:07 UTC 2025 +Thu Jan 16 06:28:56 UTC 2025 From 46e92ce8fa4ac56ebcb76c32e8e54fc47f327fb5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 20 Jan 2025 06:30:24 +0000 Subject: [PATCH 1763/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 2fe65edf59..cbb68b293b 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 17 01:37:02 UTC 2025 +Mon Jan 20 01:39:30 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 5c112702dc..2b3a4396fc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 16 06:28:56 UTC 2025 +Fri Jan 17 06:28:51 UTC 2025 From e4ed1e91852b83c91471d8d8d3ac20974cd0db9d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 21 Jan 2025 06:29:48 +0000 Subject: [PATCH 1764/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index cbb68b293b..c2a10d661f 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Jan 20 01:39:30 UTC 2025 +Tue Jan 21 01:37:34 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 2b3a4396fc..81345502d8 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Jan 17 06:28:51 UTC 2025 +Mon Jan 20 06:30:01 UTC 2025 From 5e421975d61d5f72a24299b8145e52c1ebac5be7 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 22 Jan 2025 06:30:51 +0000 Subject: [PATCH 1765/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index c2a10d661f..0f9799befe 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Tue Jan 21 01:37:34 UTC 2025 +Wed Jan 22 01:39:47 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 81345502d8..8de5d46fba 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Mon Jan 20 06:30:01 UTC 2025 +Tue Jan 21 06:29:26 UTC 2025 From f7d7568ab1f9fa83d705c66c16431aa1be784984 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Thu, 23 Jan 2025 06:29:50 +0000 Subject: [PATCH 1766/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0f9799befe..9586b7a298 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Wed Jan 22 01:39:47 UTC 2025 +Thu Jan 23 01:38:14 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 8de5d46fba..152c58b584 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Tue Jan 21 06:29:26 UTC 2025 +Wed Jan 22 06:30:06 UTC 2025 From f33462792c416ee903d2615fd372a147cf5014cf Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 24 Jan 2025 06:29:37 +0000 Subject: [PATCH 1767/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 9586b7a298..8b7e568c60 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Thu Jan 23 01:38:14 UTC 2025 +Fri Jan 24 01:38:12 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 152c58b584..664b999783 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Wed Jan 22 06:30:06 UTC 2025 +Thu Jan 23 06:29:07 UTC 2025 From dec552bda0354ae468e8fc78ed839b5ce1fdad8d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 27 Jan 2025 06:30:41 +0000 Subject: [PATCH 1768/1768] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 8b7e568c60..965dd053f5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Jan 24 01:38:12 UTC 2025 +Mon Jan 27 01:39:48 UTC 2025 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 664b999783..a8bb692dae 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Jan 23 06:29:07 UTC 2025 +Fri Jan 24 06:29:18 UTC 2025