Skip to content

Commit

Permalink
Remove .env after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Nov 8, 2023
1 parent ef1f350 commit 31fbcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Remove .env file
run: rm .env
- name: Maximize build space
if: ${{ inputs.runner != 'self-hosted' }}
uses: easimon/maximize-build-space@master
Expand All @@ -48,6 +46,8 @@ jobs:
run: sudo apt install -y nsis wget unzip p7zip-full git
- name: Checkout
uses: actions/checkout@v4
- name: Remove .env file
run: rm .env
- name: Install the newadvsplash plugin
run: |
wget https://nsis.sourceforge.io/mediawiki/images/c/cf/NewAdvSplash.zip
Expand Down

0 comments on commit 31fbcc5

Please sign in to comment.