diff --git a/job.yaml b/job.yaml deleted file mode 100644 index 31a5dfc..0000000 --- a/job.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Test Workflow - -on: - push: - -jobs: - test: - runs-on: ubuntu-latest - - steps: - - name: Print environment variables - run: | - echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY" - echo "GITHUB_SHA: $GITHUB_SHA" - echo "GITHUB_REF: $GITHUB_REF" - echo "GITHUB_ACTOR: $GITHUB_ACTOR" - echo "PATH: $PATH" \ No newline at end of file