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

This check was cancelled #83

Closed
SturmB opened this issue May 18, 2021 · 1 comment
Closed

This check was cancelled #83

SturmB opened this issue May 18, 2021 · 1 comment

Comments

@SturmB
Copy link

SturmB commented May 18, 2021

This simply does not work.

I've created a fairly simple workflow:

name: Show Me the S3cr3tz
on: [push]

jobs:
  debug:
    name: Debug
    runs-on: ubuntu-latest

    steps:
      - name: Check out code
        uses: actions/checkout@v2

      - name: Set up secret file
        env:
          MY_SECRET: ${{ secrets.MY_SECRET }}
        run: |
          echo $MY_SECRET >> secrets.txt

      - name: Run tmate
        uses: mxschmitt/action-tmate@v3

However, I can never see the tmate link because it is canceled automatically and immediately after leaving the queue:

image

Am I simply doing something wrong?

@SturmB
Copy link
Author

SturmB commented May 20, 2021

So, never mind about this. I guess GitHub Actions was just having a bad day because it's working now.
¯\_(ツ)_/¯

@SturmB SturmB closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant