diff --git a/.github/actions/hello-world/action.yml b/.github/actions/hello-world/action.yml index db071f0..92ff439 100644 --- a/.github/actions/hello-world/action.yml +++ b/.github/actions/hello-world/action.yml @@ -8,7 +8,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v3 - name: Say Hello run: | echo "Hello ${{ inputs.yourname }}" diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 13ae4b4..c9153b7 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -16,6 +16,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: say-it uses: ./.github/actions/hello-world with: