Skip to content
Open

asd #20

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
3c94aad
ASD
xinyusun1997 Nov 28, 2022
910a062
Merge pull request #1 from xinyusun1997/test2
xinyusun1997 Nov 28, 2022
37c15c2
ASD
xinyusun1997 Nov 28, 2022
020c9f1
Merge pull request #2 from xinyusun1997/test2
xinyusun1997 Nov 28, 2022
d96a14e
Update README.md
xinyusun1997 Oct 4, 2023
8fe2474
Update README.md
xinyusun1997 Oct 19, 2023
c4c74f9
Update README.md
xinyusun1997 Oct 24, 2023
561b7e6
Update README.md
xinyusun1997 Nov 2, 2023
f7dcc2d
Create manual.yml
xinyusun1997 Jan 29, 2024
9fe6c1a
Create cloudbuild.yaml
xinyusun1997 Feb 7, 2024
ba6c560
Create test.py
xinyusun1997 Feb 21, 2024
8b88871
Merge pull request #7 from xinyusun1997/Test2
xinyusun1997 Feb 21, 2024
9d42caa
Create greenting.yml
xinyusun1997 Feb 26, 2024
0094673
Merge pull request #10 from xinyusun1997/testaction
xinyusun1997 Feb 26, 2024
741cf90
Update manual.yml
xinyusun1997 Feb 26, 2024
1206406
Rename manual.yml to manual2.yml
xinyusun1997 Feb 26, 2024
d113261
Rename manual2.yml to manual.yml
xinyusun1997 Feb 26, 2024
9eafb48
Update manual.yml
xinyusun1997 Feb 26, 2024
cb1b701
Update manual.yml
xinyusun1997 May 7, 2024
7011cb8
Update manual.yml
xinyusun1997 May 7, 2024
8ac6567
Update manual.yml
xinyusun1997 May 7, 2024
31a6824
Update manual.yml
xinyusun1997 May 7, 2024
d868de4
Delete .github/workflows/greenting.yml
xinyusun1997 May 7, 2024
200a8a4
Update manual.yml
xinyusun1997 May 7, 2024
d6c92a9
Update manual.yml
xinyusun1997 May 7, 2024
73fc78f
Merge pull request #15 from xinyusun1997/newrelease
xinyusun1997 May 7, 2024
8c12ec9
Update cloudbuild.yaml
xinyusun1997 Jun 12, 2024
80be96f
Update README.md
xinyusun1997 Jun 12, 2024
45dbfa3
Update README.md
xinyusun1997 Jun 12, 2024
901d72e
Update README.md
xinyusun1997 Jun 21, 2024
fd8bf2e
Update README.md
xinyusun1997 Jul 2, 2024
e7d4193
Update manual.yml
xinyusun1997 Jul 2, 2024
536cb93
Update cloudbuild.yaml
xinyusun1997 Jul 8, 2024
e1f15e9
Update README.md
xinyusun1997 Jul 8, 2024
79f9422
Update cloudbuild.yaml
xinyusun1997 Jul 10, 2024
30e87ce
Update manual.yml
xinyusun1997 Jul 11, 2024
031ce79
Update test.py
xinyusun1997 Jul 22, 2024
50acf8c
Update README.md
xinyusun1997 Oct 7, 2024
3ea269f
Update README.md
xinyusun1997 Oct 22, 2024
2036625
Update README.md
xinyusun1997 Oct 22, 2024
7d3c6fe
Update README.md
xinyusun1997 Dec 16, 2024
f226f38
Update README.md
xinyusun1997 Dec 16, 2024
b32e216
Update README.md
xinyusun1997 Dec 16, 2024
15cbfda
Merge pull request #26 from xinyusun1997/release_new
xinyusun1997 Dec 16, 2024
5c22a95
Update README.md
xinyusun1997 Dec 16, 2024
2e1200d
Update README.md
xinyusun1997 Dec 16, 2024
4b4b13e
Merge pull request #27 from xinyusun1997/release_test
xinyusun1997 Dec 16, 2024
5dd1383
Update README.md
xinyusun1997 Sep 3, 2025
b76b7e3
Update test.py
xinyusun1997 Sep 4, 2025
08d4c61
Update README.md
xinyusun1997 Sep 4, 2025
2c3a5e6
Update README.md
xinyusun1997 Sep 4, 2025
732bb3d
Update README.md
xinyusun1997 Sep 5, 2025
2aa3791
Update README.md
xinyusun1997 Sep 5, 2025
38c5834
Update README.md
xinyusun1997 Sep 5, 2025
036cc5a
Update README.md
xinyusun1997 Sep 5, 2025
67fe6b3
Update README.md
xinyusun1997 Sep 9, 2025
5d45ab3
Update README.md
xinyusun1997 Sep 12, 2025
1fa6ada
Update README.md
xinyusun1997 Sep 12, 2025
e672b88
Update README.md
xinyusun1997 Sep 12, 2025
f20b07a
Update README.md
xinyusun1997 Sep 12, 2025
bacd312
Update README.md
xinyusun1997 Sep 12, 2025
a512e81
Update README.md
xinyusun1997 Sep 12, 2025
52de075
Update README.md
xinyusun1997 Sep 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is a basic workflow that is manually triggered

name: Manual workflow new release

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, workflow_dispatch]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "greet"
greet:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Send greeting
run: echo "This is new release branch"
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
asdeed
test3
asdasd
test
test4
test5
test6
asd
asd
test
test
test
test
test2
test3
test4
test5
test6
test8
12 changes: 12 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
steps:
- name: bash
args:
- echo
- ${_KEY}!
- name: bash
args:
- sleep
- 20s
substitutions:
_KEY: cloudbuild.yaml
REPO_NAME: asd
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
t
asd
test