Skip to content

Commit

Permalink
ci: Use newer snapshot of asset lib action
Browse files Browse the repository at this point in the history
I realised that the previous pinned commit had not refreshed
dist/index.js for some of the changes.

This pinned commit corresponds to
<deep-entertainment/godot-asset-lib-action#3>.
  • Loading branch information
wjt committed Jul 2, 2024
1 parent ebe008a commit a9a2ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot-asset-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Push to Godot Asset Library
uses: wjt/godot-asset-lib-action@fd3395aa70bba333c0d3cc33c78dc03c18d149ae
uses: wjt/godot-asset-lib-action@9cce3792b504bec69eb06b852b008d095e372f56
with:
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }}
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}
Expand Down

0 comments on commit a9a2ee9

Please sign in to comment.