Skip to content

Try to fix the popup background and its content opened state. #1

Try to fix the popup background and its content opened state.

Try to fix the popup background and its content opened state. #1

Workflow file for this run

name: Retrieve_Branch_Name
on: push

Check failure on line 2 in .github/workflows/get_infos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/get_infos.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
- branches: "*"
jobs:
retrieve-branch:
runs-on: ubuntu-latest
- name: Checkout Repository
- uses: actions/checkout@v2
- name: Display Branch Name
- run: echo "Current Branch: ${{github.ref}} "