Skip to content

Commit

Permalink
Specify strings to avoid float issue
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust authored May 20, 2021
1 parent 1babcd6 commit 38f37d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: breathingdust/github-asana-tidy@v1
with:
asana_pat: ${{ secrets.asana_pat }}
asana_target_section_gid: 1141945723817371
asana_workspace_gid: 90955849329269
asana_project_gid: 632425409545160
asana_github_url_field_gid: 1134594824474912
asana_target_section_gid: '1141945723817371'
asana_workspace_gid: '90955849329269'
asana_project_gid: '632425409545160'
asana_github_url_field_gid: '1134594824474912'
github_release_name: ${{ github.event.release.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
project-archive:
Expand Down

0 comments on commit 38f37d7

Please sign in to comment.