Skip to content

Add GitHub Actions starter demo workflow - #5

Merged
cursor[bot] merged 1 commit into
mainfrom
jonny/add-github-actions-demo-workflow-e71a
Sep 14, 2026
Merged

cursor[bot] merged 1 commit into
mainfrom
jonny/add-github-actions-demo-workflow-e71a

Conversation

@kebkfdbbd

Copy link
Copy Markdown
Owner

Adds .github/workflows/github-actions-demo.yml, the GitHub Actions starter/demo workflow. It runs on push, echoes context information (event name, runner OS, branch, repository, job status), checks out the repository with actions/checkout@v6, and lists the files in the workspace.

No other code is touched. No similar demo workflow existed previously, so this is a new file.

Open in Web Open in Cursor 

Co-authored-by: køkkeligk <kebkfdbbd@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

At the moment we are not accepting contributions to the repository.

Feedback for GitHub Copilot for Xcode can be given in the Copilot community discussions.

@github-actions github-actions Bot closed this Sep 14, 2026
Comment on lines +6 to +18
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v6
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
@kebkfdbbd kebkfdbbd reopened this Sep 14, 2026
@cursor
cursor Bot merged commit aa94950 into main Sep 14, 2026
11 of 12 checks passed
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

Successfully merging this pull request may close these issues.

3 participants