Skip to content

Lab01 - Rloota is testing variables and secrets πŸš€ #1

Lab01 - Rloota is testing variables and secrets πŸš€

Lab01 - Rloota is testing variables and secrets πŸš€ #1

name: Lab01 Variables and Secrets
run-name: Lab01 - ${{ github.actor }} is testing variables and secrets πŸš€
permissions: read-all
on:
workflow_dispatch:
jobs:
example-job:
runs-on: ubuntu-latest
MY_VARIABLE: "Hello, GitHub Actions!"

Check failure on line 9 in .github/workflows/lab01-variables-and-secrets.yml

View workflow run for this annotation

GitHub Actions / Lab01 Variables and Secrets

Invalid workflow file

The workflow is not valid. .github/workflows/lab01-variables-and-secrets.yml (Line: 9, Col: 5): Unexpected value 'MY_VARIABLE'

Check failure on line 9 in .github/workflows/lab01-variables-and-secrets.yml

View workflow run for this annotation

GitHub Actions / Lab01 Variables and Secrets

Invalid workflow file

The workflow is not valid. .github/workflows/lab01-variables-and-secrets.yml (Line: 9, Col: 5): Unexpected value 'MY_VARIABLE'
steps:
- name: Print var MY_VARIABLE
run: echo "$MY_VARIABLE" | whoami