Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: fatal: Cannot prompt because user interactivity has been disabled. #633

Closed
andrewjswan opened this issue Mar 18, 2024 · 2 comments
Closed
Labels
status: pending More info is needed before deciding what to do status: stale Inactive issues and PRs

Comments

@andrewjswan
Copy link

Describe the bug
Same issue as #146

Workflow used

      - name: Save cache
        if: "contains(github.event.head_commit.message, '[release]')"
        uses: actions/cache/save@v4
        with:
          path: ${{ github.workspace }}
          key: plugin-mpe

      - name: Git Checkout
        if: "contains(github.event.head_commit.message, '[release]')"
        uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - name: Restore cache
        if: "contains(github.event.head_commit.message, '[release]')"
        uses: actions/cache/restore@v4
        with:
          path: ${{ github.workspace }}
          key: plugin-mpe

      - name: Update / MPE1 XML
        if: "contains(github.event.head_commit.message, '[release]')"
        uses: EndBug/add-and-commit@v9
        with:
          message: 'Update / MPE1 XML for ${{ steps.version.outputs.version }}'
          add: '${{ github.workspace }}\scripts\MyVideoImporter.xml'

Expected behavior
Commit one file

Logs
https://github.com/andrewjswan/mediaportal-myvideo-importer/actions/runs/8332401020/job/22801697187

Logs
Error: Error: fatal: Cannot prompt because user interactivity has been disabled.
bash: line 1: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com/': No such file or directory
@andrewjswan andrewjswan added the status: pending More info is needed before deciding what to do label Mar 18, 2024
@andrewjswan
Copy link
Author

andrewjswan commented Mar 19, 2024

Change windows-latest to ubuntu-latest and Action work without error

Copy link

github-actions bot commented Apr 8, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the status: stale Inactive issues and PRs label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending More info is needed before deciding what to do status: stale Inactive issues and PRs
Projects
None yet
Development

No branches or pull requests

1 participant