Skip to content

Commit

Permalink
job name and secret verification added to dummy action
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp authored Sep 12, 2024
1 parent ea7daf3 commit bc9422c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
workflow_dispatch:

jobs:
- name: Echo Info
run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches"
run: echo "To test this action, please run it on whatever branch holds your draft"
dummy:
runs-on: ubunut-latest
environment: docker_jbbp
steps:
- name: Echo Info
run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches. To test this action, please run it on whatever branch holds your draft"
- name: Verify Secrets
run: echo "Username is set to ${{ secrets.DOCKERHUB_USERNAME }}"

0 comments on commit bc9422c

Please sign in to comment.