Skip to content

Commit

Permalink
add naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jan 19, 2024
1 parent 222a784 commit 5f3f068
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Step 1, TBD-step-1-name
name: Step 1, Removing sensitive data

# This step triggers after TBD-step-1-event-desc.
# This workflow updates from step 1 to step 2.
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
fetch-depth: 0 # Let's get all the branches.

# TBD-step-1-additional-steps
# Logic for step 1
- name: Ensure .env is gone from the root directory
run: |
if [ -f .env ]; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Step 2, TBD-step-2-name
name: Step 2, Removing a file with BFG Repo-Cleaner

# This step triggers after TBD-step-2-event-desc.
# This workflow updates from step 2 to step 3.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Step 3, TBD-step-3-name
name: Step 3, Avoiding future commits with .env

# This step triggers after TBD-step-3-event-desc.
# This workflow updates from step 3 to step 4.
Expand Down

0 comments on commit 5f3f068

Please sign in to comment.