Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
momo54181 authored Sep 16, 2024
1 parent 0eb6633 commit 9fb9da7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-20.04


steps:
Expand All @@ -24,8 +25,8 @@ jobs:
- name: Prepare the environment
run: |
sudo apt update
sudo apt -y install python python3 python3-pip python3-pip cpio wget
- name: Set variables
run: |
echo "name=date::$(date +%F)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9fb9da7

Please sign in to comment.