diff --git a/action.yml b/action.yml index 7b602a8..090bf0b 100644 --- a/action.yml +++ b/action.yml @@ -32,10 +32,11 @@ inputs: runs: using: "composite" steps: - - name: Print action path + - name: Sleep for 5 seconds shell: bash run: | - echo "Action path: ${{ github.action_path }}" + echo "Sleeping for 5 seconds to ensure the environment is ready..." + sleep 5 - name: Fetch release from Gitea shell: bash