Skip to content

Commit

Permalink
Update create-rewards-v2-campaign.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-woof-software authored Nov 4, 2024
1 parent 482a04e commit c7146e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-rewards-v2-campaign.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create rewards-v2 campaign
name: Create RewardsV2 Campaign
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -33,7 +33,7 @@ on:
description: Enter block number or current block will be used
jobs:
create-rewards-v2-campaign:
name: Create rewards-v2 campaign
name: Create RewardsV2 Campaign
runs-on: ubuntu-latest
env:
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
git config user.email "<>"
git add campaigns/
git commit -m "Generated Merkle tree for ${{ github.event.inputs.root_type }} of campaign with deployment: ${{ github.event.inputs.deployment }}" || echo "No changes to commit"
git push origin
git push origin

0 comments on commit c7146e7

Please sign in to comment.