Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Sep 8, 2024
1 parent 364f88a commit e7f78f3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
steps:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner

with:
ref: v1.4.3

- name: setup python
uses: actions/setup-python@v5.2.0
with:
Expand Down Expand Up @@ -85,10 +87,11 @@ jobs:

- name: recheckout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner

with:
ref: v1.4.3

- name: execute ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run: |
ls
python3 ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run2:
Expand All @@ -103,7 +106,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.4.2
ref: v1.4.3

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -137,7 +140,6 @@ jobs:

- name: execute ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run: |
ls
python3 ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run3:
Expand All @@ -152,7 +154,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.4.2
ref: v1.4.3

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -199,7 +201,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.4.2
ref: v1.4.3

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -246,7 +248,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.4.2
ref: v1.4.3

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -294,7 +296,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.4.2
ref: v1.4.3

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit e7f78f3

Please sign in to comment.