Skip to content

Update SHAKEY.js

Update SHAKEY.js #5

name: GitHub Actions Demo
{%- ifversion actions-run-name %}

Check failure on line 3 in .github/workflows/Github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Github-actions-demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
run-name: {% raw %}${{ github.actor }}{% endraw %} is testing out GitHub Actions πŸš€
{%- endif %}
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a {% raw %}${{ github.event_name }}{% endraw %} event."
- run: echo "🐧 This job is now running on a {% raw %}${{ runner.os }}{% endraw %} server hosted by GitHub!"
- run: echo "πŸ”Ž The name of your branch is {% raw %}${{ github.ref }}{% endraw %} and your repository is {% raw %}${{ github.repository }}{% endraw %}."
- name: Check out repository code
uses: {% data reusables.actions.action-checkout %}
- run: echo "πŸ’‘ The {% raw %}${{ github.repository }}{% endraw %} 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 {% raw %}${{ github.workspace }}{% endraw %}
- run: echo "🍏 This job's status is {% raw %}${{ job.status }}{% endraw %}.",