Skip to content

Commit

Permalink
Align GHA name and emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Richey authored and Alex Richey committed Dec 30, 2024
1 parent 3fc39d6 commit dd3a0ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀 Socrata - Publish a Dataset
run-name: "🚀 Socrata - Publish a Dataset: ${{ inputs.PRODUCT_NAME }}-${{ inputs.DATASET_VERSION }}-${{ inputs.DATASET }}-${{ inputs.DESTINATION_ID }}"
name: 📬 Socrata - Publish a Dataset
run-name: "📬 Socrata - Publish a Dataset: ${{ inputs.PRODUCT_NAME }}-${{ inputs.DATASET_VERSION }}-${{ inputs.DATASET }}-${{ inputs.DESTINATION_ID }}"

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/distribute_socrata_from_bytes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀 Distribute Socrata From Bytes
run-name: "🚀 Distribute Socrata From Bytes: ${{ inputs.PRODUCT_NAME }}-${{ inputs.DATASET_VERSION }}-${{ inputs.DATASET }}-${{ inputs.DESTINATION_ID }}"
name: 📬 Distribute Socrata From Bytes
run-name: "📬 Distribute Socrata From Bytes: ${{ inputs.PRODUCT_NAME }}-${{ inputs.DATASET_VERSION }}-${{ inputs.DATASET }}-${{ inputs.DESTINATION_ID }}"

on:
workflow_dispatch:
Expand Down

0 comments on commit dd3a0ab

Please sign in to comment.