This commit is contained in:
Piyush मिश्रः 2023-12-06 21:20:31 +05:30
parent b55bf5c1ca
commit cc15489b00
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ on:
jobs: jobs:
push-store-image: push-store-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: './Store'
steps: steps:
- name: 'Checkout GitHub Action' - name: 'Checkout GitHub Action'
uses: actions/checkout@main uses: actions/checkout@main