Skip to content

Commit

Permalink
Feature: added a tool for continuous emoji count
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongkang-dh committed Apr 15, 2024
1 parent 9faf24d commit 3706b13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: sh tst
run: |
chmod 777 echo.sh
bash echo.sh
- name: CheckOut code
uses: actions/checkout@v2

- name: sh tst
run : |
chmod 777 echo.sh
./echo.sh
- name: Create tag
id: create_tag
run: |
Expand Down

0 comments on commit 3706b13

Please sign in to comment.