Skip to content

Commit

Permalink
bug resolved in image name
Browse files Browse the repository at this point in the history
  • Loading branch information
innovatorved committed Nov 8, 2023
1 parent 8688415 commit 3a6cae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
sync-to-hub:
runs-on: ubuntu-laest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test
on:
push:

workflow_dispatch:

jobs:
test-api:
runs-on: ubuntu-laest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3a6cae0

Please sign in to comment.