Issues: actions/starter-workflows
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
5c2fca4a2efdf37e67693d7db7db04948b2c652159b6cbb2fc19d0bbbb1fdd1e
#2031
opened Apr 26, 2023 by
mahmoudaliayyash
name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: 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@v3 - 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 }}."
#2030
opened Apr 26, 2023 by
mahmoudaliayyash
[lighthouse](https://github.com/sigp/lighthouse/pull/4223.patch)
#2024
opened Apr 23, 2023 by
slay6693
Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/xxxx
#2015
opened Apr 15, 2023 by
sunflower-knight
How are magic variables like:
$detected-codeql-languages set?
#1926
opened Feb 2, 2023 by
jessehouwing
Are the Python steps in azure-webapps-python.yml pointless?
#1669
opened Aug 9, 2022 by
jakeprice-dev
BUG: starter-workflows does not ask workflows to declare permissions
good first issue
Good for newcomers
#1299
opened Dec 8, 2021 by
laurentsimon
Pause on accepting on new community starter workflows
no-issue-activity
#631
opened Aug 21, 2020 by
andymckay
20 tasks done
ProTip!
Add no:assignee to see everything that’s not assigned.