Skip to content

Commit

Permalink
goi
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmca-inc committed Aug 25, 2024
1 parent b8ac094 commit 63ecc67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/repo-vars-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
Explore-GitHub-Actions-Var-Secrets:
runs-on: ubuntu-latest
steps:
- name: one
run: echo "Repo Secret REPO_SECRET_MINOGUE: ${{ secret.REPO_SECRET_MINOGUE }}"
- name: two
run: echo "Repo Variable REPO_VAR_MINOGUE: ${{ vars.REPO_VAR_MINOGUE }}"
- run: echo "Repo Secret ${{ secrets.REPO_SECRET_MINOGUE }}"
- run: echo "Repo Variable ${{ vars.REPO_VAR_MINOGUE }}"


0 comments on commit 63ecc67

Please sign in to comment.