Skip to content

Commit 1f9b6f8

Browse files
committed
chore: remove obsolete self-hosted runner and workflow commands files
1 parent 207eaa1 commit 1f9b6f8

File tree

3 files changed

+23
-40
lines changed

3 files changed

+23
-40
lines changed

.github/workflows/context.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Context Example Workflow
2+
3+
on: [push]
4+
5+
jobs:
6+
example-job:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v2
12+
13+
- name: Print GitHub context
14+
run: "echo \"Repository: ${{ github.repository }}\""
15+
16+
- name: Print Job context
17+
run: "echo \"Job ID: ${{ job.id }}\""
18+
19+
- name: Print Runner context
20+
run: "echo \"Runner OS: ${{ runner.os }}\""
21+
22+
- name: Print Secrets context
23+
run: "echo \"Secret Token: ${{ secrets.GITHUB_TOKEN }}\""

.github/workflows/runner-self-hosted.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/workflow_commands.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)